Skip to content

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 22 Jul 14:19
0.1.7: pin react/antd to 2.1.28 runtime versions in externalVersion.js

The build was letting yarn resolve react/react-dom/antd to unpinned latest
(19.2.8 / 6.5.1), which @nocobase/build then wrote into dist/externalVersion.js.
The plugin manager's compat check compares those values against the runtime
NocoBase's react (18.2.0) and antd (5.24.2), so install failed.

Also consolidates the four previous build scripts into a single scripts/build.sh
and narrows nocobase.supportedVersions to the exact runtime target (2.1.28).