Releases: nikokozak/svonix
Releases · nikokozak/svonix
v0.6.0
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
Fixes missing "path" dependency in svonixPlugin.
v0.5.0
- 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
Change build system to ESBuild.
v0.3.0
Proper support for css imports, processing with rollup-plugin-styles
.
v0.2.1
Fixes asset copying from assets/css
to priv
.
Minor fixes
Fixes to README, as well as safeguarding against invalid Rollup configs.
v0.1.0
First pre-release, lacking tests, etc.