Skip to content

Commit 2ccf1ff

Browse files
committed
Add changelog
1 parent cfa325b commit 2ccf1ff

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)