Skip to content

Latest commit

 

History

History
98 lines (54 loc) · 2.89 KB

File metadata and controls

98 lines (54 loc) · 2.89 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.0

Changed

  • Version bump for release.

v1.0.0-beta.2

Added

  • Added tree shaking to Webpack script to reduce bundle.js filesize.

Changed

  • Changed /build/assets/components/views/Ernest/Ernest.js into a class to handle binding of editor focus properly.
  • Moved the colors for highlights to /build/assets/utils/constants.js to avoid magic strings.
  • Significant updates to README.MD in preparation for public release.
  • Updates to the Umbraco package config meta.
  • Updated .gitignore to prevent inclusion of VS local machine files from entering repo.

Fixed

  • The browser gives focus to the editor when the box is clicked on even if it's not inside the actual Draft.js line.

Removed

  • Removed /build/assets/components/views/Ernest/components/Toolbar/Toolbar.js as its functionality was moved up into the parent Ernest.js component to reduce code complexity and permit focus binding.

v1.0.0-beta.1

Added

Changed

  • Modified how value is saved in the Angular wrapper so that $scope.model.value.raw is a RawDraftContentState object using convertFromRaw, and $scope.model.value.html is a string with the HTML version of the editor's content.

v1.0.0-alpha.5

Added

  • Added support for SASS that compiles to CSS.
  • Added constants for blocktypes.
  • Added Prettier.

Changed

  • Updated Webpack to v3.
  • Moved toolbar to its own component and simplified its event handlers.

Fixed

Removed

v1.0.0-alpha.4

Added

  • Added H1, H2, H3, Numbers, Quote, and Bullets buttons that control block type functionality.

Changed

  • Updated styles for toolbar.

v1.0.0-alpha.3

Added

  • Added some styling to make it more closely resemble an Umbraco editor.
  • Added initial version of a toolbar with bold and italic support.

Changed

  • Highlighting for suggestions now are color-coded based on suggestion type.

Fixed

v1.0.0-alpha.2

Added

  • Added highlighting inside the text editor where suggestions are taking place.

v1.0.0-alpha.1

Added

  • This is the original pre-release.