Skip to content

Commit 4e32c21

Browse files
committed
0.46.0
1 parent 7d32377 commit 4e32c21

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.46.0
2+
3+
### Features
4+
5+
* Add `auto:update` attribute for automatic update.
6+
* Add `click:update` attribute for updating on click, replacing the old `click-to-update`.
7+
8+
### Fixes
9+
10+
* Use correct cache key in shape generator.
11+
* Observe attribute change and automatically update.
12+
* Fix `should_rebuild` logic on backdrop.
13+
* Ignore invalid numbers inside calc.
14+
15+
116
## 0.45.1
217

318
* Refactor generate_shape to accept more accurate cached key.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-doodle",
3-
"version": "0.45.1",
3+
"version": "0.46.0",
44
"description": "A web component for visual art & creative coding",
55
"scripts": {
66
"test": "node --test --test-reporter dot 'test/**/!(_*.js)'",

0 commit comments

Comments
 (0)