Skip to content

Releases: nikokozak/svonix

v0.6.0

08 Aug 22:52
Compare
Choose a tag to compare

After a long-ish absence, returning to the project.

mix svonix.setup now automatically injects the appropriate watcher into config/dev.exs as well as the appropriate import statement into app.js. Hopefully this resolves some issues people had while installing Svonix.

v0.5.1

07 Feb 15:04
Compare
Choose a tag to compare

Fixes missing "path" dependency in svonixPlugin.

v0.5.0

18 Jan 17:59
Compare
Choose a tag to compare
  • Adds support for folder structures in assets/js/svelte.
  • Adds support for "private" components, which aren't compiled but are usable by other components.

v0.4.0

13 Jan 21:40
Compare
Choose a tag to compare

Change build system to ESBuild.

v0.3.0

13 Jan 14:36
Compare
Choose a tag to compare

Proper support for css imports, processing with rollup-plugin-styles.

v0.2.2

11 Jan 21:04
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
no dynamic param needed

v0.2.1

11 Jan 02:55
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Fixes asset copying from assets/css to priv.

Minor fixes

11 Jan 00:21
Compare
Choose a tag to compare
Minor fixes Pre-release
Pre-release

Fixes to README, as well as safeguarding against invalid Rollup configs.

v0.1.0

10 Jan 23:51
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First pre-release, lacking tests, etc.