Preaction CMS v5 Alpha 14
Pre-release
Pre-release
- ⬆️ dependency upgrades, including but not limited to:
bootstrap v5.2.1react v18.2.0node-sqlite3 v5.1.1- there is a known issue with the prebuilt binaries from this package not working on
CentOS 7 machines. This can be fixed by building from source with the following
command:npm_config_build_from_source=true yarn add sqlite3@5.1.1
- there is a known issue with the prebuilt binaries from this package not working on
- ➖ remove dependency on
@loadable/componentin favor ofReact.lazycode splitting
available in React v18+- 💥 this may be a breaking change if client-side extensions are loaded using
@loadable/components. See the documentation for updated examples.
- 💥 this may be a breaking change if client-side extensions are loaded using