Skip to content

v6.5.0

Compare
Choose a tag to compare
@lyzadanger lyzadanger released this 24 Jul 16:17
· 544 commits to main since this release

This release adds a new CloseButton component and extends Dialog to be able to accommodate custom layouts. It also changes uses of tailwind utility class rounded-sm to rounded for elements that should have a default border-radius. It adds a pattern-library prototype page for UI for the import/export project.

Changed

  • (Potentially breaking) This package’s tailwind.preset now defines theme.extend.borderRadius.DEFAULT value that is equivalent to Tailwind’s default rounded-sm and uses this when the styling intention is for a “default” border-radius size. Local presets have already been updated in client, via and lms, so no action should be necessary in those projects. by @lyzadanger in #1143
  • Update Dialog and allies for import/export UI needs by @lyzadanger in #1162

Added

Fixed

  • Fix slider transition event by @acelaya in #1157
  • Ensure CloseButton always rendered 16px square in panel/dialog headers by @lyzadanger in #1169

Full Changelog: v6.4.0...v6.5.0