Skip to content

Releases: razorpay/blade

@razorpay/[email protected]

24 Sep 11:04
6102ed2

Choose a tag to compare

Minor Changes

@razorpay/[email protected]

24 Sep 10:12
8c32d5a

Choose a tag to compare

Patch Changes

  • fa2f47c: fix(blade): invoke onApply of DatePicker when preset is selected from the preset dropdown
  • 2218df3: feat(DropdownOverlay): add 'data-analytics' attribute

@razorpay/[email protected]

24 Sep 11:04
6102ed2

Choose a tag to compare

Minor Changes

  • 1b07633: feat(blade-mcp): update knowledgebase with BarChart

@razorpay/[email protected]

22 Sep 13:51
0e9df9c

Choose a tag to compare

Minor Changes

  • ac1d4fb: feat(blade): add support for non-dismissible modals & bottomsheet

    Introduces a new prop isDismissible in Modal and BottomSheet which can be used to prevent users from accidentally dismissing modals and bottomSheet by clicking outside or pressing the escape key. When isDismissible={false}, the close button is automatically hidden and the modal and bottomSheet can only be closed through explicit user actions.

    <Modal isOpen={isOpen} isDismissible={false}>
      // .... modal content ....
    </Modal>
    <BottomSheet isOpen={isOpen} isDismissible={false}>
      // .... bottomsheet component ....
    </BottomSheet>

@razorpay/[email protected]

22 Sep 13:51
0e9df9c

Choose a tag to compare

Minor Changes

  • ac1d4fb: feat(blade): add support for non-dismissible modals & bottomsheet

    Introduces a new prop isDismissible in Modal and BottomSheet which can be used to prevent users from accidentally dismissing modals and bottomSheet by clicking outside or pressing the escape key. When isDismissible={false}, the close button is automatically hidden and the modal and bottomSheet can only be closed through explicit user actions.

    <Modal isOpen={isOpen} isDismissible={false}>
      // .... modal content ....
    </Modal>
    <BottomSheet isOpen={isOpen} isDismissible={false}>
      // .... bottomsheet component ....
    </BottomSheet>

@razorpay/[email protected]

22 Sep 07:43
0c8494a

Choose a tag to compare

Minor Changes

  • dd7e18b: feat(server): add publishLinesOfCodeMetric tool integration

@razorpay/[email protected]

19 Sep 10:11
a1d6d8e

Choose a tag to compare

Minor Changes

  • c835336: feat(timepicker): added timepicker component

@razorpay/[email protected]

19 Sep 10:11
a1d6d8e

Choose a tag to compare

Minor Changes

  • c835336: feat(timepicker): added timepicker component

@razorpay/[email protected]

18 Sep 16:27
16576ed

Choose a tag to compare

Patch Changes

  • 0ff0152: fix(ActionListItem): support non-string values in item

@razorpay/[email protected]

18 Sep 06:24
383f8dd

Choose a tag to compare

Minor Changes