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

Commit 488b752

Browse files
chore: release v6
Signed-off-by: peterpeterparker <[email protected]>
1 parent 17c1935 commit 488b752

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<a name="6.x.0"></a>
22

3-
# [6.X.0](https://github.com/deckgo/deckdeckgo/compare/v5.2.0...v5.X.0) (2022-AA-BB)
3+
# [6.0.0](https://github.com/deckgo/deckdeckgo/compare/v5.2.0...v6.0.0) (2022-02-04)
4+
5+
Breaking changes: [DeckDeckGo.com](https://deckdeckgo.com) experimental support for documents reverted
46

57
### Applications
68

7-
- studio: v5.2.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/main/studio/CHANGELOG.md))
9+
- studio: v5.3.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/main/studio/CHANGELOG.md))
810
- remote: v1.15.3 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/main/remote/CHANGELOG.md))
911

1012
### Providers

studio/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# 5.X.Y (2022-AA-BB)
1+
# 5.3.0 (2022-02-04)
22

33
### Features
44

5+
- extract and improve the rich text editor for documents from the core to a new standalone library [Stylo](https://github.com/papyrs/stylo) 🔥
6+
- integrate the [monaco editor](https://microsoft.github.io/monaco-editor/) to edit blocks of code
57
- on import (open) of .ddg files, always generate new data (new ids for the decks, slides, docs and paragraphs)
8+
- make the supported features (deck and/or doc) configurable (doesn't remove routes and features, only hide navigation)
69

710
# 5.2.0 (2021-12-24)
811

studio/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-studio",
3-
"version": "5.2.0",
3+
"version": "5.3.0",
44
"author": "David Dal Busco",
55
"description": "The web open source editor for presentations",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)