Releases: razorpay/blade
@razorpay/[email protected]
Minor Changes
- 9d75463: feat(blade): added counter input component
@razorpay/[email protected]
Minor Changes
- 9d75463: feat(blade): added counter input component
@razorpay/[email protected]
Minor Changes
- ce80fb7: feat(blade): update ts version
@razorpay/[email protected]
Patch Changes
- 4e11809: chore(blade-mcp): Update Modal knowledgebase with important constraints
@razorpay/[email protected]
Patch Changes
- b964fb7: fix(blade-mcp/Box): improve Box knowledgebase UI quality
@razorpay/[email protected]
Minor Changes
-
6d508bb: ## feat(blade): add donut charts 🍩
Deprecation of
colorTheme='default'The
defaultoption for thecolorThemeprop has been deprecated to improve clarity and provide a more descriptive API. The new default theme is'categorical'. This change makes the theme's purpose—applying a set of distinct colors for different categories—more explicit.Impact
Implementation that explicitly sets
colorTheme='default'will use'categorical'as default. Implementations that did not specify acolorThemewill automatically use the new'categorical'default and should see no change in behavior.How to Upgrade
You need to update your code where
colorTheme='default'is used. You can either remove the prop entirely or change the value to'categorical'.- <YourComponent colorTheme='default' /> + <YourComponent colorTheme='categorical' /> // Or, since it's the new default, simply remove the prop: + <YourComponent />
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
- f8be2c8: feat(Accordion): add
minWidthprop to the Accordion component
@razorpay/[email protected]
Minor Changes
- 6d508bb: feat(blade-mcp): add donut chart knowledge base
@razorpay/[email protected]
@razorpay/[email protected]
Patch Changes
- 950c488: fix(blade): resolve stale values and button default behaviour in preset dropdown of datepicker