umberto 9.4.1 → 9.4.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 -11
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
## [9.4.2](https://github.com/cksource/umberto/compare/v9.4.1...v9.4.2) (July 27, 2026)
|
|
5
|
+
|
|
6
|
+
### Other changes
|
|
7
|
+
|
|
8
|
+
* This release does not include any user-facing changes. It was published solely to verify the release process.
|
|
9
|
+
|
|
10
|
+
|
|
4
11
|
## [9.4.1](https://github.com/cksource/umberto/compare/v9.4.0...v9.4.1) (July 27, 2026)
|
|
5
12
|
|
|
6
13
|
### Other changes
|
|
@@ -50,17 +57,6 @@ Changelog
|
|
|
50
57
|
* Fix crashes of Table of Contents on some pages where headings are not placed in expected HTML structure.
|
|
51
58
|
* No longer stop building of the document when invalid links are found during link validation if some parts of the documentation are skipped (API, SDK, Guides).
|
|
52
59
|
|
|
53
|
-
|
|
54
|
-
## [9.1.3](https://github.com/cksource/umberto/compare/v9.1.2...v9.1.3) (December 19, 2025)
|
|
55
|
-
|
|
56
|
-
### Bug fixes
|
|
57
|
-
|
|
58
|
-
* Fixed the conflict where typing the forward slash in the Kapa widget would trigger the Algolia search.
|
|
59
|
-
|
|
60
|
-
### Other changes
|
|
61
|
-
|
|
62
|
-
* Added CKBox (`CKBOX_VERSION`) and CKEditor 5 (`CKEDITOR_VERSION`) versions to events sent to Sentry integration.
|
|
63
|
-
|
|
64
60
|
---
|
|
65
61
|
|
|
66
62
|
To see all releases, visit the [release page](https://github.com/cksource/umberto/releases).
|