Skip to content

Releases: Offroadcode/Ernest

v1.0.0

20 Feb 19:59
Compare
Choose a tag to compare
Fixed URL for badge.

v1.0.0-beta.2

20 Feb 19:16
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-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.