Skip to content

kit-1.0.0-alpha.1 & code-0.5.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@elbakerino elbakerino released this 29 Jun 20:15
· 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 to MutableRefObject

code-0.5.0-alpha.1

  • fixed and stabilized esm/cjs build, added conditional exports to package.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