Skip to content

Releases: razorpay/blade

@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

@razorpay/[email protected]

27 Dec 10:28
db5c906
Compare
Choose a tag to compare

Patch Changes

  • 0b5dc72: fix: interactive card selected borderRadius

@razorpay/[email protected]

26 Dec 10:17
0cc9c97
Compare
Choose a tag to compare

Patch Changes

  • 95a5824: fix(blade): Add backwards compat for React17 - fallback for useInsertionEffect

@razorpay/[email protected]

11 Dec 11:01
2da77e4
Compare
Choose a tag to compare

Patch Changes

  • 4178c59: docs: remove stackblitz and add story code
    fix: export Stagger and AnimateInteractions

@razorpay/[email protected]

11 Dec 06:08
65125bf
Compare
Choose a tag to compare

Major Changes