Releases: embodijs/generator
Releases · embodijs/generator
embodi/v0.9.2
Fixes
- Path resolving problems with windows
What's Changed
- fix problems with windows by @CordlessWool in #174
- Restructure files by @CordlessWool in #177
Full Changelog: embodi/v0.9.1...embodi/v0.9.2
embodi/v0.9.1
Fix
- Bug when loading data file in root of content
What's Changed
- extend e2e tests by @CordlessWool in #176
Full Changelog: create-embodi/v0.4.0...embodi/v0.9.1
create-embodi/v0.4.0
What's Changed
- update create to embodi 0.9 by @CordlessWool in #175
Full Changelog: embodi/v0.9.0...create-embodi/v0.4.0
embodi/v0.9.0
Breaking Chnages
- layout import name has be changed. If the filename was
Layout
in__layout/Layout.svelte
it now have to be imported with$layout/Layout.svelte
.$layout
reference to the layout dir, given in.embodi.js
config. (Default:./__layout
) - Config option
templatePrexis
is renamed to `layoutDir``
New Features
- hooks
- load actions
- $embodi/stores - exports a page store witch contains the current url
+data.js
or+data.ts
in content structure
Fixed
- unknown import of
$embodi/collections
What's Changed
- Hooks by @CordlessWool in #164
- Loading Data and improve load of collections by @CordlessWool in #168
- add load function by @CordlessWool in #169
- Fix: Await Load by @CordlessWool in #170
- Load the layout via alias by @CordlessWool in #171
- Ingnore some files by @CordlessWool in #172
- Updates to release 0.9.0 by @CordlessWool in #173
Full Changelog: embodi/v0.8.3...embodi/v0.9.0
embodi/v0.8.3
What's Changed
- Support html files by @CordlessWool in #157
- use template to create a convert by @CordlessWool in #163
- tailing slashes by @CordlessWool in #165
Full Changelog: embodi/v0.8.2...embodi/v0.8.3
embodi/v0.8.2
What's Changed
- Fix/root index by @CordlessWool in #158
Full Changelog: embodi/v0.8.1...embodi/v0.8.2
embodi/v0.8.1
What's Changed
- update package version of embodi in create-embodi
- improve handling of error (dev server is not crashing after compile error)
- improve error messages
- fix index file load in sub dirs
Full Changelog: embodi/v0.8.0...embodi/v0.8.1
embodi/v0.8.0
Support for Svelte 5!!!
embodi is now supporting Svelte 5, interface didn't changed
What's Changed
- update to svelte 5 by @CordlessWool in #154
embodi/v0.7.5
Update Dependencies
create-embodi/v0.2.3
Update Dependencies