Skip to content

Releases: razorpay/blade

@razorpay/[email protected]

28 May 10:23
0829a71
Compare
Choose a tag to compare

Minor Changes

  • d9bb522: refactor(blade): downgrade mantine to v6

@razorpay/[email protected]

27 May 12:17
f184af4
Compare
Choose a tag to compare

Patch Changes

  • 634eefd: fix(Card, Switch): card border width, switch colors
  • 8f8b795: fix: DatePicker necessityIndicator alignment

@razorpay/[email protected]

27 May 09:40
e66d556
Compare
Choose a tag to compare

Minor Changes

  • 2ed5299: feat(blade): add DatePicker component

@razorpay/[email protected]

24 May 08:01
21c9511
Compare
Choose a tag to compare

Patch Changes

  • d500ec1: feat: add placeholder prop in phone input

@razorpay/[email protected]

23 May 11:06
77b6ca9
Compare
Choose a tag to compare

Patch Changes

  • 00c87e8: fix(blade): radio helptext being negative

@razorpay/[email protected]

22 May 10:17
b7ffca8
Compare
Choose a tag to compare

Patch Changes

  • 14f70c9: fix: update circular progress percentage color

@razorpay/[email protected]

17 May 10:38
7e49589
Compare
Choose a tag to compare

Minor Changes

  • 0c009ed: feat: add SearchInput component
  • 00edb73: feat: add Avatar & AvatarGroup components

@razorpay/[email protected]

15 May 07:24
aa6651e
Compare
Choose a tag to compare

Patch Changes

  • 3d69bc9: fix(blade): modal component failing to verify null component

@razorpay/[email protected]

10 May 12:17
7a27810
Compare
Choose a tag to compare

Minor Changes

  • 64108d7: feat(blade): add new icons and add figma icon importer script

@razorpay/[email protected]

09 May 09:11
61e3fb9
Compare
Choose a tag to compare

Patch Changes

  • 51c04c8: feat(Table): add compact rowDensity & update existing densities
  • 906e7f4: fix(DropdownOverlay): Fix DropdownOverlay getting cropped in Sticky Table Column

Warning

If your Dropdown is inside a Modal whose zIndex is overriden, you might have to increase the zIndex on DropdownOverlay component post this change as Dropdown now opens in React Portal.

Things will work as expected if zIndex is not overriden. The default Modal zIndex is 1000 and default DropdownOverlay zIndex is 1002