@telia-ace/alliance-utilities 1.0.10-next.3 → 1.0.10
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 +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @telia-ace/alliance-utilities
|
|
2
2
|
|
|
3
|
+
## 1.0.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1ea5886: Improved handling of URLs.
|
|
8
|
+
- 1ea5886: Add `getCurrentLocationInfo()` and `matchRegExpLike()` utility functions.
|
|
9
|
+
- 1ea5886: Remove unused translation texts.
|
|
10
|
+
- 1ea5886: Add utility types and routing utilities.
|
|
11
|
+
|
|
3
12
|
## 1.0.10-next.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED