@remirror/core-constants
Advanced tools
Comparing version 1.0.0-next.6 to 1.0.0-next.13
# @remirror/core-constants | ||
## 1.0.0-next.13 | ||
> 2020-07-29 | ||
### Patch Changes | ||
- 92342ab0: Throw error in `Preset` and `Extension` when attempting to update a non-dynamic option | ||
at runtime. | ||
## 1.0.0-next.6 | ||
@@ -4,0 +13,0 @@ |
@@ -214,2 +214,3 @@ 'use strict'; | ||
ErrorConstant["EXTENSION_EXTRA_ATTRIBUTES"] = "RMR0102"; | ||
ErrorConstant["INVALID_SET_EXTENSION_OPTIONS"] = "RMR0103"; | ||
ErrorConstant["REACT_PROVIDER_CONTEXT"] = "RMR0200"; | ||
@@ -216,0 +217,0 @@ ErrorConstant["REACT_GET_ROOT_PROPS"] = "RMR0201"; |
@@ -60,5 +60,6 @@ "use strict"; | ||
ErrorConstant.EXTENSION = "RMR0100", ErrorConstant.EXTENSION_SPEC = "RMR0101", ErrorConstant.EXTENSION_EXTRA_ATTRIBUTES = "RMR0102", | ||
ErrorConstant.REACT_PROVIDER_CONTEXT = "RMR0200", ErrorConstant.REACT_GET_ROOT_PROPS = "RMR0201", | ||
ErrorConstant.REACT_EDITOR_VIEW = "RMR0202", ErrorConstant.REACT_CONTROLLED = "RMR0203", | ||
ErrorConstant.REACT_NODE_VIEW = "RMR0204", ErrorConstant.I18N_CONTEXT = "RMR0300"; | ||
ErrorConstant.INVALID_SET_EXTENSION_OPTIONS = "RMR0103", ErrorConstant.REACT_PROVIDER_CONTEXT = "RMR0200", | ||
ErrorConstant.REACT_GET_ROOT_PROPS = "RMR0201", ErrorConstant.REACT_EDITOR_VIEW = "RMR0202", | ||
ErrorConstant.REACT_CONTROLLED = "RMR0203", ErrorConstant.REACT_NODE_VIEW = "RMR0204", | ||
ErrorConstant.I18N_CONTEXT = "RMR0300"; | ||
}(exports.ErrorConstant || (exports.ErrorConstant = {})); | ||
@@ -65,0 +66,0 @@ |
@@ -244,2 +244,3 @@ /** | ||
ErrorConstant["EXTENSION_EXTRA_ATTRIBUTES"] = "RMR0102"; | ||
ErrorConstant["INVALID_SET_EXTENSION_OPTIONS"] = "RMR0103"; | ||
ErrorConstant["REACT_PROVIDER_CONTEXT"] = "RMR0200"; | ||
@@ -246,0 +247,0 @@ ErrorConstant["REACT_GET_ROOT_PROPS"] = "RMR0201"; |
@@ -88,2 +88,4 @@ /** | ||
EXTENSION_EXTRA_ATTRIBUTES = "RMR0102", | ||
/** A call to `extension.setOptions` was made with invalid keys. */ | ||
INVALID_SET_EXTENSION_OPTIONS = "RMR0103", | ||
/** | ||
@@ -90,0 +92,0 @@ * `useRemirror` was called outside of the remirror context. It can only be used |
{ | ||
"name": "@remirror/core-constants", | ||
"version": "1.0.0-next.6", | ||
"version": "1.0.0-next.13", | ||
"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", |
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
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
46384
1129