Releases: mhkeller/layercake
ποΈ The Svelte 5 Edition ποΈ
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βοΈ
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 π«π£οΈ
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οΈβ£
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οΈβ£
A small release but a breaking change. Ordinal domains are sorted. See Changelog for more.
π The Svelte 4 Edition π
π The Accessibility Edition π
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 π°
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 π«π
This release adds the new debug
prop on the <LayerCake>
component, which prints out information about your scales. See the CHANGELOG for details.
π« The Transform Edition π«
This release adds a few new functions to make common data transformation functions easier. See the changelog for full details.