diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c287707f..1c32d3856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index fb3d7ef0a..76085fb80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dadi/publish", - "version": "1.0.14-beta", + "version": "1.0.15-beta", "description": "DADI Publish", "main": "index.js", "scripts": {