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
next
tag 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,
RefObject
back toMutableRefObject
code-0.5.0-alpha.1
- fixed and stabilized esm/cjs build, added conditional
exports
topackage.json
for ESM support, with.cjs
extension for CommonJS, separate/esm
folder for ESM version with.js
extension- even if switched to
exports
, it is not strict-ESM (no"type": "module"
), for compatibility with MUI5/6/7
- even if switched to