Skip to content

Releases: razorpay/blade

@razorpay/[email protected]

18 Sep 06:24
383f8dd

Choose a tag to compare

Minor Changes

  • ab17735: feat(blade-mcp): update knowledgebase with AreaChart

@razorpay/[email protected]

17 Sep 10:37
7c7d28d

Choose a tag to compare

Minor Changes

  • fbc71b2: feat(blade): add support for Badge in SelectInput

    Introduces a new prop valueSuffix which in SelectInput which can be used to render a Badge after the the value.

    <SelectInput
      valueSuffix={({ values }) => {
        if (values[0] === 'item-1') {
          return <Badge color="positive">20% Off</Badge>;
        }
        return null;
      }}
    />

@razorpay/[email protected]

16 Sep 08:58
5906d27

Choose a tag to compare

Minor Changes

  • 2f0e492: feat(blade): added Chart subcomponents & Line Chart component

    Docs Link

@razorpay/[email protected]

16 Sep 08:58
5906d27

Choose a tag to compare

Minor Changes

  • 2f0e492: feat(blade): update knowledge base to support line chart

@razorpay/[email protected]

15 Sep 17:28
8db12d4

Choose a tag to compare

Minor Changes

  • b9e48e2: feat(Box): add backgroundFilter and transition prop to Box component

@razorpay/[email protected]

09 Sep 15:58
3375a2c

Choose a tag to compare

Patch Changes

  • 781cc32: fix(blade): Double focus ring in DatePicker and Input

@razorpay/[email protected]

04 Sep 09:16
6070cfd

Choose a tag to compare

Patch Changes

  • c1b2b96: chore(analytics): replace userId with OS-based userName

@razorpay/[email protected]

03 Sep 07:31
fd158be

Choose a tag to compare

Patch Changes

  • 57d2d9f: feat(datepicker): exposing footer prop

@razorpay/[email protected]

03 Sep 07:30
fd158be

Choose a tag to compare

Patch Changes

  • 57d2d9f: feat(datepicker): exposing footer prop

@razorpay/[email protected]

25 Aug 12:23
c5003ac

Choose a tag to compare

Patch Changes

  • 77a78dd: chore: update babel version