@wordpress/element
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 5.2.0 (2023-01-11) | ||
## 5.1.0 (2023-01-02) | ||
@@ -7,0 +9,0 @@ |
## Gutenberg | ||
Copyright 2016-2022 by the contributors | ||
Copyright 2016-2023 by the contributors | ||
@@ -5,0 +5,0 @@ **License for Contributions (on and after April 15, 2021)** |
{ | ||
"name": "@wordpress/element", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Element React module for WordPress.", | ||
@@ -34,3 +34,3 @@ "author": "The WordPress Contributors", | ||
"@types/react-dom": "^18.0.6", | ||
"@wordpress/escape-html": "^2.24.0", | ||
"@wordpress/escape-html": "^2.25.0", | ||
"change-case": "^4.1.2", | ||
@@ -44,3 +44,3 @@ "is-plain-object": "^5.0.0", | ||
}, | ||
"gitHead": "200bee7b06b15f6fa655e25b6ab69cbd6b49a357" | ||
"gitHead": "204c880ff65295768e9695dfee6c7a9fee1fdd05" | ||
} |
@@ -41,5 +41,6 @@ # Element | ||
wp.element.render( | ||
wp.element.createElement( Greeting, { toWhom: 'World' } ), | ||
document.getElementById( 'greeting' ) | ||
wp.element.createRoot(document.getElementById( 'greeting' )) | ||
.render( | ||
wp.element.createElement( Greeting, { toWhom: 'World' } ) | ||
) | ||
); | ||
@@ -46,0 +47,0 @@ </script> |
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
388122
86
5377
488