Socket
Socket
Sign inDemoInstall

@wordpress/element

Package Overview
Dependencies
Maintainers
0
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/element - npm Package Compare versions

Comparing version 6.1.0 to 6.2.0

22

CHANGELOG.md

@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->

## 6.2.0 (2024-06-26)
## 6.1.0 (2024-06-15)

@@ -48,3 +50,3 @@

## Breaking Changes
### Breaking Changes

@@ -119,3 +121,3 @@ - Remove the WPElement, WPComponent, and WPSyntheticEvent types.

### Bug Fix
### Bug Fixes

@@ -148,3 +150,3 @@ - Packages: Replace `is-plain-obj` with `is-plain-object` ([#43511](https://github.com/WordPress/gutenberg/pull/43511)).

### Bug Fix
### Bug Fixes

@@ -155,3 +157,3 @@ - Serialize will now keep correct casing for SVG attributes ([#38936](https://github.com/WordPress/gutenberg/pull/38936)).

### Bug Fix
### Bug Fixes

@@ -162,3 +164,3 @@ - Ensure that the package uses the latest version of React types ([#37365](https://github.com/WordPress/gutenberg/pull/37365)).

### Bug Fix
### Bug Fixes

@@ -169,3 +171,3 @@ - Update `rawHtml` to correctly concatenate multiple strings passed as children (see [35532](https://github.com/WordPress/gutenberg/pull/35532))

### Breaking Change
### Breaking Changes

@@ -189,3 +191,3 @@ - Upgraded React components to work with v17.0 ([#29118](https://github.com/WordPress/gutenberg/pull/29118)). There are no new features in React v17.0 as explained in the [blog post](https://reactjs.org/blog/2020/10/20/react-v17.html).

### Bug fix
### Bug Fixes

@@ -197,3 +199,3 @@ - Declare @types/react and @types/react-dom dependencies which could cause type errors when using

### New Feature
### New Features

@@ -204,3 +206,3 @@ - Include TypeScript type declarations ([#21781](https://github.com/WordPress/gutenberg/pull/21781))

### Bug Fix
### Bug Fixes

@@ -270,4 +272,4 @@ - Hide TypeScript type declarations ([#21613](https://github.com/WordPress/gutenberg/pull/21613))

### 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.
{
"name": "@wordpress/element",
"version": "6.1.0",
"version": "6.2.0",
"description": "Element React module for WordPress.",

@@ -35,3 +35,3 @@ "author": "The WordPress Contributors",

"@types/react-dom": "^18.2.25",
"@wordpress/escape-html": "^3.1.0",
"@wordpress/escape-html": "^3.2.0",
"change-case": "^4.1.2",

@@ -45,3 +45,3 @@ "is-plain-object": "^5.0.0",

},
"gitHead": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
"gitHead": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
}
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