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

@remirror/core-constants

Package Overview
Dependencies
Maintainers
1
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/core-constants - npm Package Compare versions

Comparing version 1.0.0-next.33 to 1.0.0-next.34

14

CHANGELOG.md
# @remirror/core-constants
## 1.0.0-next.34
> 2020-09-10
### Minor Changes
- [`27b358e4`](https://github.com/remirror/remirror/commit/27b358e4cb877a1e8df61c9d5326f366e66f30dc) [#668](https://github.com/remirror/remirror/pull/668) Thanks [@ifiokjr](https://github.com/ifiokjr)! - Add `MarkSupportsExit` tag to `ExtensionTag` constant export.
Add `KeymapExtension` option `exitMarksOnArrowPress` which allows the user to exit marks with the `MarkSupportExit` tag from the beginning or the end of the document.
Store tags as `markTags`, `nodeTags`, `plainTags` and deprecate the helper methods which were previously doing this.
Add `extraTags` option to the extension and `RemirrorManager` now extra can be added as part of the configuration.
## 1.0.0-next.33

@@ -4,0 +18,0 @@

8

dist/core-constants.browser.cjs.js

@@ -207,3 +207,9 @@ 'use strict';

*/
ExcludeInputRules: 'excludeFromInputRules'
ExcludeInputRules: 'excludeFromInputRules',
/**
* A mark that can be exited when at the end and beginning of the document
* with an arrow key.
*/
MarkSupportsExit: 'markSupportsExits'
};

@@ -210,0 +216,0 @@ /**

@@ -203,3 +203,9 @@ /**

*/
ExcludeInputRules: 'excludeFromInputRules'
ExcludeInputRules: 'excludeFromInputRules',
/**
* A mark that can be exited when at the end and beginning of the document
* with an arrow key.
*/
MarkSupportsExit: 'markSupportsExits'
};

@@ -206,0 +212,0 @@ /**

@@ -207,3 +207,9 @@ 'use strict';

*/
ExcludeInputRules: 'excludeFromInputRules'
ExcludeInputRules: 'excludeFromInputRules',
/**
* A mark that can be exited when at the end and beginning of the document
* with an arrow key.
*/
MarkSupportsExit: 'markSupportsExits'
};

@@ -210,0 +216,0 @@ /**

3

dist/core-constants.cjs.prod.js

@@ -37,3 +37,4 @@ "use strict";

BlockNode: "block",
ExcludeInputRules: "excludeFromInputRules"
ExcludeInputRules: "excludeFromInputRules",
MarkSupportsExit: "markSupportsExits"
}, ExtensionTag = BaseExtensionTag;

@@ -40,0 +41,0 @@

@@ -203,3 +203,9 @@ /**

*/
ExcludeInputRules: 'excludeFromInputRules'
ExcludeInputRules: 'excludeFromInputRules',
/**
* A mark that can be exited when at the end and beginning of the document
* with an arrow key.
*/
MarkSupportsExit: 'markSupportsExits'
};

@@ -206,0 +212,0 @@ /**

@@ -179,2 +179,7 @@ /**

readonly ExcludeInputRules: "excludeFromInputRules";
/**
* A mark that can be exited when at the end and beginning of the document
* with an arrow key.
*/
readonly MarkSupportsExit: "markSupportsExits";
};

@@ -181,0 +186,0 @@ /**

{
"name": "@remirror/core-constants",
"version": "1.0.0-next.33",
"version": "1.0.0-next.34",
"description": "The core constants used throughout the remirror codebase",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/core-constants",

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