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.
- Changeover to AGPL-3.0-only license
- Allow newer versions for jest in plugins
- Read external core dependencies from ui packages
- Use regular expression for externals coming from @scm-manager/ui-*
- Add @scm-manager/ui-layout to externals
- Add @scm-manager/ui-forms, @scm-manager/ui-buttons and @scm-manager/ui-overlays to externals
- Fix live reload on Windows (#2)
- Set 'publicPath' in 'output' to empty string (see webpack documentation)
- Improve error handling
- Resolve webpack loader when used for core plugin
- Update webpack to v5
- Mark react-hook-form, react-query and @scm-manager/ui-api as externals
- package.json sync of new plugins
watchon Mac OS X Big Sur
- Dangling watch process on linux if parent process dies