Skip to content

Releases: himynameisdave/svelte-flex

v2.0.0

05 Sep 16:34
Compare
Choose a tag to compare

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

v1.3.0...v2.0.0

v2.0.0-rc.0

05 Sep 01:03
Compare
Choose a tag to compare
v2.0.0-rc.0 Pre-release
Pre-release

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...v2.0.0-rc.0

v1.3.0

25 Jan 18:47
dfa758a
Compare
Choose a tag to compare

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

v1.2.3

11 Apr 23:57
4aca8cd
Compare
Choose a tag to compare

Package upgrades.

Raw commits

  • 📦 Package upgrades 7f2064b
  • Merge pull request #9 from himynameisdave/dependabot/npm_and_yarn/y18n-4.0.1 f6a3e6c
  • Bump y18n from 4.0.0 to 4.0.1 35bad3b
  • 🎫 Updage badge 1c0f686
  • 🔧 Fixes GH Actions workflow c7f1430

v1.2.2...v1.2.3

v1.2.2

01 Feb 01:46
e63fe2c
Compare
Choose a tag to compare

Raw commits

v1.2.1...v1.2.2

v1.2.1

21 Dec 20:18
aea55b6
Compare
Choose a tag to compare

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...v1.2.1

v1.2.0

15 Nov 20:36
31b7934
Compare
Choose a tag to compare

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.2.0

v1.1.0

10 Apr 19:41
49dae85
Compare
Choose a tag to compare

Features

  • Support custom properties and classNames (#3)

Raw commits

  • 👽 Apply additional/rest props to the component 0d451e2
  • 📦 Package updates 3320893

v1.0.0...v1.1.0

v1.0.0

02 Apr 22:42
7b16ded
Compare
Choose a tag to compare

Features

Makes the props reactive, and works out some of the kinks. Ready for wider usage now.

Raw commits

v0.1.0...v1.0.0

v0.1.0

02 Apr 01:05
ada8354
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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

ae9dc00...v0.1.0