Skip to content

Commit 4fc4c50

Browse files
committed
Bump dom-2d-camera to fix zoom view updates
Fix #95
1 parent 6d1a8df commit 4fc4c50

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## v1.4.1
4+
5+
- Bump `dom-2d-camera` to publish view updates on camera tweens ([#95](https://github.com/flekschas/regl-scatterplot/issues/95))
6+
37
## v1.4.0
48

59
- Add zooming via the following four methods. All four methods supported animated transition just like `draw()`.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@flekschas/utils": "^0.29.0",
36-
"dom-2d-camera": "~2.2.3",
36+
"dom-2d-camera": "~2.2.5",
3737
"gl-matrix": "~3.3.0",
3838
"kdbush": "~3.0.0",
3939
"lodash-es": "~4.17.21",

0 commit comments

Comments
 (0)