@wordpress/babel-plugin-import-jsx-pragma 4.0.1 → 4.1.1-next.4d3b314fd5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/CHANGELOG.md +0 -37
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/babel-plugin-import-jsx-pragma",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1-next.4d3b314fd5.0",
|
|
4
4
|
"description": "Babel transform plugin for automatically injecting an import to be used as the pragma for the React JSX Transform plugin.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "25054766423cb49d959eb656c2533530073ff5c2"
|
|
40
40
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
<!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
|
|
2
|
-
|
|
3
|
-
## Unreleased
|
|
4
|
-
|
|
5
|
-
## 4.0.0 (2022-08-24)
|
|
6
|
-
|
|
7
|
-
### Breaking Change
|
|
8
|
-
|
|
9
|
-
- Increase the minimum Node.js version to 14 ([#43141](https://github.com/WordPress/gutenberg/pull/43141)).
|
|
10
|
-
|
|
11
|
-
## 3.0.0 (2021-01-21)
|
|
12
|
-
|
|
13
|
-
### Breaking Changes
|
|
14
|
-
|
|
15
|
-
- Increase the minimum Node.js version to 12 ([#27934](https://github.com/WordPress/gutenberg/pull/27934)).
|
|
16
|
-
|
|
17
|
-
## 2.2.0 (2019-05-21)
|
|
18
|
-
|
|
19
|
-
### New Feature
|
|
20
|
-
|
|
21
|
-
- Add Fragment import handling ([#15120](https://github.com/WordPress/gutenberg/pull/15120)).
|
|
22
|
-
|
|
23
|
-
## 2.0.0 (2019-03-06)
|
|
24
|
-
|
|
25
|
-
### Breaking Change
|
|
26
|
-
|
|
27
|
-
- Stop using Babel transpilation internally and set node 8 as a minimal version required ([#13540](https://github.com/WordPress/gutenberg/pull/13540)).
|
|
28
|
-
|
|
29
|
-
### Enhancement
|
|
30
|
-
|
|
31
|
-
- Plugin skips now adding import JSX pragma when the scope variable is defined for all JSX elements ([#13809](https://github.com/WordPress/gutenberg/pull/13809)).
|
|
32
|
-
|
|
33
|
-
## 1.1.0 (2018-09-05)
|
|
34
|
-
|
|
35
|
-
### New Feature
|
|
36
|
-
|
|
37
|
-
- Plugin updated to work with the stable version of Babel 7 ([#9171](https://github.com/WordPress/gutenberg/pull/9171)).
|