Skip to content

Releases: razorpay/blade

@razorpay/[email protected]

10 Oct 08:04
73b1d68

Choose a tag to compare

Minor Changes

  • 9d75463: feat(blade): added counter input component

@razorpay/[email protected]

10 Oct 08:04
73b1d68

Choose a tag to compare

Minor Changes

  • 9d75463: feat(blade): added counter input component

@razorpay/[email protected]

08 Oct 10:41
abe1d4b

Choose a tag to compare

Minor Changes

  • ce80fb7: feat(blade): update ts version

@razorpay/[email protected]

08 Oct 10:41
abe1d4b

Choose a tag to compare

Patch Changes

  • 4e11809: chore(blade-mcp): Update Modal knowledgebase with important constraints

@razorpay/[email protected]

03 Oct 05:56
3b5f615

Choose a tag to compare

Patch Changes

  • b964fb7: fix(blade-mcp/Box): improve Box knowledgebase UI quality

@razorpay/[email protected]

29 Sep 11:50
73396ca

Choose a tag to compare

Minor Changes

  • 6d508bb: ## feat(blade): add donut charts 🍩

    Docs Link

    Deprecation of colorTheme='default'

    The default option for the colorTheme prop 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 a colorTheme will 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]

29 Sep 10:32
c381732

Choose a tag to compare

Minor Changes

  • f8be2c8: feat(Accordion): add minWidth prop to the Accordion component

@razorpay/[email protected]

29 Sep 11:50
73396ca

Choose a tag to compare

Minor Changes

  • 6d508bb: feat(blade-mcp): add donut chart knowledge base

@razorpay/[email protected]

29 Sep 10:32
c381732

Choose a tag to compare

Minor Changes

  • 4f9b1eb: feat(blade-mcp): add figma to code image attachment in mcp tool call

Patch Changes

  • aae0f0d: fix(blade-mcp): remove console logs

@razorpay/[email protected]

25 Sep 12:31
c442828

Choose a tag to compare

Patch Changes

  • 950c488: fix(blade): resolve stale values and button default behaviour in preset dropdown of datepicker