Skip to content

Releases: razorpay/blade

@razorpay/blade@11.27.0

23 Jul 09:22
c58e4a5
Compare
Choose a tag to compare

Minor Changes

@razorpay/blade@11.26.1

23 Jul 07:24
e322332
Compare
Choose a tag to compare

Patch Changes

  • 5d7317c: fix: remove default rel values

    [!NOTE]

    While its non-ui-breaking change, you might want to add rel="noopener noreferrer" to your Button if that is what you're expecting. This PR removes the defaults in-order to not break analytics that relies on referrer.

  • 4dcad01: fix: set min-width on Radio to avoid shrinking

@razorpay/blade@11.26.0

19 Jul 06:45
208de2f
Compare
Choose a tag to compare

Minor Changes

  • f26cf80: chore: expose brand colors
  • 3974290: feat(TableEditableCell): refactor TableEditableCell and add TableEditableDropdownCell

Patch Changes

  • e13023d: fix: table footer background color
  • fb58be1: fix: Spinner colors

@razorpay/blade@11.25.0

12 Jul 09:56
6e50052
Compare
Choose a tag to compare

Minor Changes

  • 45ed926: feat: add avatar addons, added new topAddon and bottomAddon props

@razorpay/blade@11.24.3

12 Jul 03:25
c2aea46
Compare
Choose a tag to compare

Patch Changes

  • 343d494: fix(ActionListItem, MenuItem): truncate text without spaces and add htmlTitle

@razorpay/blade@11.24.2

10 Jul 13:15
962f571
Compare
Choose a tag to compare

Patch Changes

  • 733b954: fix: change onRemove/onReupload params

@razorpay/blade@11.24.1

03 Jul 08:07
b0afc61
Compare
Choose a tag to compare

Patch Changes

  • b38943c: fix: table multiselect with pagination bug
  • 636952b: feat: add multiselection-mode prop to Table
  • caee268: fix: add button type button

@razorpay/blade@11.24.0

02 Jul 09:36
06a2ecd
Compare
Choose a tag to compare

Minor Changes

  • 03837f9: feat: add TableEditableCell component for Table

@razorpay/blade@11.23.3

02 Jul 05:00
872e309
Compare
Choose a tag to compare

Patch Changes

  • 5b3c42d: fix: white-labeling issue with surface text primary

@razorpay/blade@11.23.2

01 Jul 07:09
a69bdc0
Compare
Choose a tag to compare

Patch Changes

  • 59a333b: fix(FileUpload): correctly update errortText
  • bb06013: fix(ProgressBar): show percentage with decimal when using as meter