Skip to content

Releases: razorpay/blade

@razorpay/blade@12.13.1

21 Feb 12:07
272f0a7
Compare
Choose a tag to compare

Patch Changes

  • 3739287: feat(blade): add should showNavigationButtons prop in carousel

@razorpay/blade@12.13.0

20 Feb 12:23
c2f33cf
Compare
Choose a tag to compare

Minor Changes

  • 1911962: feat(blade): add drag handle icon

@razorpay/blade@12.12.1

17 Feb 11:03
4da6156
Compare
Choose a tag to compare

Patch Changes

  • 9dda151: fix: remove js check that allows brand token for Box backgroundColor
  • 18fe539: fix(blade): allow consumers to align chips in chipgroup
  • ba66b34: fix(blade): loading single button in buttonGroup

@razorpay/blade@12.12.0

10 Feb 10:05
df06f31
Compare
Choose a tag to compare

Minor Changes

  • 7e155b6: feat(blade): add engage and translate icons

@razorpay/blade@12.11.0

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

Minor Changes

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

@razorpay/blade@12.10.0

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/blade@12.9.1

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/blade@12.9.0

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/blade@12.8.2

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/blade@11.40.3

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.