Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@remirror/core-extensions

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/core-extensions - npm Package Compare versions

Comparing version 1.0.0-next.2 to 1.0.0

49

CHANGELOG.md
# @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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc