Skip to content

Commit

Permalink
docs: update changelog to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erichartline committed May 3, 2019
1 parent 5d8fc8f commit 8afebab
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 8afebab

Please sign in to comment.