@anglr/common 23.0.0-beta.20250926130712 → 23.0.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 +1 -1
- package/version.bak +1 -1
package/changelog.md
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## Version 23.0.0 (2025-09-
|
|
3
|
+
## Version 23.0.0 (2025-09-29)
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
7
|
- existing animations refactored to css animations
|
|
8
|
+
- new `progressInterceptor` function, that is progress interceptor used for intercepting http requests and displaying progress indicatior
|
|
9
|
+
- used as replacement of deprecated `ProgressInterceptor` together with `PROGRESS_INTERCEPTOR_PROVIDER`
|
|
8
10
|
- updated `TooltipOptions` interface
|
|
9
11
|
- is now generic with `TData` with default `unknown`
|
|
12
|
+
- updated `IGNORED_INTERCEPTORS` http context token
|
|
13
|
+
- now also accepts `HttpInterceptorFn` function together with `Type<unknown>`
|
|
10
14
|
|
|
11
15
|
### BREAKING CHANGES
|
|
12
16
|
|
package/package.json
CHANGED
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
23.0.0
|
|
1
|
+
23.0.0
|