mirror of
https://github.com/woutdp/live_svelte
synced 2026-05-24 09:28:21 +00:00
Changelog
This commit is contained in:
parent
25e146174f
commit
e2b21de21b
1 changed files with 13 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue