Skip to content

Releases: code-like-a-carpenter/components

v8.0.0

23 Jan 05:05
30581c2

Choose a tag to compare

8.0.0 (2024-01-23)

Features

BREAKING CHANGES

  • update to node 20

v7.0.3

03 Jul 19:00
0670732

Choose a tag to compare

7.0.3 (2023-07-03)

Bug Fixes

v7.0.2

03 Jul 15:44
afa39f1

Choose a tag to compare

7.0.2 (2023-07-03)

Bug Fixes

  • add missing export (96d393b)
  • allow card children to be optional (deae089)
  • simplify types since the breaking change was annavoidable (6412c9f)

v7.0.1

03 Jul 14:50
7e590dc

Choose a tag to compare

7.0.1 (2023-07-03)

Bug Fixes

  • move invalid scss to css (4695537)

v6.0.2

15 Jun 14:21
63c3ff0

Choose a tag to compare

6.0.2 (2023-06-15)

Bug Fixes

v6.0.1

14 Jun 03:26
64c7946

Choose a tag to compare

6.0.1 (2023-06-14)

Bug Fixes

  • add missing exports (d6e448b)
  • make changes that unexplainably fix webpack build errors (1320cec)

v6.0.0

12 Jun 13:58
72e7b8a

Choose a tag to compare

6.0.0 (2023-06-12)

Bug Fixes

  • remove inconsistent class name from one renderer (6fc7d50)

Features

BREAKING CHANGES

  • deps: Though not strictly a breaking change on its own,
    upcoming features will assume the color pallete defined by Bootstrap
    5.3, which means consumers will need to be on that version.

v5.3.0

12 Jun 03:06
9d270cd

Choose a tag to compare

5.3.0 (2023-06-12)

Bug Fixes

  • author css instead of sass (aaf41eb)
  • fancy-stringify: remove rogue whitespace (5b2c2db)

Features

  • stringify: add default depth (b5f1ecc)
  • stringify: allow setting a max depth on stringify and other cleanup (417c5c2)

v5.2.1

01 Jun 05:29
a645923

Choose a tag to compare

5.2.1 (2023-06-01)

Bug Fixes

  • switch to scss and build it (0d75ee2)

v5.2.0

01 Jun 02:35
1d69fde

Choose a tag to compare

5.2.0 (2023-06-01)

Bug Fixes

  • Card: remove needless useEffect (a1faff0)
  • remove unused type parameter (d827055)

Features

  • outline: avoid making the whole heading component a link (b64850e)