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 30b88dd commit f54b01fCopy full SHA for f54b01f
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.2.4
4
+- Changed render func to use a new pattern (Breaking)
5
+- Default mount point added: \"app\" for element id
6
+- View func now takes a ref to the model instead of the model itself
7
+- Routing refactored; now works dynamically
8
+- Update function now returns an enum that returns Render or Skip,
9
+to allow conditional rendering (Breaking)
10
+-Elements can now store more than 1 text node.
11
+
12
## V0.2.3
13
- Fixed a bug where initially-empty text won't update
14
- Added more tests
0 commit comments