Skip to content

v3.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 05:09
83c7332

Release Notes for @repo/ui v3.2.0

This release includes minor improvements and fixes for better consistency and styling across components.

Minor Changes

  • Refactored DatePicker and Upload components to utilize the new Button component, enhancing consistency across the UI.
  • Updated the calendar component to use parentheses for CSS custom properties, improving styling consistency.

Patch Changes

  • Fixed Upload and DatePicker to compose the existing Button atom instead of using a raw <button>/buttonVariants from src/core, with no public API changes.
  • Resolved rendering issues in Calendar/DatePicker by switching --cell-size references from square-bracket arbitrary values to the parenthesis syntax, ensuring valid CSS in the Tailwind v4 setup.

What's Changed

  • ♻️ refactor(components): compose atoms/button in Upload and DatePicker by @pjb0811 in #145
  • 🐛 fix(calendar): fix squished layout from unwrapped --cell-size refs by @pjb0811 in #147
  • ♻️ refactor(docs): group Storybook sidebar by functional category by @pjb0811 in #148
  • 🔖 chore: version packages by @github-actions[bot] in #146

Full Changelog: v3.1.0...v3.2.0