Skip to content

Releases: razorpay/blade

@razorpay/[email protected]

24 Jan 06:10
130f63f
Compare
Choose a tag to compare

Minor Changes

  • 194fffc: feat(SideNav): add description on SideNavLink and onVisibleLevelChange callback on SideNav

@razorpay/[email protected]

23 Jan 17:48
4b36c3d
Compare
Choose a tag to compare

Patch Changes

  • 2692d5b: fix(blade): remove file icon aligment while uploading

@razorpay/[email protected]

21 Jan 13:42
c0c464d
Compare
Choose a tag to compare

Minor Changes

  • 964ee14: feat: ability to align individual table column items

Patch Changes

  • 455e965: fix(FileUpload): fileupload on remove clashes with onchage

    [!NOTE]

    Previously, onChange did not provide an updated value when a file was removed. Now, when a file is removed from FileUpload, onChange will return the updated value for uncontrolled fileupload.

  • a87a200: chore(blade): add data attributes in TabNav & Table components

@razorpay/[email protected]

20 Jan 12:20
f07937d
Compare
Choose a tag to compare

Patch Changes

  • 3a87bd6: fix(blade): unable to use switch inside card body

@razorpay/[email protected]

17 Jan 06:17
58c104f
Compare
Choose a tag to compare

Minor Changes

  • c228d8c: feat(blade): add flask,keyboard and list-search icons

Patch Changes

  • 2326fa2: feat(tokens): change token values to match figma

@razorpay/[email protected]

16 Jan 05:11
eadeae3
Compare
Choose a tag to compare

Patch Changes

  • dbd5302: fix(blade): date picker on level change typo

@razorpay/[email protected]

15 Jan 10:29
cd50318
Compare
Choose a tag to compare

Minor Changes

  • a9e46af: feat(ActionList): add Virtualization in ActionList

    <ActionList isVirtualized></ActionList>

    [!NOTE]

    Current version only supports virtulization of fixed height list where items do not have descriptions. We'll be adding support for dynamic height lists in future versions

Patch Changes

  • 7025932: feat(blade): add dateformat and placeholder prop for datepicker input
    fix(blade): Removed the chevron icon when the picker prop is used.

@razorpay/[email protected]

15 Jan 09:12
Compare
Choose a tag to compare

Minor Changes

  • 583900a: feat(blade): add ray icon

  • 9817d1e: fix(blade): Add backwards compat for React17 - fallback for useInsertionEffect

  • dcbcc75: feat(ActionList): add Virtualization in ActionList

    <ActionList isVirtualized></ActionList>

    [!NOTE]

    Current version only supports virtulization of fixed height list where items do not have descriptions. We'll be adding support for dynamic height lists in future versions

@razorpay/[email protected]

09 Jan 13:28
73c9c24
Compare
Choose a tag to compare

Patch Changes

  • 6aae282: chore(blade): change TabNavItem,TopNavActions background color & update examples
  • c676f3e: fix(SideNav): empty padding in banner when banner component returns null

@razorpay/[email protected]

08 Jan 08:25
1fc3dcb
Compare
Choose a tag to compare

Minor Changes

  • e00172b: feat(blade): Changes in components for X migration

    Drawer:

    • Changed the drawer's showOverlay behaviour to not mandate the overlay on level2 stacking
    • Exposed ref

    RadioGroup:

    • Exposed event in onChange

    ButtonGroup:

    • Added styled props
    • Added support for Tooltip inside ButtonGroup

    IconButton:

    • Added styledProps

    SideNavLink:

    • Added onClick

Patch Changes

  • 41354f6: fix(blade): cleanup bodyscroll locks if bottomsheet is force unmounted