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 cfa325b commit 2ccf1ffCopy full SHA for 2ccf1ff
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+# Changelog
2
+
3
+## 0.2.2
4
+- Support `Tracker.autorun()` inside `onMount()`
5
6
+## 0.2.1
7
+- Fix bug with nested `Tracker.autorun()` inside `Tracker.nonreactive()`
8
9
+## 0.2.0
10
+- Support for using `Tracker.autorun()` inside a Svelte `$:` computation
11
+- `useTracker()` is wrapped inside a `Tracker.nonreactive()`
12
13
+## 0.1.0
14
+- Added `useSession()` for tracking Meteor Session variables
15
16
+## 0.0.1
17
+- Initial release
0 commit comments