Skip to content

Commit 0a3c8f3

Browse files
committed
update changelog
1 parent f85e6df commit 0a3c8f3

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 2.11 🏺 Vase Mode 🏺
4+
- new option: `minLayerTreshold`
5+
If the difference in Z exceeds the threshold a new layer is allocated.
6+
If not specified, the default value is 0. (0 meaning a new layer is allocated for each and every increase in Z, however tiny.)
7+
8+
Setting a non-zero value helps to reduce the number of layers that are allocated in memory, which would otherwise cause lagging or even a lock up for spiral vases and such.
9+
10+
Thanks to @raulodev for the initial fix.
11+
312
## 2.10 🎃 Halloween release 🎃
413

514
This release is all about colors!

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"version:patch": "npm version patch",
5252
"version:minor": "npm version minor",
5353
"xpostversion": "npm publish && npm run deploy",
54+
"predeploy": "npm run build",
5455
"deploy": "firebase deploy --only hosting"
5556
},
5657
"dependencies": {

0 commit comments

Comments
 (0)