Skip to content

Commit f54b01f

Browse files
committed
updated changelog
1 parent 30b88dd commit f54b01f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## V0.2.3
413
- Fixed a bug where initially-empty text won't update
514
- Added more tests

0 commit comments

Comments
 (0)