You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## ✨ **0.2.0**_(2021-03-07)_
4
+
5
+
-#### ⚡️ Features
6
+
7
+
- Components! In `maple` they are simply plain old functions that take their props via their parameters [[#9](https://github.com/lukechu10/maple/pull/9)]
8
+
- Event listeners now have access to the `Event` object [[#16](https://github.com/lukechu10/maple/pull/16)]
9
+
10
+
-#### 🛠 Changes
11
+
12
+
- The `template!` macro now returns a `TemplateResult` instead of raw DOM nodes for increased type safety [[#10](https://github.com/lukechu10/maple/pull/10)]
0 commit comments