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

Commit c00d578

Browse files
feat(#625):
- update dependencies component - release component remote v1.0.0-rc.6 Signed-off-by: peterpeterparker <[email protected]>
1 parent ce5e173 commit c00d578

File tree

4 files changed

+1997
-1979
lines changed

4 files changed

+1997
-1979
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515

1616
- demo: v1.0.0-rc.5 ([CHANGELOG](https://github.com/deckgo/deckdeckgo-website/blob/master/CHANGELOG.md))
1717
- docs: v1.0.0-rc.10 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
18-
- remote: v1.0.0-rc.2-7 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
18+
- remote: v1.0.0-rc.3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/remote/CHANGELOG.md))
1919

2020
### Web Components
2121

2222
- lazy-img: v1.0.0-rc.3-2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/lazy-img/CHANGELOG.md))
23+
- remote: v1.0.0-rc.6 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/remote/CHANGELOG.md))
2324

2425
### Others
2526

webcomponents/remote/CHANGELOG.md

Lines changed: 44 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,149 @@
1+
<a name="1.0.0-rc.6"></a>
2+
3+
# 1.0.0-rc.6 (2020-02-22)
4+
5+
### Features
6+
7+
- draw arrows ([#625](https://github.com/deckgo/deckdeckgo/issues/625))
8+
19
<a name="1.0.0-rc.5"></a>
10+
211
# 1.0.0-rc.5 (2019-11-30)
312

413
### Breaking Changes
514

6-
* property `server` renamed to `socketUrl`
15+
- property `server` renamed to `socketUrl`
716

817
<a name="1.0.0-rc.4-1"></a>
18+
919
# 1.0.0-rc.4-1 (2019-11-05)
1020

1121
### Fix
1222

13-
* clear draw history
23+
- clear draw history
1424

1525
<a name="1.0.0-rc.4"></a>
26+
1627
# 1.0.0-rc.4 (2019-11-05)
1728

1829
### Breaking Changes
1930

20-
* update component in order to sync content between decks and remote
31+
- update component in order to sync content between decks and remote
2132

2233
### Features
2334

24-
* add a method to update a particular slide
25-
* add a method to update the "reveal" settings of the deck of the remote control
35+
- add a method to update a particular slide
36+
- add a method to update the "reveal" settings of the deck of the remote control
2637

2738
<a name="1.0.0-rc.3"></a>
39+
2840
# 1.0.0-rc.3 (2019-10-25)
2941

3042
### Features
3143

32-
* drawing circle clear the all pane ([#66](https://github.com/deckgo/deckdeckgo/issues/66))
44+
- drawing circle clear the all pane ([#66](https://github.com/deckgo/deckdeckgo/issues/66))
3345

3446
<a name="1.0.0-rc.2"></a>
47+
3548
# 1.0.0-rc.2 (2019-09-15)
3649

3750
### Features
3851

39-
* add methods to forward play and pause from the deck to the remote app
52+
- add methods to forward play and pause from the deck to the remote app
4053

4154
<a name="1.0.0-rc.1-1"></a>
55+
4256
# 1.0.0-rc.1-1 (2019-09-15)
4357

4458
### Libs
4559

46-
* update `@deckdeckgo/types` last definition
60+
- update `@deckdeckgo/types` last definition
4761

4862
<a name="1.0.0-rc.1"></a>
63+
4964
# 1.0.0-rc.1 (2019-08-30)
5065

5166
### Libs
5267

53-
* update to most recent dependencies
68+
- update to most recent dependencies
5469

5570
### Note about v1.0.0-rc.1
5671

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

5974
<a name="1.0.0-alpha.11"></a>
75+
6076
# 1.0.0-alpha.11 (2019-06-04)
6177

6278
### Libs
6379

64-
* upgrade to Stencil One
80+
- upgrade to Stencil One
6581

6682
<a name="1.0.0-alpha.10"></a>
83+
6784
# 1.0.0-alpha.10 (2019-05-26)
6885

6986
### Libs
7087

71-
* use org scoped `@deckdeckgo/types`
88+
- use org scoped `@deckdeckgo/types`
7289

7390
<a name="1.0.0-alpha.9"></a>
91+
7492
# 1.0.0-alpha.9 (2019-05-24)
7593

7694
### Breaking
7795

78-
* move to the org scoped package `@deckdeckgo/remote`
96+
- move to the org scoped package `@deckdeckgo/remote`
7997

8098
<a name="1.0.0-alpha.8"></a>
99+
81100
# 1.0.0-alpha.8 (2019-04-18)
82101

83102
### Features
84103

85-
* add methods `updateSlides` and `deleteSlide`
104+
- add methods `updateSlides` and `deleteSlide`
86105

87106
<a name="1.0.0-alpha.7"></a>
107+
88108
# 1.0.0-alpha.7 (2019-04-14)
89109

90110
### Features
91111

92-
* remote canvas positioned absolutely in order to inherit parent container
112+
- remote canvas positioned absolutely in order to inherit parent container
93113

94114
<a name="1.0.0-alpha.6"></a>
115+
95116
# 1.0.0-alpha.6 (2019-04-14)
96117

97118
### Features
98119

99-
* add an attribute `autoConnect` if you don't wish the component to establish a connection on load
100-
* add a `disconnect` method
120+
- add an attribute `autoConnect` if you don't wish the component to establish a connection on load
121+
- add a `disconnect` method
101122

102123
<a name="1.0.0-alpha.5"></a>
124+
103125
# 1.0.0-alpha.5 (2019-02-02)
104126

105127
### Lib
106128

107-
* update Stencil and other libs ([758ea62](https://github.com/deckgo/deckdeckgo-remote/commit/758ea62c884a67195753f805088d11e43a516873))
129+
- update Stencil and other libs ([758ea62](https://github.com/deckgo/deckdeckgo-remote/commit/758ea62c884a67195753f805088d11e43a516873))
108130

109131
<a name="1.0.0-alpha.4"></a>
132+
110133
# 1.0.0-alpha.4 (2019-01-15)
111134

112135
### Features
113136

114-
* include new types with slide definition ([#3](https://github.com/deckgo/deckdeckgo-remote/issues/3))
137+
- include new types with slide definition ([#3](https://github.com/deckgo/deckdeckgo-remote/issues/3))
115138

116139
<a name="1.0.0-alpha.3"></a>
140+
117141
# 1.0.0-alpha.3 (2018-12-05)
118142

119143
### Breaking Changes
120144

121-
* property `slides` has been renamed to `length` ([#1](https://github.com/deckgo/deckdeckgo-remote/issues/1))
145+
- property `slides` has been renamed to `length` ([#1](https://github.com/deckgo/deckdeckgo-remote/issues/1))
122146

123147
### Features
124148

125-
* add a new property `slides` to transmit the ordered list of slides ([#2](https://github.com/deckgo/deckdeckgo-remote/issues/2))
149+
- add a new property `slides` to transmit the ordered list of slides ([#2](https://github.com/deckgo/deckdeckgo-remote/issues/2))

0 commit comments

Comments
 (0)