Skip to content

Commit 699676a

Browse files
release: studio v4.2.0
1 parent ba1e3b9 commit 699676a

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- starter kit: v7.1.4 ([CHANGELOG](https://github.com/deckgo/starter-kit/blob/master/CHANGELOG.md))
3030
- studio kit: v7.2.0 ([CHANGELOG](https://github.com/deckgo/studio-kit/blob/master/CHANGELOG.md))
3131
- utils: v1.8.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/utils/utils/CHANGELOG.md))
32+
- infra: drop static-haskell-nix and update nixpkgs
3233

3334
<a name="4.1.0"></a>
3435

studio/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 4.2.0 (2020-02-10)
2+
3+
### Features
4+
5+
- user and community templates ([#1031](https://github.com/deckgo/deckdeckgo/pull/1031) and [#1056](https://github.com/deckgo/deckdeckgo/pull/1056))
6+
- new default template with content aligned at the bottom of the slide ([#1073](https://github.com/deckgo/deckdeckgo/pull/1073))
7+
- edit with default tool or with CSS ([#1066](https://github.com/deckgo/deckdeckgo/pull/1066))
8+
- copy and paste elements style ("format painter") ([#1071](https://github.com/deckgo/deckdeckgo/pull/1071))
9+
- width, rotate and padding options for elements ([#1070](https://github.com/deckgo/deckdeckgo/pull/1070))
10+
- keep track of panel state open or close ([#1065](https://github.com/deckgo/deckdeckgo/pull/1065))
11+
- minimum six slides, instead of four, to appear in "discover" section ([#1068](https://github.com/deckgo/deckdeckgo/pull/1068))
12+
- handle assets with store ([#1065](https://github.com/deckgo/deckdeckgo/pull/1062))
13+
14+
### Style
15+
16+
- new design of the editor's tools ([#1069](https://github.com/deckgo/deckdeckgo/pull/1069))
17+
18+
### Fix
19+
20+
- preview code block update ([#1067](https://github.com/deckgo/deckdeckgo/pull/1067))
21+
- navigate contact ([#1055](https://github.com/deckgo/deckdeckgo/pull/1055))
22+
123
# 4.1.0 (2020-01-14)
224

325
### Features

studio/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-studio",
3-
"version": "4.1.0",
3+
"version": "4.2.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)