Skip to content

Releases: razorpay/blade

@razorpay/[email protected]

10 Nov 10:15
77765ec

Choose a tag to compare

Minor Changes

  • 49082f5: feat(blade): charts new ui & color token update

    Deprecation of chart.background prefix in color token

    The chart.background prefix in color token has been deprecated to improve clarity and provide a more descriptive API. The new prefix is data.background.

    Impact

    Implementation that explicitly sets chart.background prefix in color token will use data.background as prefix.

    How to Upgrade

    You need to update your code where chart.background prefix in color token. You can either remove the prefix entirely to use default color themes or change the value to data.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]

10 Nov 10:15
77765ec

Choose a tag to compare

Minor Changes

  • 49082f5: feat(blade): charts new ui & color token update

    Deprecation of chart.background prefix in color token

    The chart.background prefix in color token has been deprecated to improve clarity and provide a more descriptive API. The new prefix is data.background.

    Impact

    Implementation that explicitly sets chart.background prefix in color token will use data.background as prefix.

    How to Upgrade

    You need to update your code where chart.background prefix in color token. You can either remove the prefix entirely to use default color themes or change the value to data.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]

10 Nov 09:34
30eb41f

Choose a tag to compare

Minor Changes

  • e05eacb: feat(blade-mcp): add streamable transport support utilities
  • e05eacb: feat(blade-mcp): refactor createCursorRule , getBladeComponentDocs , getBladeGeneralDocs , getBladePatternDocs tools to support MCP SSE

@razorpay/[email protected]

30 Oct 06:30
7a8d1e7

Choose a tag to compare

Minor Changes

@razorpay/[email protected]

28 Oct 10:49
41b0ccb

Choose a tag to compare

Minor Changes

  • 10bea93: feat(blade): creation view v2

    • Card: Added prop to enable cursor: pointer for 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

@razorpay/[email protected]

28 Oct 08:06
a0e7767

Choose a tag to compare

Patch Changes

  • 46b7a49: revert: visually hidden changes

    Note: you might need to update your snaps

@razorpay/[email protected]

22 Oct 12:19
7a25d36

Choose a tag to compare

Minor Changes

  • c5e3a92: feat(blade): introduced footer and enhance header background for DetailedView

    • New Component: Added DrawerFooter component with sticky positioning and optional divider in drawer
    • Enhanced DrawerHeader: Added showDivider prop 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

@razorpay/[email protected]

22 Oct 12:19
7a25d36

Choose a tag to compare

Minor Changes

  • c5e3a92: feat(blade): introduced footer and enhance header background for DetailedView

    • New Component: Added DrawerFooter component with sticky positioning and optional divider in drawer
    • Enhanced DrawerHeader: Added showDivider prop 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

@razorpay/[email protected]

16 Oct 07:30
873c863

Choose a tag to compare

Patch Changes

  • a4717aa: fix(blade): scroll issue in bottomsheet

@razorpay/[email protected]

13 Oct 11:22
cb26fd0

Choose a tag to compare

Patch Changes

  • 5f27505: feat(blade): update TopNav actions bg color, made profile avatar square