Releases: razorpay/blade
@razorpay/[email protected]
Minor Changes
-
49082f5: feat(blade): charts new ui & color token update
Deprecation of
chart.backgroundprefix in color tokenThe
chart.backgroundprefix in color token has been deprecated to improve clarity and provide a more descriptive API. The new prefix isdata.background.Impact
Implementation that explicitly sets
chart.backgroundprefix in color token will usedata.backgroundas prefix.How to Upgrade
You need to update your code where
chart.backgroundprefix in color token. You can either remove the prefix entirely to use default color themes or change the value todata.background.- color="chart.background.categorical.blue.moderate" + color="data.background.categorical.blue.moderate"
Updation of color mapping tokens for charts
We have update color mapping of few token related to charts. you might need to update your snaps.
@razorpay/[email protected]
Minor Changes
-
49082f5: feat(blade): charts new ui & color token update
Deprecation of
chart.backgroundprefix in color tokenThe
chart.backgroundprefix in color token has been deprecated to improve clarity and provide a more descriptive API. The new prefix isdata.background.Impact
Implementation that explicitly sets
chart.backgroundprefix in color token will usedata.backgroundas prefix.How to Upgrade
You need to update your code where
chart.backgroundprefix in color token. You can either remove the prefix entirely to use default color themes or change the value todata.background.- color="chart.background.categorical.blue.moderate" + color="data.background.categorical.blue.moderate"
Updation of color mapping tokens for charts
We have update color mapping of few token related to charts. you might need to update your snaps.
@razorpay/[email protected]
@razorpay/[email protected]
Minor Changes
- e241824: added elementtiming attribute to components.
@razorpay/[email protected]
Minor Changes
-
10bea93: feat(blade): creation view v2
- Card: Added prop to enable
cursor: pointerfor interactive states. - Creation View:
- Added progress bar in full-page modal for multi-step forms.
- Included StepGroup example in medium modal.
- Enhanced the Flow Selection Modal with responsive behavior
- Card: Added prop to enable
@razorpay/[email protected]
Patch Changes
-
46b7a49: revert: visually hidden changes
Note: you might need to update your snaps
@razorpay/[email protected]
Minor Changes
-
c5e3a92: feat(blade): introduced footer and enhance header background for DetailedView
- New Component: Added
DrawerFootercomponent with sticky positioning and optional divider in drawer - Enhanced DrawerHeader: Added
showDividerprop to control header divider visibility and upgraded gradient pattern from linear to radial - DetailedView Pattern Enhancement:
- Add an option to toggle the footer's visibility
- Ensure the footer remains sticky at all times
- Upgrade the gradient pattern in the header
- New Component: Added
@razorpay/[email protected]
Minor Changes
-
c5e3a92: feat(blade): introduced footer and enhance header background for DetailedView
- New Component: Added
DrawerFootercomponent with sticky positioning and optional divider in drawer - Enhanced DrawerHeader: Added
showDividerprop to control header divider visibility and upgraded gradient pattern from linear to radial - DetailedView Pattern Enhancement:
- Add an option to toggle the footer's visibility
- Ensure the footer remains sticky at all times
- Upgrade the gradient pattern in the header
- New Component: Added
@razorpay/[email protected]
Patch Changes
- a4717aa: fix(blade): scroll issue in bottomsheet
@razorpay/[email protected]
Patch Changes
- 5f27505: feat(blade): update TopNav actions bg color, made profile avatar square