v1.0.0-beta.2
Pre-release
Pre-release
cssquirrel
released this
20 Feb 19:16
·
4 commits
to master
since this 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 parentErnest.js
component to reduce code complexity and permit focus binding.