@wordpress/deprecated
Advanced tools
Comparing version 4.1.0 to 4.2.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.2.0 (2024-06-26) | ||
## 4.1.0 (2024-06-15) | ||
@@ -141,3 +143,3 @@ | ||
### New Feature | ||
### New Features | ||
@@ -148,3 +150,3 @@ - Include TypeScript type declarations ([#26429](https://github.com/WordPress/gutenberg/pull/26429)) | ||
### Bug Fix | ||
### Bug Fixes | ||
@@ -157,8 +159,8 @@ - When there is no `options.version` param provided `deprecated` method warns with more relaxed tone. | ||
### Breaking Change | ||
### Breaking Changes | ||
- Change how required built-ins are polyfilled with Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using [core-js](https://github.com/zloirock/core-js) or [@babel/polyfill](https://babeljs.io/docs/en/next/babel-polyfill) will add support for these methods. | ||
### New Feature | ||
### New Features | ||
- Call `doAction` hook when a deprecated feature is encountered ([#8110](https://github.com/WordPress/gutenberg/pull/8110)) |
{ | ||
"name": "@wordpress/deprecated", | ||
"version": "4.1.0", | ||
"version": "4.2.0", | ||
"description": "Deprecation utility for WordPress.", | ||
@@ -32,3 +32,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/hooks": "^4.1.0" | ||
"@wordpress/hooks": "^4.2.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a" | ||
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6" | ||
} |
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
83062
Updated@wordpress/hooks@^4.2.0