We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b420056 commit 98c38dfCopy full SHA for 98c38df
CHANGELOG.md
@@ -1,4 +1,13 @@
1
# Changelog
2
+## 0.11.0
3
+v0.11.0 continues to add updates to the reactive system as well as some new features:
4
+* Fix reactivity resolution ordering on downstream conditionals
5
+* Add basic (non-namespaced) SVG support
6
+* Add experimental Server Side Rendering and Client Side Hydration capabilities
7
+* Add Suspense aware control flow transformation (`awaitSuspense`)
8
+* Allow state objects to track functions
9
+* More TypeScript definition improvments and fixes
10
+
11
## 0.10.0 - 2019-08-11
12
v0.10.0 makes significant changes to the reactive system. Key updates:
13
* Fixed synchronicity on all hooks/control flows.
0 commit comments