@wordpress/url 3.21.0 → 3.22.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/CHANGELOG.md +3 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.22.0 (2022-11-02)
|
|
6
|
+
|
|
5
7
|
## 3.21.0 (2022-10-19)
|
|
6
8
|
|
|
7
9
|
## 3.20.0 (2022-10-05)
|
|
@@ -113,7 +115,7 @@
|
|
|
113
115
|
### Bug fixes
|
|
114
116
|
|
|
115
117
|
- The `isValidProtocol` function now correctly considers the protocol of the URL as only incoporating characters up to and including the colon (':').
|
|
116
|
-
- `getFragment` is now greedier and matches fragments from the first
|
|
118
|
+
- `getFragment` is now greedier and matches fragments from the first occurrence of the '#' symbol instead of the last.
|
|
117
119
|
|
|
118
120
|
## 2.3.0 (2018-11-12)
|
|
119
121
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/url",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.22.0",
|
|
4
4
|
"description": "WordPress URL utilities.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"publishConfig": {
|
|
34
34
|
"access": "public"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "511f4cc1f0138641bc4394bc1cf36e833109c791"
|
|
37
37
|
}
|