Skip to content

Releases: HHogg/preshape

v4.5.2

12 Apr 08:07
Compare
Choose a tag to compare

4.5.2 (2020-04-12)

Bug Fixes

  • CodeBlock: White space when not wrapping (0b64ec7)

v4.5.1

12 Apr 00:22
Compare
Choose a tag to compare

4.5.1 (2020-04-12)

Bug Fixes

  • BulletPoints: Changed counter style to bold font (0dbde3d)
  • Modal: Added overlayBackgroundColor prop (d146b34)
  • Variables: Added missing x5 variable (7b618e5)

v4.5.0

04 Apr 13:49
Compare
Choose a tag to compare

4.5.0 (2020-04-04)

Features

  • Icon: Added LinkedIn, Layers and Hexagon icons (e0dad42)

v4.4.0

03 Apr 23:40
Compare
Choose a tag to compare

4.4.0 (2020-04-03)

Bug Fixes

  • useIntersectionObserver & useResizeObserver not reacting to ref changes (0a3450d)
  • Colors: Added RGB color variables (92efa10)

Features

  • Editor: Added Editor component (3ffd369)

v4.3.2

29 Mar 13:23
Compare
Choose a tag to compare

4.3.2 (2020-03-29)

Bug Fixes

  • useUrlState: Gracefully handle failing encoders and decoders (3f9e324)

v4.3.1

28 Mar 22:15
Compare
Choose a tag to compare

4.3.1 (2020-03-28)

Bug Fixes

  • Modal: Flicker from Appear component spring animation. (5cce3dd)

v4.3.0

22 Mar 11:30
Compare
Choose a tag to compare

4.3.0 (2020-03-22)

Features

  • useLocalStorage: Added useLocalStorage hook. (f3ee155)
  • useUrlState: Added useUrlState hook for managing storing state in url search parameters (d16231f)

v4.2.2

03 Mar 23:16
Compare
Choose a tag to compare

4.2.2 (2020-03-03)

Bug Fixes

  • HotLoader: Using aliased hotloader breaks consumers without hotloader (31ab6cf)

v4.2.1

02 Mar 10:21
Compare
Choose a tag to compare

4.2.1 (2020-03-02)

Bug Fixes

  • Modal: Allow maxWidth to be used with fullscreen (0b7cf59)

v4.2.0

02 Mar 00:29
Compare
Choose a tag to compare

4.2.0 (2020-03-02)

Bug Fixes

  • Flex: Allow maxWidth to be used with children of Flex with gap (d23a80e)
  • Link: Updated Link style (5425d1c)
  • Tabs: Updated Tabs style (a353031)

Features

  • Appear: Added origin props to change the animation origin. Also added a transition prop to pass a Framer Motion transition. Removed the duration property, as transition allows for more flexibility in configuring the animation. (34161a7)
  • Base: Added maxHeight prop (3db5e68)
  • Modal: Added modal component (1b3ad32)
  • Placement: Added trigger prop to allow uncontrolled use of Placement by adding handlers onto the reference element. (26bd669)
  • Tooltip: Added tooltip component (ae650b1)