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

Commit a417158

Browse files
release: update Stencil for Gatsby
Signed-off-by: peterpeterparker <[email protected]>
1 parent 67bc2b2 commit a417158

29 files changed

+12531
-7571
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@
1111

1212
### Web Components: New
1313

14-
- demo: v1.0.3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/demo/CHANGELOG.md))
14+
- demo: v1.0.4 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/demo/CHANGELOG.md))
1515

1616
### Web Components: Update
1717

18+
- charts: v1.0.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/charts/CHANGELOG.md))
19+
- color: v1.1.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/color/CHANGELOG.md))
1820
- core: v1.0.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/core/CHANGELOG.md))
19-
- drag-resize-rotate: v1.0.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/drag-resize-rotate/CHANGELOG.md))
21+
- drag-resize-rotate: v1.0.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/drag-resize-rotate/CHANGELOG.md))
2022
- highlight-code: v1.0.5 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/highlight-code/CHANGELOG.md))
21-
- inline-editor: v1.2.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/inline-editor/CHANGELOG.md))
23+
- inline-editor: v1.2.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/inline-editor/CHANGELOG.md))
2224
- lazy-img: v1.0.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/lazy-img/CHANGELOG.md))
25+
- qrcode: v1.0.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/qrcode/CHANGELOG.md))
26+
- remote: v1.1.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/remote/CHANGELOG.md))
27+
- social: v1.0.1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/social/CHANGELOG.md))
2328
- youtube: v1.1.2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/youtube/CHANGELOG.md))
2429

2530
### Web Components Templates

webcomponents/charts/CHANGELOG.md

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
<a name="1.0.1"></a>
1+
# 1.0.2 (2020-05-11)
2+
3+
### Feat
4+
5+
- update Stencil for Gatsby build
26

37
# 1.0.1 (2020-03-18)
48

59
### Features
610

711
- update dependencies
812

9-
<a name="1.0.0"></a>
10-
1113
# 1.0.0 (2020-03-17)
1214

1315
To infinity and beyond 🚀
@@ -16,26 +18,18 @@ To infinity and beyond 🚀
1618

1719
- update Stencil v1.10
1820

19-
<a name="1.0.0-rc.6-1"></a>
20-
2121
# 1.0.0-rc.6-1 (2020-01-16)
2222

2323
- add option `yAxisMin` to set a minimal value for the y Axis. useful in case the series of data could contains only zeros.
2424

25-
<a name="1.0.0-rc.6"></a>
26-
2725
# 1.0.0-rc.6 (2020-01-16)
2826

2927
- add option to custom load (fetch) the data
3028

31-
<a name="1.0.0-rc.5"></a>
32-
3329
# 1.0.0-rc.5 (2019-11-30)
3430

3531
- update margin and positioning of the charts
3632

37-
<a name="1.0.0-rc.4"></a>
38-
3933
# 1.0.0-rc.4 (2019-11-30)
4034

4135
### Features
@@ -46,16 +40,12 @@ To infinity and beyond 🚀
4640

4741
Note: some **major** internal modifications where developed to the bar chart in order to integrate it to the new `poll` template
4842

49-
<a name="1.0.0-rc.3-1"></a>
50-
5143
# 1.0.0-rc.3-1 (2019-10-20)
5244

5345
### Fix
5446

5547
- custom labels for x-axis compatible with ES5
5648

57-
<a name="1.0.0-rc.3"></a>
58-
5949
# 1.0.0-rc.3 (2019-10-19)
6050

6151
### Breaking changes
@@ -68,16 +58,12 @@ Note: some **major** internal modifications where developed to the bar chart in
6858
- add a new CSS4 variable `--deckgo-chart-stroke` in case you would like to use a default styling color for all the graphs' lines
6959
- update most recent libs
7060

71-
<a name="1.0.0-rc.2"></a>
72-
7361
# 1.0.0-rc.2 (2019-10-09)
7462

7563
### Features
7664

7765
- when using animation bar, allow custom labels for x-axis ([#340](https://github.com/deckgo/deckdeckgo/issues/340))
7866

79-
<a name="1.0.0-rc.1"></a>
80-
8167
# 1.0.0-rc.1 (2019-08-30)
8268

8369
### Libs
@@ -88,8 +74,6 @@ Note: some **major** internal modifications where developed to the bar chart in
8874

8975
The first users began to test, and to create content in, our web open source editor for presentations (`studio`)
9076

91-
<a name="1.0.0-alpha.8"></a>
92-
9377
# 1.0.0-alpha.8 (2019-06-24)
9478

9579
### Features
@@ -103,33 +87,25 @@ The first users began to test, and to create content in, our web open source edi
10387

10488
Referer to the updated [documentation](https://docs.deckdeckgo.com) for more information.
10589

106-
<a name="1.0.0-alpha.7"></a>
107-
10890
# 1.0.0-alpha.7 (2019-06-04)
10991

11092
### Libs
11193

11294
- upgrade to Stencil One
11395

114-
<a name="1.0.0-alpha.6"></a>
115-
11696
# 1.0.0-alpha.6 (2019-05-24)
11797

11898
### Breaking
11999

120100
- move to the org scoped package `@deckdeckgo/charts`
121101

122-
<a name="1.0.0-alpha.5"></a>
123-
124102
# [1.0.0-alpha.5](https://github.com/fluster/deckdeckgo-charts/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2019-02-07)
125103

126104
### Features
127105

128106
- feat: redraw chart if width, height or src change ([01aa026](https://github.com/deckgo/deckdeckgo-charts/commit/01aa026f0ab746684abf1e9e83b975ea15eaaef1))
129107
- feat: add text variable to bar and line charts ([54cbbb2](https://github.com/deckgo/deckdeckgo-charts/commit/54cbbb2a11a4873e9462b48dd41d0fb6985d5ef5))
130108

131-
<a name="1.0.0-alpha.4"></a>
132-
133109
# [1.0.0-alpha.4](https://github.com/fluster/deckdeckgo-charts/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2019-02-02)
134110

135111
### Lib

0 commit comments

Comments
 (0)