v6.5.0
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 definestheme.extend.borderRadius.DEFAULT
value that is equivalent to Tailwind’s defaultrounded-sm
and uses this when the styling intention is for a “default” border-radius size. Local presets have already been updated inclient
,via
andlms
, 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
- Add
tab
variant toTab
and support styling API by @lyzadanger in #1155 - Establish import/export UI working area and prototype by @lyzadanger in #1156; Refine tabbed-dialog prototype and define component composition by @lyzadanger in #1160
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