Skip to content

Releases: razorpay/blade

@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

@razorpay/[email protected]

29 Jan 08:25
41ffc6e
Compare
Choose a tag to compare

Minor Changes

@razorpay/[email protected]

29 Jan 12:00
f037bbb
Compare
Choose a tag to compare

Patch Changes

  • bc07669: fix(blade): fix: data analytics attribute from another external module

@razorpay/[email protected]

28 Jan 11:29
883f132
Compare
Choose a tag to compare

Minor Changes

  • f48096b: feat(blade): add corner and arrow icons