slate-prop-types
Advanced tools
Comparing version 0.4.20 to 0.4.21
@@ -1,2 +0,1 @@ | ||
# Changelog | ||
@@ -6,6 +5,4 @@ | ||
--- | ||
### `0.4.0` — October 27, 2017 | ||
@@ -15,8 +12,6 @@ | ||
- **Remove all previously deprecated code paths.** This helps to reduce some of the complexity in Slate by not having to handle these code paths anymore. And it helps to reduce file size. When upgrading, it's _highly_ recommended that you upgrade to the previous version first and ensure there are no deprecation warnings being logged, then upgrade to this version. | ||
* **Remove all previously deprecated code paths.** This helps to reduce some of the complexity in Slate by not having to handle these code paths anymore. And it helps to reduce file size. When upgrading, it's _highly_ recommended that you upgrade to the previous version first and ensure there are no deprecation warnings being logged, then upgrade to this version. | ||
--- | ||
### `0.3.0` — October 27, 2017 | ||
@@ -26,12 +21,10 @@ | ||
- **Updated to work with `slate@0.29.0`.** This is required because `slate-prop-types` needs access to the new `Value` model. | ||
* **Updated to work with `slate@0.29.0`.** This is required because `slate-prop-types` needs access to the new `Value` model. | ||
###### DEPRECATED | ||
- **The `state` prop type has been renamed to `value`.** This is to stay in line with `slate-react@0.29.0` where the `State` object was renamed. | ||
* **The `state` prop type has been renamed to `value`.** This is to stay in line with `slate-react@0.29.0` where the `State` object was renamed. | ||
--- | ||
### `0.2.0` — October 14, 2017 | ||
@@ -41,11 +34,8 @@ | ||
- **Updated work with `slate@0.27.0`.** The new version of Slate renames the old `Range` model to `Leaf`, and the old `Selection` model to `Range`. | ||
* **Updated work with `slate@0.27.0`.** The new version of Slate renames the old `Range` model to `Leaf`, and the old `Selection` model to `Range`. | ||
--- | ||
### `0.1.0` — September 17, 2017 | ||
:tada: | ||
@@ -129,1 +129,2 @@ 'use strict'; | ||
exports.default = Types; | ||
//# sourceMappingURL=slate-prop-types.js.map |
{ | ||
"name": "slate-prop-types", | ||
"description": "A set of React prop type checkers for Slate editors.", | ||
"version": "0.4.20", | ||
"version": "0.4.21", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "repository": "git://github.com/ianstormtaylor/slate.git", | ||
"dependencies": { | ||
"slate-dev-logger": "^0.1.38" | ||
"slate-dev-logger": "^0.1.39" | ||
}, | ||
@@ -25,3 +25,3 @@ "peerDependencies": { | ||
"mocha": "^2.5.3", | ||
"slate": "^0.32.3" | ||
"slate": "^0.32.4" | ||
}, | ||
@@ -28,0 +28,0 @@ "scripts": { |
@@ -1,2 +0,1 @@ | ||
This package contains a set of React prop types for Slate values that you can use in your own components and plugins. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26061
9
355
0
2
Updatedslate-dev-logger@^0.1.39