Skip to content

v1.3.0

Choose a tag to compare

@himynameisdave himynameisdave released this 25 Jan 18:47
· 36 commits to main since this release
dfa758a

Features

Re-writes the core Flex component to make use of the new style directives feature in Svelte! 🎉 If you haven't used them yet and want to learn how they work, feel free to check out the code to see them in action.

This is released as a non-major/non-breaking change, as the component API has not changed at all, so consumers of this package can safely upgrade.

However, there is now a minimum svelte requirement of 3.46.2, which has style directives as well as bugfixes for them regarding kebab-case and {#each} blocks.

Raw commits

  • 📖 Document minimum svelte requirement 4c2e819
  • Merge pull request #22 from /issues/20 b76269e
  • 🔬 Update node test version matrix 2cf72d3
  • 🔟 Drop Node 10 engines field 5c58a36
  • 👨‍🎨 Use style directives instead of classes 28c9a98
  • 📌 Pin svelte peerDep @ v3.46.2 d44e593
  • 📦 Package upgrades db7e349

v1.2.3...v1.3.0