@itwin/core-i18n 5.1.0-dev.9 → 5.2.0-dev.1
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
CHANGED
|
@@ -1,6 +1,61 @@
|
|
|
1
1
|
# Change Log - @itwin/core-i18n
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 16 Jul 2025 15:01:35 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.0.4
|
|
6
|
+
Wed, 16 Jul 2025 14:59:59 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.0.3
|
|
11
|
+
Fri, 11 Jul 2025 00:56:56 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 5.0.2
|
|
16
|
+
Thu, 26 Jun 2025 22:16:01 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 5.0.1
|
|
21
|
+
Tue, 17 Jun 2025 18:33:52 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 5.0.0
|
|
26
|
+
Fri, 13 Jun 2025 20:25:38 GMT
|
|
27
|
+
|
|
28
|
+
### Updates
|
|
29
|
+
|
|
30
|
+
- Upgrade compile target to ES2023 and module to ES2022
|
|
31
|
+
- Remove 3.x Deprecated APIs
|
|
32
|
+
- Bump `i18next-http-backend` dependency version to `^3.0.2`.
|
|
33
|
+
- Change core peer dependencies to strict version.
|
|
34
|
+
|
|
35
|
+
## 4.11.6
|
|
36
|
+
Mon, 16 Jun 2025 15:00:15 GMT
|
|
37
|
+
|
|
38
|
+
_Version update only_
|
|
39
|
+
|
|
40
|
+
## 4.11.5
|
|
41
|
+
Fri, 06 Jun 2025 13:41:18 GMT
|
|
42
|
+
|
|
43
|
+
_Version update only_
|
|
44
|
+
|
|
45
|
+
## 4.11.4
|
|
46
|
+
Tue, 03 Jun 2025 16:15:19 GMT
|
|
47
|
+
|
|
48
|
+
_Version update only_
|
|
49
|
+
|
|
50
|
+
## 4.11.3
|
|
51
|
+
Wed, 28 May 2025 13:56:22 GMT
|
|
52
|
+
|
|
53
|
+
_Version update only_
|
|
54
|
+
|
|
55
|
+
## 4.11.2
|
|
56
|
+
Tue, 20 May 2025 20:14:45 GMT
|
|
57
|
+
|
|
58
|
+
_Version update only_
|
|
4
59
|
|
|
5
60
|
## 4.11.1
|
|
6
61
|
Wed, 30 Apr 2025 13:13:21 GMT
|
|
@@ -18105,7 +18105,7 @@ var GeoServiceStatus;
|
|
|
18105
18105
|
GeoServiceStatus[GeoServiceStatus["VerticalDatumConvertError"] = 147460] = "VerticalDatumConvertError";
|
|
18106
18106
|
GeoServiceStatus[GeoServiceStatus["CSMapError"] = 147461] = "CSMapError";
|
|
18107
18107
|
/**
|
|
18108
|
-
* @deprecated in 5.0. This status is never returned.
|
|
18108
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. This status is never returned.
|
|
18109
18109
|
*/
|
|
18110
18110
|
GeoServiceStatus[GeoServiceStatus["Pending"] = 147462] = "Pending";
|
|
18111
18111
|
})(GeoServiceStatus || (GeoServiceStatus = {}));
|
|
@@ -19592,7 +19592,7 @@ Symbol.dispose ??= Symbol("Symbol.dispose");
|
|
|
19592
19592
|
Symbol.asyncDispose ??= Symbol("Symbol.asyncDispose");
|
|
19593
19593
|
/**
|
|
19594
19594
|
* A type guard that checks whether the given argument implements `IDisposable` interface
|
|
19595
|
-
* @deprecated in 5.0 Use isDisposable instead.
|
|
19595
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use isDisposable instead.
|
|
19596
19596
|
* @public
|
|
19597
19597
|
*/
|
|
19598
19598
|
function isIDisposable(obj) {
|
|
@@ -19631,7 +19631,7 @@ function disposeArray(list) {
|
|
|
19631
19631
|
* of this function is equal to return value of func. If func throws, this function also throws (after
|
|
19632
19632
|
* disposing the resource).
|
|
19633
19633
|
* @public
|
|
19634
|
-
* @deprecated in 5.0 Use `using` declarations instead.
|
|
19634
|
+
* @deprecated in 5.0 - will not be removed until after 2026-06-13. Use `using` declarations instead.
|
|
19635
19635
|
*/
|
|
19636
19636
|
function using(resources, func) {
|
|
19637
19637
|
if (!Array.isArray(resources))
|
|
@@ -21401,7 +21401,7 @@ class PerfLogger {
|
|
|
21401
21401
|
[Symbol.dispose]() {
|
|
21402
21402
|
this.logMessage();
|
|
21403
21403
|
}
|
|
21404
|
-
/** @deprecated in 5.0 Use [Symbol.dispose] instead. */
|
|
21404
|
+
/** @deprecated in 5.0 - will not be removed until after 2026-06-13. Use [Symbol.dispose] instead. */
|
|
21405
21405
|
dispose() {
|
|
21406
21406
|
this[Symbol.dispose]();
|
|
21407
21407
|
}
|
|
@@ -23136,7 +23136,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
23136
23136
|
/**
|
|
23137
23137
|
* Mirrors the SpanKind enum from [@opentelemetry/api](https://open-telemetry.github.io/opentelemetry-js/enums/_opentelemetry_api.SpanKind.html)
|
|
23138
23138
|
* @public
|
|
23139
|
-
* @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
23139
|
+
* @deprecated in 4.4 - will not be removed until after 2026-06-13. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
23140
23140
|
*/
|
|
23141
23141
|
var SpanKind;
|
|
23142
23142
|
(function (SpanKind) {
|
|
@@ -23196,7 +23196,7 @@ function flattenObject(obj) {
|
|
|
23196
23196
|
/**
|
|
23197
23197
|
* Enables OpenTelemetry tracing in addition to traditional logging.
|
|
23198
23198
|
* @public
|
|
23199
|
-
* @deprecated in 4.4 - OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
23199
|
+
* @deprecated in 4.4 - will not be removed until after 2026-06-13. OpenTelemetry Tracing helpers will become internal in a future release. Apps should use `@opentelemetry/api` directly.
|
|
23200
23200
|
*/
|
|
23201
23201
|
class Tracing {
|
|
23202
23202
|
static _tracer;
|