Skip to content

Releases: HHogg/preshape

v13.2.3

10 Aug 19:40
Compare
Choose a tag to compare

13.2.3 (2022-08-10)

Fixes

  • Placement: Don't trigger onClose when clicking on the reference element (41b9ca2)
  • Placement: Tooltip not showing in the correct place (cdb7b52)

v13.2.2

08 Aug 20:12
Compare
Choose a tag to compare

13.2.2 (2022-08-08)

Fixes

  • Form: form prop should be optional (5cbc1cf)

v13.2.1

08 Aug 17:37
Compare
Choose a tag to compare

13.2.1 (2022-08-08)

Fixes

  • Form: Added generics to useFormContext (f27ef29)

Style Changes

  • Input: Increased font size of input labels (ebd43ec)

v13.2.0

07 Aug 22:20
Compare
Choose a tag to compare

13.2.0 (2022-08-07)

Features

  • Box: Added vertical padding offset props (9bc4739)
  • Form: Added props to control when validation is shown (3dedc7e)
  • Modal: Added ModalFooterInsert component (c0f7b6e)

v13.1.0

02 Aug 21:17
Compare
Choose a tag to compare

13.1.0 (2022-08-02)

Features

  • Modal: Add a prop 'overlayBackgroundCloseOnClick' to disable clicking on the overlay to close it (21328d2)

Fixes

  • ModalManager: Logging setting state in the render flow error (f653dd7)
  • Tooltip: Forward on maxWidth to the content element (93168d1)

v13.0.0

24 Jul 14:45
Compare
Choose a tag to compare

13.0.0 (2022-07-24)

⚠ BREAKING CHANGES

  • useEventListener: Handler and options must now be memoized.

Style Changes

  • Input: Change the color of the Input placeholder (e44f9b8)

Fixes

  • Button: Allow font weight to be cofigureable (f9b3a0a)
  • Button: Ensure button is always full opacity on hover (fe4c148)
  • Icon: Provide Icons.Props to be extended from (ea266e3)
  • Input: Allow background color to be configurable (313910d)
  • Modal: Remove pointer events from modal when rendered but not visible (c5f7a65)
  • useEventListener: Remove watch param and use internal depedencies. (ff8fc8f)

v12.0.2

19 Jul 08:02
Compare
Choose a tag to compare

12.0.2 (2022-07-19)

Fixes

  • Editor: Inherit gutter backgroundColor (0454208)

v12.0.1

10 Jul 16:58
Compare
Choose a tag to compare

12.0.1 (2022-07-10)

Fixes

  • InputLabel: Fix type for label and description to allow strings (c78142e)

v12.0.0

10 Jul 16:52
Compare
Choose a tag to compare

12.0.0 (2022-07-10)

⚠ BREAKING CHANGES

  • css: Changed all CSS color variable names to just be a single dash

Features

  • Box: Added transparent to all color options (0831ff0)
  • Button: Added props to control border, backgroundColor and textColor on hover and active states (2d3c4e0)
  • css: Change all CSS color variables names to no longer require a double dash before the shade. (a7eaeed)
  • Form: Added a useForm hook and other components that can be used for a form validation pattern (f13da70)
  • ModalManager: Added ModalManager to manage multiple modal being visible at the same time (ad1f81b)

Fixes

  • InputLabel: Allow labels and descriptions to be JSX.Elements (32d007b)

v11.8.1

26 Jun 21:33
Compare
Choose a tag to compare

11.8.1 (2022-06-26)

Fixes

  • Buttons: Support vertical flexing (fa44497)