Skip to content

Commit

Permalink
chore: release 1.0.15 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Nov 23, 2018
1 parent 39ea2e2 commit 0181b98
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.15-beta] (2018-11-23)

### Added

* [#573](https://github.com/dadi/publish/pull/573): add media list view
* [#577](https://github.com/dadi/publish/pull/577): add media edit view
* [#592](https://github.com/dadi/publish/pull/592): add support for inline images in rich editor
* [#601](https://github.com/dadi/publish/pull/601): add Color field
* [#605](https://github.com/dadi/publish/pull/605): add workspace directory
* [#614](https://github.com/dadi/publish/issues/614): display version number in menu

### Changed

* [#571](https://github.com/dadi/publish/pull/571): improved functionality of Link control in rich editor
* [#600](https://github.com/dadi/publish/pull/600): rebuild filters
* [#615](https://github.com/dadi/publish/pull/615): display "Document not found" message for uncomposed references

### Fixed

* [#412](https://github.com/dadi/publish/pull/412): stop unsaved changes from leaking to different documents
* [#564](https://github.com/dadi/publish/issues/564): fix issue with rich editor and multi-language documents
* [#593](https://github.com/dadi/publish/issues/593): fix issue with changes to fields not being persisted
* [#595](https://github.com/dadi/publish/issues/595): fix issue with language dropdown causing an error in document edit view
* [#596](https://github.com/dadi/publish/issues/596): fix issue with save options causing an error in document edit view
* [#603](https://github.com/dadi/publish/pull/603): stop notifications from obstructing full width of the viewport

## [1.0.14-beta] (2018-11-05)

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dadi/publish",
"version": "1.0.14-beta",
"version": "1.0.15-beta",
"description": "DADI Publish",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 0181b98

Please sign in to comment.