From 699676afbebdd314f72f259053017ba2e3c12f8c Mon Sep 17 00:00:00 2001 From: peterpeterparker Date: Wed, 10 Feb 2021 15:42:52 +0100 Subject: [PATCH] release: studio v4.2.0 --- CHANGELOG.md | 1 + studio/CHANGELOG.md | 22 ++++++++++++++++++++++ studio/package-lock.json | 2 +- studio/package.json | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 307c19313..8c9e33bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - starter kit: v7.1.4 ([CHANGELOG](https://github.com/deckgo/starter-kit/blob/master/CHANGELOG.md)) - studio kit: v7.2.0 ([CHANGELOG](https://github.com/deckgo/studio-kit/blob/master/CHANGELOG.md)) - utils: v1.8.0 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/utils/utils/CHANGELOG.md)) +- infra: drop static-haskell-nix and update nixpkgs diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index c74c07db2..6926c55c1 100644 --- a/studio/CHANGELOG.md +++ b/studio/CHANGELOG.md @@ -1,3 +1,25 @@ +# 4.2.0 (2020-02-10) + +### Features + +- user and community templates ([#1031](https://github.com/deckgo/deckdeckgo/pull/1031) and [#1056](https://github.com/deckgo/deckdeckgo/pull/1056)) +- new default template with content aligned at the bottom of the slide ([#1073](https://github.com/deckgo/deckdeckgo/pull/1073)) +- edit with default tool or with CSS ([#1066](https://github.com/deckgo/deckdeckgo/pull/1066)) +- copy and paste elements style ("format painter") ([#1071](https://github.com/deckgo/deckdeckgo/pull/1071)) +- width, rotate and padding options for elements ([#1070](https://github.com/deckgo/deckdeckgo/pull/1070)) +- keep track of panel state open or close ([#1065](https://github.com/deckgo/deckdeckgo/pull/1065)) +- minimum six slides, instead of four, to appear in "discover" section ([#1068](https://github.com/deckgo/deckdeckgo/pull/1068)) +- handle assets with store ([#1065](https://github.com/deckgo/deckdeckgo/pull/1062)) + +### Style + +- new design of the editor's tools ([#1069](https://github.com/deckgo/deckdeckgo/pull/1069)) + +### Fix + +- preview code block update ([#1067](https://github.com/deckgo/deckdeckgo/pull/1067)) +- navigate contact ([#1055](https://github.com/deckgo/deckdeckgo/pull/1055)) + # 4.1.0 (2020-01-14) ### Features diff --git a/studio/package-lock.json b/studio/package-lock.json index acb00cb16..b0553d129 100644 --- a/studio/package-lock.json +++ b/studio/package-lock.json @@ -1,6 +1,6 @@ { "name": "deckdeckgo-studio", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/studio/package.json b/studio/package.json index 89d17e406..5c1887912 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "deckdeckgo-studio", - "version": "4.1.0", + "version": "4.2.0", "author": "David Dal Busco", "description": "The web open source editor for presentations", "license": "AGPL-3.0-or-later",