Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit daf1813

Browse files
feat: charts color (#1315)
* feat: do not generate new random colors * build: bump dependencies * feat: random colors background extended to border * chore: remove console.log * build: update charts * build: bump dependencies * feat: preserve color if content does not change * feat: do not repaint on edit or draw if list of words did not change * build: update word-cloud * feat: inherit stroke color from fill color * build: update charts * style: charts in thumbnails size * feat: event chartRandomColor * feat: apply random colors * build: bump dependencies * feat: replicate chart style in thumbnail on lazy loading * build: update charts
1 parent 56334b5 commit daf1813

File tree

29 files changed

+868
-579
lines changed

29 files changed

+868
-579
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="4.10.0"></a>
2+
3+
# [4.10.0](https://github.com/deckgo/deckdeckgo/compare/v4.9.0...v4.10.0) (2021-XX-YY)
4+
5+
### Web Components
6+
7+
- charts: v2.2.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/charts/CHANGELOG.md))
8+
- word-cloud: v1.2.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/word-cloud/CHANGELOG.md))
9+
110
<a name="4.9.0"></a>
211

312
# [4.9.0](https://github.com/deckgo/deckdeckgo/compare/v4.8.0...v4.9.0) (2021-08-20)

remote/package-lock.json

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

remote/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"test.watch": "stencil test --spec --e2e --watch"
1818
},
1919
"dependencies": {
20-
"@deckdeckgo/charts": "^2.1.0",
20+
"@deckdeckgo/charts": "^2.3.0",
2121
"@deckdeckgo/core": "^8.3.0",
2222
"@deckdeckgo/deck-utils": "^4.1.0",
2323
"@deckdeckgo/demo": "^2.1.0",
@@ -32,7 +32,7 @@
3232
"@deckdeckgo/slide-aspect-ratio": "^3.4.0",
3333
"@deckdeckgo/slide-author": "^2.4.0",
3434
"@deckdeckgo/slide-big-img": "^2.3.0",
35-
"@deckdeckgo/slide-chart": "^2.4.0",
35+
"@deckdeckgo/slide-chart": "^2.5.0",
3636
"@deckdeckgo/slide-content": "^2.5.0",
3737
"@deckdeckgo/slide-countdown": "^2.4.0",
3838
"@deckdeckgo/slide-gif": "^3.4.0",
@@ -46,7 +46,7 @@
4646
"@deckdeckgo/slide-youtube": "^2.4.0",
4747
"@deckdeckgo/social": "^4.1.0",
4848
"@deckdeckgo/utils": "^2.0.1",
49-
"@deckdeckgo/word-cloud": "^1.1.0",
49+
"@deckdeckgo/word-cloud": "^1.2.0",
5050
"@deckdeckgo/youtube": "^2.1.0",
5151
"@ionic/core": "^5.6.14",
5252
"date-fns": "^2.23.0",

0 commit comments

Comments
 (0)