umberto 8.3.1 → 8.3.2
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 +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
## [8.3.2](https://github.com/cksource/umberto/compare/v8.3.1...v8.3.2) (September 16, 2025)
|
|
5
|
+
|
|
6
|
+
### Other changes
|
|
7
|
+
|
|
8
|
+
* Update to TypeScript 5.3.
|
|
9
|
+
|
|
10
|
+
|
|
4
11
|
## [8.3.1](https://github.com/cksource/umberto/compare/v8.3.0...v8.3.1) (September 4, 2025)
|
|
5
12
|
|
|
6
13
|
### Bug fixes
|
|
@@ -39,13 +46,6 @@ Changelog
|
|
|
39
46
|
|
|
40
47
|
* Updated how `<iframe>` elements are created to fix issues with automated tests using Chrome v139.
|
|
41
48
|
|
|
42
|
-
|
|
43
|
-
## [8.0.3](https://github.com/cksource/umberto/compare/v8.0.2...v8.0.3) (August 5, 2025)
|
|
44
|
-
|
|
45
|
-
### Bug fixes
|
|
46
|
-
|
|
47
|
-
* The backticks in the XML components parser were not escaped correctly, causing issues with parsing XML content. This fix ensures that backticks are properly escaped, allowing the parser to handle XML content containing backticks without errors.
|
|
48
|
-
|
|
49
49
|
---
|
|
50
50
|
|
|
51
51
|
To see all releases, visit the [release page](https://github.com/cksource/umberto/releases).
|