@wordpress/element
Advanced tools
Comparing version 6.15.1 to 6.16.0
@@ -16,3 +16,3 @@ /** | ||
* Component used to detect the current Platform being used. | ||
* Use Platform.OS === 'web' to detect if running on web enviroment. | ||
* Use Platform.OS === 'web' to detect if running on web environment. | ||
* | ||
@@ -19,0 +19,0 @@ * This is the same concept as the React Native implementation. |
@@ -22,3 +22,3 @@ "use strict"; | ||
* Component used to detect the current Platform being used. | ||
* Use Platform.OS === 'web' to detect if running on web enviroment. | ||
* Use Platform.OS === 'web' to detect if running on web environment. | ||
* | ||
@@ -25,0 +25,0 @@ * This is the same concept as the React Native implementation. |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 6.16.0 (2025-01-15) | ||
## 6.15.0 (2025-01-02) | ||
@@ -253,3 +255,3 @@ | ||
- Added `lazy` feautre (see: https://reactjs.org/docs/react-api.html#reactlazy). | ||
- Added `lazy` feature (see: https://reactjs.org/docs/react-api.html#reactlazy). | ||
- Added `Suspense` component (see: https://reactjs.org/docs/react-api.html#reactsuspense). | ||
@@ -256,0 +258,0 @@ |
{ | ||
"name": "@wordpress/element", | ||
"version": "6.15.1", | ||
"version": "6.16.0", | ||
"description": "Element React module for WordPress.", | ||
@@ -36,3 +36,3 @@ "author": "The WordPress Contributors", | ||
"@types/react-dom": "^18.2.25", | ||
"@wordpress/escape-html": "^3.15.0", | ||
"@wordpress/escape-html": "^3.16.0", | ||
"change-case": "^4.1.2", | ||
@@ -46,3 +46,3 @@ "is-plain-object": "^5.0.0", | ||
}, | ||
"gitHead": "0d4503ecc364cf4ca16024673baf5a84dacf212f" | ||
"gitHead": "f48b9f56629e400891abb5ae491504de475237ff" | ||
} |
@@ -244,3 +244,3 @@ # Element | ||
Component used to detect the current Platform being used. Use Platform.OS === 'web' to detect if running on web enviroment. | ||
Component used to detect the current Platform being used. Use Platform.OS === 'web' to detect if running on web environment. | ||
@@ -247,0 +247,0 @@ This is the same concept as the React Native implementation. |
@@ -16,3 +16,3 @@ /** | ||
* Component used to detect the current Platform being used. | ||
* Use Platform.OS === 'web' to detect if running on web enviroment. | ||
* Use Platform.OS === 'web' to detect if running on web environment. | ||
* | ||
@@ -19,0 +19,0 @@ * This is the same concept as the React Native implementation. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
397745
+ Added@wordpress/escape-html@3.16.0(transitive)
- Removed@wordpress/escape-html@3.17.0(transitive)