Skip to content

Releases: embodijs/generator

embodi/v0.9.2

16 Nov 16:20
7ed76bf
Compare
Choose a tag to compare

Fixes

  • Path resolving problems with windows

What's Changed

Full Changelog: embodi/v0.9.1...embodi/v0.9.2

embodi/v0.9.1

15 Nov 15:46
a5267f3
Compare
Choose a tag to compare

Fix

  • Bug when loading data file in root of content

What's Changed

Full Changelog: create-embodi/v0.4.0...embodi/v0.9.1

create-embodi/v0.4.0

12 Nov 13:43
0117b3d
Compare
Choose a tag to compare

What's Changed

Full Changelog: embodi/v0.9.0...create-embodi/v0.4.0

embodi/v0.9.0

11 Nov 01:42
7b1190f
Compare
Choose a tag to compare

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. $layoutreference to the layout dir, given in .embodi.js config. (Default: ./__layout)
  • Config option templatePrexisis 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

Full Changelog: embodi/v0.8.3...embodi/v0.9.0

embodi/v0.8.3

31 Oct 15:23
143f491
Compare
Choose a tag to compare

What's Changed

Full Changelog: embodi/v0.8.2...embodi/v0.8.3

embodi/v0.8.2

26 Oct 02:25
3710c26
Compare
Choose a tag to compare

What's Changed

Full Changelog: embodi/v0.8.1...embodi/v0.8.2

embodi/v0.8.1

26 Oct 01:06
63e1766
Compare
Choose a tag to compare

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

25 Oct 02:37
0509cb5
Compare
Choose a tag to compare

Support for Svelte 5!!!

embodi is now supporting Svelte 5, interface didn't changed

What's Changed

embodi/v0.7.5

20 Oct 17:40
794d76a
Compare
Choose a tag to compare

Update Dependencies

create-embodi/v0.2.3

20 Oct 17:40
794d76a
Compare
Choose a tag to compare

Update Dependencies