@remirror/core-extensions
Advanced tools
Comparing version 1.0.0-next.2 to 1.0.0
# @remirror/core-extensions | ||
## 1.0.0 | ||
> 2021-07-17 | ||
### Major Changes | ||
- [#706](https://github.com/remirror/remirror/pull/706) [`adfb12a4c`](https://github.com/remirror/remirror/commit/adfb12a4cee7031eec4baa10830b0fc0134ebdc8) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Deprecate the following packages: | ||
- `@remirror/core-extensions` | ||
- `@remirror/editor-markdown` | ||
- `@remirror/editor-social` | ||
- `@remirror/editor-wysiwyg` | ||
- `@remirror/extension-auto-link` | ||
- `@remirror/extension-base-keymap` | ||
- `@remirror/extension-enhanced-link` | ||
- `@remirror/preset-social` | ||
- `@remirror/react-node-view` | ||
- `@remirror/react-portals` | ||
- `@remirror/react-social` | ||
- `@remirror/react-wysiwyg` | ||
- `@remirror/showcase` | ||
- `@remirror/ui` | ||
- `@remirror/ui-a11y-status` | ||
- `@remirror/ui-buttons` | ||
- `@remirror/ui-dropdown` | ||
- `@remirror/ui-icons` | ||
- `@remirror/ui-menus` | ||
- `@remirror/ui-modal` | ||
- `@remirror/ui-text` | ||
## 1.0.0-next.2 | ||
@@ -25,10 +55,6 @@ | ||
- The whole API for remirror has completely changed. These pre-release versions are a breaking | ||
change across all packages. The best way to know what's changed is to read the documentaion on the | ||
new documentation site `https://remirror.io`. | ||
- 0bbe7270: Deprecate `@remirror/core-extensions` and remove the simple code block extension from | ||
the repo. | ||
- The whole API for remirror has completely changed. These pre-release versions are a breaking change across all packages. The best way to know what's changed is to read the documentaion on the new documentation site `https://remirror.io`. | ||
- 0bbe7270: Deprecate `@remirror/core-extensions` and remove the simple code block extension from the repo. | ||
- b3153b4c: Deprecate unused packages in the latest version. | ||
- 7b817ac2: Rename all types and interfaces postfixed with `Params` to use the postfix `Parameter`. | ||
If your code was importing any matching interface you will need to update the name. | ||
- 7b817ac2: Rename all types and interfaces postfixed with `Params` to use the postfix `Parameter`. If your code was importing any matching interface you will need to update the name. | ||
@@ -39,4 +65,3 @@ ## 0.13.1 | ||
- 4dbb7461: Prevent the link selection from selecting word on click if there is already a selection. | ||
Fixes #278. | ||
- 4dbb7461: Prevent the link selection from selecting word on click if there is already a selection. Fixes #278. | ||
@@ -91,6 +116,4 @@ ## 0.11.1 | ||
- 10419145: Make all built-in extensions' `keys()` return a `KeyboardBindings` object instead of a | ||
specific object (#206) | ||
- 7380e18f: Update repository url from ifiokjr/remirror to remirror/remirror to reflect new GitHub | ||
organisation. | ||
- 10419145: Make all built-in extensions' `keys()` return a `KeyboardBindings` object instead of a specific object (#206) | ||
- 7380e18f: Update repository url from ifiokjr/remirror to remirror/remirror to reflect new GitHub organisation. | ||
- Updated dependencies [7380e18f] | ||
@@ -97,0 +120,0 @@ - @remirror/core-constants@0.7.4 |
{ | ||
"name": "@remirror/core-extensions", | ||
"version": "1.0.0-next.2", | ||
"description": "Deprecated - Provides the core extensions for your remirror editor", | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/support/deprecated/core-extensions", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/support/deprecated/core-extensions", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@remirror/core-extensions", | ||
"version": "1.0.0", | ||
"description": "Deprecated - Provides the core extensions for your remirror editor", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/deprecated/remirror__core-extensions", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5555
1