From 8afebab6da27e59183689b8b89745500b6a2f7e1 Mon Sep 17 00:00:00 2001 From: wildlifehexagon Date: Fri, 3 May 2019 14:37:02 -0500 Subject: [PATCH] docs: update changelog to 2.4.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409451ddf..b53d95821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# [2.4.0](https://github.com/dictyBase/dicty-frontpage/compare/2.3.1...2.4.0) (2019-05-03) + + +### Bug Fixes + +* add short timeout when user saves new page ([e265670](https://github.com/dictyBase/dicty-frontpage/commit/e265670)), closes [#116](https://github.com/dictyBase/dicty-frontpage/issues/116) +* clean up linting issues ([f7f278b](https://github.com/dictyBase/dicty-frontpage/commit/f7f278b)) +* fix bug where users couldn't edit newly created subpath pages ([a438e3f](https://github.com/dictyBase/dicty-frontpage/commit/a438e3f)) +* fix material-ui console warning ([ba03e40](https://github.com/dictyBase/dicty-frontpage/commit/ba03e40)) +* set default editor link behavior to open in same tab ([edb07b9](https://github.com/dictyBase/dicty-frontpage/commit/edb07b9)) +* use absolute positioning for color picker ([b90ce91](https://github.com/dictyBase/dicty-frontpage/commit/b90ce91)), closes [#99](https://github.com/dictyBase/dicty-frontpage/issues/99) +* use appropriate redirect path if user cancels new page creation ([556036b](https://github.com/dictyBase/dicty-frontpage/commit/556036b)) + + +### Features + +* add font color picker to toolbar ([2bd6f6d](https://github.com/dictyBase/dicty-frontpage/commit/2bd6f6d)), closes [#99](https://github.com/dictyBase/dicty-frontpage/issues/99) +* add more font options to the editor toolbar ([d5ef5c0](https://github.com/dictyBase/dicty-frontpage/commit/d5ef5c0)), closes [#103](https://github.com/dictyBase/dicty-frontpage/issues/103) +* add new table icon to toolbar that toggles other table buttons ([f3a9f34](https://github.com/dictyBase/dicty-frontpage/commit/f3a9f34)), closes [#102](https://github.com/dictyBase/dicty-frontpage/issues/102) +* add option for authorized users to create page if route doesn't exist ([cc2bd41](https://github.com/dictyBase/dicty-frontpage/commit/cc2bd41)), closes [#74](https://github.com/dictyBase/dicty-frontpage/issues/74) [#82](https://github.com/dictyBase/dicty-frontpage/issues/82) +* add react-helmet to provide titles for individual pages ([8a9ef8a](https://github.com/dictyBase/dicty-frontpage/commit/8a9ef8a)), closes [#107](https://github.com/dictyBase/dicty-frontpage/issues/107) +* add save button to editor toolbar ([834864e](https://github.com/dictyBase/dicty-frontpage/commit/834864e)), closes [#111](https://github.com/dictyBase/dicty-frontpage/issues/111) +* update polyfills to only use what is needed for IE11 ([d40cde3](https://github.com/dictyBase/dicty-frontpage/commit/d40cde3)) +* update text color and line spacing on editable pages ([c149a34](https://github.com/dictyBase/dicty-frontpage/commit/c149a34)), closes [#104](https://github.com/dictyBase/dicty-frontpage/issues/104) + ## [2.3.1](https://github.com/dictyBase/dicty-frontpage/compare/2.3.0...2.3.1) (2018-12-03)