- Update tests better according to current webpack solution.
- Update README for better documentation on how to add more methods.
- Update packages & README.md (Thanks to @BoDonkey - https://github.com/BoDonkey)
- Able to extend APOS UI on
afterInit
&beforeInit
methods by overriding the file names inside 'modules/custom-code-editor-a3/ui/apos/mixins' directories - Move production files that were generated for Ace-Builds sourcemap files using handlers method on event
apostrophe:ready
. Only works if the user is runningbuild
||release
script. (Temporary Solution until Apostrophe fix/update the issue). - Using
magic comments
on renaming chunk files on development modes.
- Update
homepage
to package.json
- Fix spacings
- Fix package.json to have Git URL
- Fix typos & comments
- Fix
aceBuildsFileLoader
to have better & proper cleaning builds folder options from project level module to override. - Fix lint codes on Vue files
- Fix
checkOptionsCustomizer
to have better override config merge value - Add lint rules & extends into
.eslintrc
file
- Fix clean-webpack-plugin onto dependencies and remove it from devDependencies
- Fix README.md on
Custom-Code-Editor
toCustom-Code-Editor-A3
- Add options for webpack to override from project level module
- Initial package using the same as Custom-Code-Editor in ApostropheCMS version 2.x.x. First Release for ApostropheCMS version 3.x.x!