Releases: himynameisdave/svelte-flex
v2.0.0
Migrates to sveltekit's packaging tooling. Adds Typescript definitions and a much slimmer and more versatile bundle.
Raw commits
- 🔧 Fix a broken test a74ce1f
- 🔧 Fix another vitest reference 47e6966
- 📦 sveltekit c0fb0be
- 📦 Package upgrades fa84494
- 💧 Drop Node 12 from testing cb26147
- 📛 Add madewithsvelte badge to README 53b556d
- Merge pull request #31 from himynameisdave/dependabot/npm_and_yarn/svelte-3.49.0 6d5d5d7
- Bump svelte from 3.48.0 to 3.49.0 8cd2aab
- 📦 Package upgrades 88a2779
- 📄 Add CHANGELOG 9e87a9b
- Merge pull request #25 from demetrius-mp/feat/typescript-support 5bbdb4e
- Merge pull request #27 from himynameisdave/dependabot/npm_and_yarn/minimist-1.2.6 db5b404
- Bump minimist from 1.2.5 to 1.2.6 259307e
- feat: typescript declarations 8a7c591
v2.0.0-rc.0
Testing the migration to sveltekit
.
Raw commits
- 🔧 Fix a broken test a74ce1f
- 🔧 Fix another vitest reference 47e6966
- 📦 sveltekit c0fb0be
- 📦 Package upgrades fa84494
- 💧 Drop Node 12 from testing cb26147
- 📛 Add madewithsvelte badge to README 53b556d
- Merge pull request #31 from himynameisdave/dependabot/npm_and_yarn/svelte-3.49.0 6d5d5d7
- Bump svelte from 3.48.0 to 3.49.0 8cd2aab
- 📦 Package upgrades 88a2779
- 📄 Add CHANGELOG 9e87a9b
- Merge pull request #25 from demetrius-mp/feat/typescript-support 5bbdb4e
- Merge pull request #27 from himynameisdave/dependabot/npm_and_yarn/minimist-1.2.6 db5b404
- Bump minimist from 1.2.5 to 1.2.6 259307e
- feat: typescript declarations 8a7c591
v1.3.0
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
v1.2.3
v1.2.2
v1.2.1
Mostly just package upgrades, stemming from some dependabot changes.
Raw commits
- 📦 Package upgrades 6b8ffe1
- 🙅♀️ Don't emit CSS files during rollup build a57d40b
- Merge pull request #8 from himynameisdave/dependabot/npm_and_yarn/node-notifier-8.0.1 ea001cf
- Bump node-notifier from 8.0.0 to 8.0.1 e4d0409
- Merge pull request #7 from himynameisdave/dependabot/npm_and_yarn/ini-1.3.8 0659fcc
- Bump ini from 1.3.5 to 1.3.8 360840a
v1.2.0
Package upgrades, light readme cleanup, etc.
Minor bump because now svelte > 3.x
is a peerDep.
Raw commits
- 👥 Add svelte as a peerDependency 14dd6e1
- 📦 Package upgrades ad7cdf7
- Merge branch 'master' of github.com:himynameisdave/svelte-flex 5c6f6ce
- Merge pull request #6 from himynameisdave/dependabot/npm_and_yarn/lodash-4.17.19 673c463
- Bump lodash from 4.17.15 to 4.17.19 b6b30de
- 🏠 Fix homepage link in NPM 7ea9b63
- 📖 Lite README updates 1447f0f
v1.1.0
v1.0.0
v0.1.0
Initial release, just to ensure that everything is working before a proper v1.0
Raw Commits
- 🚀 Add a release script ad35364
- 👷♂️ Add .travis.yml file b5ac18b
- 📖 Readme cleanup 236057a
- 🏋️♀️ Prepare for publishing 026926b
- 👩🔬 Add testing 3aa2efb
- 🙆♀️ Add
stetch
as a value for align 0b22f01 - 🔛 Add additional values for
justify
b7acad2 - 🔀 Add reverse prop b9e6659
- 📖 Improve README db5a5f3
- ✨ Init commit 27f4d80