editor-core
editor-core copied to clipboard
a draft-js based editor
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 2.0.10 to 4.3.5. Release notes Sourced from typescript's releases. TypeScript 4.3.5 This release contains a bug fix for auto-imports on JSX components in the TypeScript language service....
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 17.0.2. Release notes Sourced from react's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@koba04...
Bumps [draft-js](https://github.com/facebook/draft-js) from 0.10.5 to 0.11.7. Release notes Sourced from draft-js's releases. v0.11.7 0.11.7 (Aug 13th, 2020) Added Allow aria-describedby overriding (Jeff Dickey in 8b8b9c00) Add support to create editor...
Like mentioned in package.json and readme.
rc-editor-core依赖了immutable,版本是^3.7.4,同时依赖了draft-js,而draft-js也依赖了immutable,版本是~3.7.4,导致npm install然后打包之后,会打包两个版本的immutable,我这儿的情况是bundle出来同时打包了[email protected]和[email protected] 这个库还是个大包
Updates the requirements on [rc-tools](https://github.com/react-component/rc-tools) to permit the latest version. Commits - See full diff in [compare view](https://github.com/react-component/rc-tools/commits) Dependabot will resolve any conflicts with this PR as long as you...
Updates the requirements on [rc-editor-plugin-emoji](https://github.com/react-component/editor-plugin-emoji) to permit the latest version. Commits - See full diff in [compare view](https://github.com/react-component/editor-plugin-emoji/commits) Dependabot will resolve any conflicts with this PR as long as you...
Updates the requirements on [typings](https://github.com/typings/typings) to permit the latest version. Release notes *Sourced from [typings's releases](https://github.com/typings/typings/releases).* > ## Remove "no dependencies" Message > **Changed** > > * Remove the "no...
Someone went to the trouble to add a warning about this when value is supplied, but not explain why the warning exists. Is it bad? Will it format my hard...