Skip to content

Releases: HHogg/preshape

v16.3.0

11 Dec 00:12
Compare
Choose a tag to compare

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

10 Dec 23:22
Compare
Choose a tag to compare

16.2.1 (2023-12-10)

Fixes

  • ConfigMenu: Change API so each entry contains it's update operation (0abede5)

v16.2.0

10 Dec 22:54
Compare
Choose a tag to compare

16.2.0 (2023-12-10)

Features

  • ConfigMenu: Added ConfigMenu component (51b432b)
  • TransitionBox: Added TransitionBox component (f689439)

v16.1.4

09 Dec 23:26
Compare
Choose a tag to compare

16.1.4 (2023-12-09)

Fixes

  • Tooltip: Padding to the tip (15c9d38)

v16.1.3

30 Nov 17:59
Compare
Choose a tag to compare

16.1.3 (2023-11-30)

Fixes

  • Colors: Tweaked the base colors (538fa1d)
  • Placement: Export UsePlacementResult type (e128e0c)

v16.1.2

29 Nov 08:20
Compare
Choose a tag to compare

16.1.2 (2023-11-29)

Fixes

  • Colors: Fixed incorrect dark shade colors (f4919bf)

v16.1.1

29 Nov 08:15
Compare
Choose a tag to compare

16.1.1 (2023-11-29)

Fixes

  • Colors: Fixed incorrect light shade colors (8aea88f)

v16.1.0

03 Nov 08:31
Compare
Choose a tag to compare

16.1.0 (2023-11-03)

Features

  • Theme: Added a disableSystemTheme prop (b63ebad)

v16.0.0

01 Nov 15:18
Compare
Choose a tag to compare

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

30 Oct 14:04
Compare
Choose a tag to compare

15.1.1 (2023-10-30)

Fixes

  • package: Use esm as default entry point (db69cfb)

Style Changes