Releases: HHogg/preshape
Releases · HHogg/preshape
v19.0.4
19.0.4 (2024-06-18)
Fixes
- Input: Forwarded rows prop to input element (2198fb0)
- InputWrapper: Added alignment props for the addons (3954c01)
v19.0.3
19.0.3 (2024-06-18)
Fixes
- InputLabel: Added prop to control label text alignment (9fc1623)
- TextArea: Remove resize control (47b8193)
v19.0.2
19.0.2 (2024-06-16)
Fixes
- InputLabel: Allow tag to be configurable (5603e4e)
v19.0.1
19.0.1 (2024-06-15)
Fixes
- Input: Pass defaultValue to input (ab63e37)
v19.0.0
19.0.0 (2024-04-17)
⚠ BREAKING CHANGES
- Modal: - Removed the
size
prop, just use the padding props.
- Removed the fullscreen responsive behavior, it now needs to be controlled by the user with the fullscreen prop.
- Apply border styles to the Modal component rather than ModalHeader and ModalFooter.
Features
- Box: Support non-Box elements from interfering with margin pattern (b26aed0)
- Modal: Removed size prop, border styling, removed fullscreen responsive behavior. (88e067e)
v18.1.3
18.1.3 (2024-03-31)
Fixes
- Article: Allow paragraph tag to be customised (2b2f8b6)
v18.1.2
18.1.2 (2024-03-30)
Fixes
- Button: Allow border style to be customised (e4d4b55)
v18.1.0
18.1.0 (2024-03-17)
Features
- Article: Added article related components (e86cd12)
- Code: Added light theme syntax highlighting (7dc40fc)
- Code: Added syntax highlighting to inline code component (3ce9448)
- Text: Added custom lineHeight prop (87698d4)
Fixes
- Table: Header cell link styling (6b4a08e)