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 96ac54b commit 1a6848aCopy full SHA for 1a6848a
CHANGELOG.md
@@ -1,7 +1,12 @@
1
+# 0.3.1
2
+
3
+- Fix cleaup callback not running when watcher stops [#113](https://github.com/vuejs/composition-api/issues/113).
4
+- Fix watcher callback not flushing at right timing [#120](https://github.com/vuejs/composition-api/issues/120).
5
6
# 0.3.0
7
8
- Improve TypeScript type definitions.
-- Fix `context.slots` not being avaliable before render [#84](https://github.com/vuejs/composition-api/issues/81).
9
+- Fix `context.slots` not being avaliable before render [#84](https://github.com/vuejs/composition-api/issues/84).
10
11
## Changed
12
0 commit comments