Skip to content

Releases: HHogg/preshape

v19.0.4

18 Jun 19:35
Compare
Choose a tag to compare

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

18 Jun 17:24
Compare
Choose a tag to compare

19.0.3 (2024-06-18)

Fixes

  • InputLabel: Added prop to control label text alignment (9fc1623)
  • TextArea: Remove resize control (47b8193)

v19.0.2

16 Jun 11:12
Compare
Choose a tag to compare

19.0.2 (2024-06-16)

Fixes

  • InputLabel: Allow tag to be configurable (5603e4e)

v19.0.1

15 Jun 15:47
Compare
Choose a tag to compare

19.0.1 (2024-06-15)

Fixes

  • Input: Pass defaultValue to input (ab63e37)

v19.0.0

17 Apr 22:01
Compare
Choose a tag to compare

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

31 Mar 21:57
Compare
Choose a tag to compare

18.1.3 (2024-03-31)

Fixes

  • Article: Allow paragraph tag to be customised (2b2f8b6)

v18.1.2

30 Mar 10:48
Compare
Choose a tag to compare

18.1.2 (2024-03-30)

Fixes

  • Button: Allow border style to be customised (e4d4b55)

v18.1.1

29 Mar 08:57
Compare
Choose a tag to compare

18.1.1 (2024-03-29)

Fixes

  • Code: Allow custom text size (bfdc53e)

v18.1.0

17 Mar 14:35
Compare
Choose a tag to compare

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)

v18.0.1

17 Mar 08:39
Compare
Choose a tag to compare

18.0.1 (2024-03-17)

Fixes

  • Link: Removed color: inherit (3689565)