Skip to content

Releases: kumaaa-inc/shadow-panda

@shadow-panda/[email protected]

13 Oct 03:29
e541da0
Compare
Choose a tag to compare

Patch Changes

@shadow-panda/[email protected]

13 Oct 03:29
e541da0
Compare
Choose a tag to compare

Patch Changes

@shadow-panda/[email protected]

20 Sep 10:25
121cfe9
Compare
Choose a tag to compare

Minor Changes

@shadow-panda/[email protected]

20 Sep 10:25
121cfe9
Compare
Choose a tag to compare

Minor Changes

@shadow-panda/[email protected]

31 Aug 03:03
919c214
Compare
Choose a tag to compare

@shadow-panda/[email protected]

31 Aug 03:03
919c214
Compare
Choose a tag to compare

Minor Changes

  • 01fade4: Renamed tableContainerStyles and tableStyles to typographyTableContainer and typographyTable respectively.
  • 01fade4: Alert, Card, Table, Form components now uses the normal config recipe instead of slot recipes. The main purpose of this is to avoid the 'use client' directive (except for the Form which uses the context from react-hook-form, but the styles can be reused in forms like the server-only forms from Next.js).

@shadow-panda/[email protected]

28 Aug 08:28
a6f798d
Compare
Choose a tag to compare

@shadow-panda/[email protected]

28 Aug 08:28
a6f798d
Compare
Choose a tag to compare

Minor Changes

  • fa2b188: Support Toggle component
  • 5c29f32: Improved Form component to use slot recipes for better style overrides
  • e773343: Support DataTable component
  • 75e945d: Changed destructive color in dark mode for better contrast
  • ed0081f: Support NavigationMenu component

Patch Changes

  • fa2b188: Fix cursor style for Accordion and Dialog close button

@shadow-panda/[email protected]

22 Aug 05:28
9a30d90
Compare
Choose a tag to compare

@shadow-panda/[email protected]

22 Aug 05:28
9a30d90
Compare
Choose a tag to compare

Minor Changes

  • c2f701f: Support Skeleton component
  • e1ff788: Support Table component
  • 797b99e: Support Progress component
  • 4d9670b: Support Slider component
  • e1ff788: (BREAKING) Renamed tableContainer and table recipes to tableContainerStyles and tableStyles, due to recipe created for the Table component