Skip to content

Releases: razorpay/blade

@razorpay/[email protected]

07 Feb 11:20
6b622db
Compare
Choose a tag to compare

Minor Changes

  • d906838: feat(blade): add Chat Message component

@razorpay/[email protected]

07 Feb 10:08
4b6b43a
Compare
Choose a tag to compare

Minor Changes

  • 142afcd: feat(TextArea): expose onKeydown on TextArea and allow numOfLines={1}

Patch Changes

  • 6cf03ea: feat: Improve OTPInput field value clear behaviour

@razorpay/[email protected]

06 Feb 06:47
d2271b3
Compare
Choose a tag to compare

Patch Changes

  • 5531ef3: feat: remove overflowY if L1 sidenav is collapsed

  • 5531ef3: feat: SideNav improvements & fixes for X migration

    1. Removed overflowY if L1 sidenav is collapsed
    2. Fixed onVisibleLevelChange not getting called when clicking on a nested submenu

@razorpay/[email protected]

05 Feb 12:05
90dabcb
Compare
Choose a tag to compare

Minor Changes

  • e035b38: feat(DropdownIconButton): add support for DropdownIconButton and tooltip for Dropdown triggers

@razorpay/[email protected]

05 Feb 09:06
c0ad493
Compare
Choose a tag to compare

Patch Changes

  • 3be3f0f: fix(FileUpload): revert to not calling onChange on file remove

    [!NOTE]

    Check the below timeline if you're upgrading from 11.34.1+ version to this version

    Timeline of FileUpload changes

    • In 11.34.1: We did not call onChange on removing of file. Only onRemove was called
    • In 11:36.2: We added dispatchEvent call which started calling onChange on onRemove (since React treats input type="file" differently than input type="text" - CodeSandbox Link)
    • In 12.4.0: We released a fix thinking onChange call was expected behaviour and we just updated the state value for it
    • This version: Reverts back to 11.34.1 behaviour. If you're upgrading to this version from 11.34.1 or previous versions, the behaviour will stay same. If you're upgrading from 11.34.1+ and use FileUpload component, its recommended to test out FileUpload instances.
  • 3c040f6: feat: add icon only chip

@razorpay/[email protected]

05 Feb 10:04
37c12f3
Compare
Choose a tag to compare

Patch Changes

  • e50729d: fix(FileUpload): revert to not calling onChange on file remove

    [!NOTE]

    Check the below timeline if you're upgrading from 11.34.1+ version to this version

    Timeline of FileUpload changes

    • In 11.34.1: We did not call onChange on removing of file. Only onRemove was called
    • In 11:36.2: We added dispatchEvent call which started calling onChange on onRemove (since React treats input type="file" differently than input type="text" - CodeSandbox Link)
    • In 12.4.0: We released a fix thinking onChange call was expected behaviour and we just updated the state value for it
    • This version: Reverts back to 11.34.1 behaviour. If you're upgrading to this version from 11.34.1 or previous versions, the behaviour will stay same. If you're upgrading from 11.34.1+ and use FileUpload component, its recommended to test out FileUpload instances.

@razorpay/[email protected]

31 Jan 12:04
d55e9df
Compare
Choose a tag to compare

Patch Changes

  • 8b5602b: fix(Avatar): misaligned menu on Avatar with icon

@razorpay/[email protected]

31 Jan 12:14
eca9d0e
Compare
Choose a tag to compare

Patch Changes

  • bd8d98b: fix(Avatar): misalignment of Menu on Avatar with icon

@razorpay/[email protected]

30 Jan 15:46
0ca28d0
Compare
Choose a tag to compare

Minor Changes

  • 98be8f0: feat(blade): add prompt and sort icon

@razorpay/[email protected]

29 Jan 11:30
6a8844d
Compare
Choose a tag to compare

Patch Changes

  • 3b9d4cd: feat(Elevate): add missing reexport for Elevate