@wordpress/url 3.21.0 → 3.23.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 +5 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 3.23.0 (2022-11-16)
|
|
6
|
+
|
|
7
|
+
## 3.22.0 (2022-11-02)
|
|
8
|
+
|
|
5
9
|
## 3.21.0 (2022-10-19)
|
|
6
10
|
|
|
7
11
|
## 3.20.0 (2022-10-05)
|
|
@@ -113,7 +117,7 @@
|
|
|
113
117
|
### Bug fixes
|
|
114
118
|
|
|
115
119
|
- 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
|
|
120
|
+
- `getFragment` is now greedier and matches fragments from the first occurrence of the '#' symbol instead of the last.
|
|
117
121
|
|
|
118
122
|
## 2.3.0 (2018-11-12)
|
|
119
123
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/url",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.23.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": "7ac04f446242452d3cb24372f9ca58f0cae97715"
|
|
37
37
|
}
|