Releases: HHogg/preshape
Releases · HHogg/preshape
v13.2.3
v13.2.2
v13.2.1
v13.2.0
v13.1.0
v13.0.0
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
v12.0.1
v12.0.0
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)