Skip to content

Releases: firstclasspostcodes/cms

v1.5.1

04 Jun 13:33

Choose a tag to compare

1.5.1 (2020-06-04)

Bug Fixes

  • 🐛 bumping @firstclasspostcodes/sw14 to v2.2.1 (45c8f6b)

v1.5.0

02 Apr 10:29
e0a4d74

Choose a tag to compare

1.5.0 (2020-04-02)

Features

  • 🎸 implemented CMS component (a1fe236)

    Performance Improvements

    • ⚡️ using connectSettings() to optimize rendering (e0a4d74)

v1.4.0

02 Apr 10:01
4ed14a9

Choose a tag to compare

1.4.0 (2020-04-02)

Bug Fixes

  • 🐛 escape hatch for useLink() if no action is defined (81ce60b)
  • 🐛 relaxing proptype defs to allow for flexible cms content (4ed14a9)

Features

  • 🎸 adding Code Block and Data tables to CMS portable text (0306b93)
  • 🎸 implemented CMS component (8ac50a2)

Performance Improvements

  • ⚡️ updating @firstclasspostcodes/sw14 (e50f542)

v1.3.0

31 Mar 16:03
ab6ed82

Choose a tag to compare

1.3.0 (2020-03-31)

Bug Fixes

  • 🐛 committing package.json with @sanity/code-input (21048bc)

Features

  • 🎸 adding as a configurable CMS component (ab6ed82)
  • 🎸 adding code examples and inline code to portable text (0a0ed19)

Performance Improvements

  • ⚡️ simplifying layout for <Grid.Unit/> singles (c285044)

v1.2.3

27 Mar 22:11
2833970

Choose a tag to compare

1.2.3 (2020-03-27)

Bug Fixes

  • 🐛 fixing bad PropType declaration 🤦‍♂️ (2833970)

v1.2.2

26 Mar 11:16
1e675eb

Choose a tag to compare

1.2.2 (2020-03-26)

Bug Fixes

  • 🐛 removing oversized component (1e675eb)

v1.2.1

25 Mar 20:40
0490d57

Choose a tag to compare

1.2.1 (2020-03-25)

Bug Fixes

  • 🐛 removing bad usage of useMemo() in hooks (0490d57)

v1.2.0

21 Mar 14:28
2b6264b

Choose a tag to compare

1.2.0 (2020-03-21)

Features

  • 🎸 enabling configurable component (2b6264b)

v1.1.4

20 Mar 23:02
90df645

Choose a tag to compare

1.1.4 (2020-03-20)

Bug Fixes

  • 🐛 simplifying component by removing invalid props (90df645)

v1.1.3

20 Mar 16:28
210544e

Choose a tag to compare

1.1.3 (2020-03-20)

Bug Fixes

  • 🐛 adjusting children PropType to .any (f7f682d)
  • 🐛 adjusting proptypes for various schema components (210544e)