Skip to content

Commit 92d6632

Browse files
committed
Microcosm events are synchronous
1 parent 5ade3b3 commit 92d6632

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 8.3.0
4+
5+
## Noticeable changes
6+
7+
- Microcosm will emit events synchronously. In the past, it would use requestAnimationFrame to batch together changes. However this can cause unexpected consequences when sequentially performing otherwise synchronous operations. For those who wish to preserve this behavior, consider using debounce to "choke" high frequency changes.
8+
39
## 8.2.0
410

511
## Internal Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
],
2222
"license": "MIT",
2323
"dependencies": {
24-
"foliage": "~0.24.0"
24+
"foliage": "~0.25.0"
2525
},
2626
"devDependencies": {
2727
"autoprefixer-core": "^5.2.0",

0 commit comments

Comments
 (0)