Skip to content

Commit 4a66e54

Browse files
committed
Update regl-line to be compatible with regl v2
1 parent 53b8c0a commit 4a66e54

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

CHANGELOG.md

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

3+
## v0.19.1
4+
35
- Simplify drawing loop by using `regl.frame` and bailing out of when nothing needs to be redrawn
6+
- Update regl-line to be compatible with regl v2
47

58
## v0.19.0
69

package-lock.json

Lines changed: 4 additions & 11 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
@@ -39,7 +39,7 @@
3939
"lodash-es": "~4.17.21",
4040
"pub-sub-es": "~2.0.1",
4141
"regl": "~2.1.0",
42-
"regl-line": "~0.4.4"
42+
"regl-line": "~1.0.0"
4343
},
4444
"peerDependencies": {
4545
"pub-sub-es": "~2.0.1",

0 commit comments

Comments
 (0)