Releases: razorpay/blade
@razorpay/[email protected]
Minor Changes
- 194fffc: feat(SideNav): add
description
on SideNavLink andonVisibleLevelChange
callback onSideNav
@razorpay/[email protected]
Patch Changes
- 2692d5b: fix(blade): remove file icon aligment while uploading
@razorpay/[email protected]
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]
Patch Changes
- 3a87bd6: fix(blade): unable to use switch inside card body
@razorpay/[email protected]
@razorpay/[email protected]
Patch Changes
- dbd5302: fix(blade): date picker on level change typo
@razorpay/[email protected]
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]
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]
@razorpay/[email protected]
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