Skip to content

Releases: mhkeller/layercake

🌊🙈 The Overflow Hidden Edition 🙈🌊

Choose a tag to compare

@mhkeller mhkeller released this 19 Aug 01:23

Add a new prop to Html, Svg and ScaledSvg components to allow for setting the overflow property. See the CHANGELOG.md for full details.

This is technically a breaking change because it removes the innerElement binding on the Svg component but I don't think that had much practical value and I'd be surprised if anyone was actually using it.

🔮ᛉᛟϟ The Runes Editition ᛉᛟϟ🔮

Choose a tag to compare

@mhkeller mhkeller released this 01 Aug 14:35

This release adds more types, updates layout components to using Runes and implements a few breaking changes around sorting domains. See the CHANGELOG.md for full details.

🖐️ The Svelte 5 Edition 🖐️

Choose a tag to compare

@mhkeller mhkeller released this 19 Oct 23:08

This updates to Svelte 5.0.0 and also adds a default export in package.json. See the CHANGELOG for more details and this issue for details on runes support.

☝️The Index Edition☝️

Choose a tag to compare

@mhkeller mhkeller released this 05 Jun 02:42

Adds an i index value to accessor functions. See CHANGELOG for details: https://github.com/mhkeller/layercake/blob/main/CHANGELOG.md#830

🚫🗣️ The No Verbose Edition 🚫🗣️

Choose a tag to compare

@mhkeller mhkeller released this 17 May 22:37

Adds an option to suppress layout warnings. See CHANGELOG for details: https://github.com/mhkeller/layercake/blob/main/CHANGELOG.md#820

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

Choose a tag to compare

@mhkeller mhkeller released this 12 Mar 03:23

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️⃣

Choose a tag to compare

@mhkeller mhkeller released this 20 Sep 01:54

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

🍀 The Svelte 4 Edition 🍀

Choose a tag to compare

@mhkeller mhkeller released this 27 Jun 20:03

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 👓

Choose a tag to compare

@mhkeller mhkeller released this 26 Jun 03:01

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 🎰

Choose a tag to compare

@mhkeller mhkeller released this 15 Apr 05:20

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.