kit-1.0.0-alpha.1 & code-0.5.0-alpha.1
Pre-release
Pre-release
·
8 commits
to main
since this release
This release is published under the
nexttag and won't be installed automatically. To use it, specify the version when installing or updating.
@ui-schema/kit-codemirror>1.0.0-alpha.1@ui-schema/material-code>0.5.0-alpha.1
kit-1.0.0-alpha.1
- adds support to
useExtension, for using an extension or extension array directly, without a setup function - fixed react typing compatibility,
RefObjectback toMutableRefObject
code-0.5.0-alpha.1
- fixed and stabilized esm/cjs build, added conditional
exportstopackage.jsonfor ESM support, with.cjsextension for CommonJS, separate/esmfolder for ESM version with.jsextension- even if switched to
exports, it is not strict-ESM (no"type": "module"), for compatibility with MUI5/6/7
- even if switched to