Releases: noahlh/celestite
0.1.3 - Focusing on Svelte
I'm archiving Vue support (*moved to vue-support
branch) for the time being, as I'm focusing the project solely on Crystal + Svelte for the time being. Most of my development has shifted over to Svelte, and I'll be able to move this along at a quicker pace with more focus.
This release fixes a bunch of bugs, removes the Vue code, and updated the README to clarify this focus.
Svelte support and whole bunch of fixits
-
Now with Svelte support in addition to Vue! README has been updated to reflect w/ new examples
-
Project renamed to 'celestite' (previously 'crystal-vue', but with the Svelte support that doesn't really work anymore)
0.1.1
-
Hot Module Reloading support! This now means you can actually use crystal-vue to be productive in developing an app (as I plan to with an example!)
-
Refactored render-server.js to support HMR and add a few other improvements
-
Bumped Crystal version to latest release (0.31.1) and confirmed all tests passing