Skip to content

Releases: mhkeller/layercake

πŸš«πŸ—£οΈ The No Verbose Edition πŸš«πŸ—£οΈ

17 May 22:37
Compare
Choose a tag to compare

3️⃣2️⃣1️⃣ The optionally sorted domain edition 1️⃣2️⃣3️⃣

12 Mar 03:23
Compare
Choose a tag to compare

Ordinal domains can now be optionally sorted. See Changelog for more.

Also mentioning a minor improvement that was in 8.0.3: data is now logged to the console in debug mode, for easier reference.

1️⃣2️⃣3️⃣ The sorted domain edition 3️⃣2️⃣1️⃣

20 Sep 01:54
Compare
Choose a tag to compare

A small release but a breaking change. Ordinal domains are sorted. See Changelog for more.

πŸ€ The Svelte 4 Edition πŸ€

27 Jun 20:03
Compare
Choose a tag to compare

Updates the peer deps and dev deps to be compatible with Svelte 4. These are mostly changes for how the docs are built, since those are in this same repo. For the library, it adds Svelte 4 as a peer dep option and that's about it.

See the CHANGELOG for details.

πŸ‘“ The Accessibility Edition πŸ‘“

26 Jun 03:01
Compare
Choose a tag to compare

This release adds some new props and slots to layout components for accessiblity options. See the CHANGELOG.md for full details.

Full Changelog: v7.4.0...v7.5.0

🎰 The slot prop edition 🎰

15 Apr 05:20
Compare
Choose a tag to compare

This release exposes the context values as slot props so you can compose things without making so many components, if you like. See the CHANGELOG for more details.

πŸš«πŸ› The Debug Edition πŸš«πŸ›

16 Mar 22:45
Compare
Choose a tag to compare

This release adds the new debug prop on the <LayerCake> component, which prints out information about your scales. See the CHANGELOG for details.
print-debug

πŸ’« The Transform Edition πŸ’«

25 Dec 04:48
Compare
Choose a tag to compare

This release adds a few new functions to make common data transformation functions easier. See the changelog for full details.

βš–οΈ The Ordinal Scale Edition βš–οΈ

11 Jul 01:06
Compare
Choose a tag to compare

This version brings some improvements to how ordinal (scaleBand, scalePoint and scaleOrdinal) are handled. Layer Cake now auto-calculates unique values as the domain for these scales and doesn't reverse the y scale range for them. See the changelog for full details.

πŸ’₯ The Reactivity Edition πŸ’₯

23 Feb 03:01
Compare
Choose a tag to compare

This release improves reactivity. See the CHANGELOG for more info.