Changelog

This commit is contained in:
Wout De Puysseleir 2023-07-30 09:49:47 -07:00
parent 25e146174f
commit e2b21de21b
No known key found for this signature in database
GPG key ID: 3DE9371B50FEC46A

View file

@ -5,7 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.10.0] - 2023-06-28
## [0.10.1] - 2023-07-30
### Fixed
[PR](https://github.com/woutdp/live_svelte/pull/60)
- Json and liveJsonData variables in getLiveJsonProps were missing declaration specifier. The code was not working in strict mode.
- Fixed issue where compilerOptions.css was incorrectly configured.
- Hydrate should be true only if there was ssr involved, was getting errors about it, added data-ssr attribute to indicate server rendering.
- Simplified `get_svelte_components`
- Cosmetic changes
## [0.10.0] - 2023-07-28
### Added