Releases: HHogg/preshape
Releases · HHogg/preshape
v16.3.0
16.3.0 (2023-12-11)
Features
- ConfigMenu: Added actions entry value (f31ace8)
Fixes
- ConfigMenu: Change prop to array value, fixed generics, action menu and added foramtter to oneOf and manyOf entries (1ea0819)
v16.2.1
16.2.1 (2023-12-10)
Fixes
- ConfigMenu: Change API so each entry contains it's update operation (0abede5)
v16.2.0
16.2.0 (2023-12-10)
Features
- ConfigMenu: Added ConfigMenu component (51b432b)
- TransitionBox: Added TransitionBox component (f689439)
v16.1.3
16.1.3 (2023-11-30)
Fixes
- Colors: Tweaked the base colors (538fa1d)
- Placement: Export UsePlacementResult type (e128e0c)
v16.1.2
16.1.2 (2023-11-29)
Fixes
- Colors: Fixed incorrect dark shade colors (f4919bf)
v16.1.1
16.1.1 (2023-11-29)
Fixes
- Colors: Fixed incorrect light shade colors (8aea88f)
v16.1.0
16.1.0 (2023-11-03)
Features
- Theme: Added a disableSystemTheme prop (b63ebad)
v16.0.0
16.0.0 (2023-11-01)
⚠ BREAKING CHANGES
- font: Changed the font. Include the following link tag.
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700;800;900&display=swap" rel="stylesheet">
- Text: Removed the
strong
and weak
props and replaced with weight
. weight="x1" === weak && weight="x2" === strong
- Button: Removed 'size' prop. Size is now the text size prop. Use this and paddings to size
Features
- Box: Added some more border radius values (1360321)
- Button: removed 'size' prop (df34291)
- font: Replaced Open Sans (400/600) font with Noto Sans (400/600/700/800/900) (5f53015)
- Icon: Removed Icons component, use icons from lucide-react (3bd5891)
- Text: Replaced 'strong' and 'weak' props with 'weight' prop (7ddadfe)
Style Changes
- Button: Removed default uppercasing (ec01578)
Fixes
- Box: Added missing x5 from paddings/margins (d8b477b)
- Button: Fixed component so 'padding' prop can be used (4f12caa)
- colors: Theme text colours (9ecae81)
v15.1.1
15.1.1 (2023-10-30)
Fixes
- package: Use esm as default entry point (db69cfb)
Style Changes