Releases: Offroadcode/Ernest
Releases · Offroadcode/Ernest
v1.0.0
v1.0.0-beta.2
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 parentErnest.js
component to reduce code complexity and permit focus binding.