From e2b21de21bc6e50a5ce9244dada0b49a9e2bc930 Mon Sep 17 00:00:00 2001 From: Wout De Puysseleir Date: Sun, 30 Jul 2023 09:49:47 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a74441a..b0fcfa1 100644 --- a/CHANGELOG.md +++ b/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