umberto 10.5.0 → 10.5.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,13 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
## [10.5.1](https://github.com/cksource/umberto/compare/v10.5.0...v10.5.1) (May 14, 2026)
|
|
5
|
+
|
|
6
|
+
### Bug fixes
|
|
7
|
+
|
|
8
|
+
* Changed the call for feedback title from `<h3>` to `<div>` to prevent it from appearing in the table of contents.
|
|
9
|
+
|
|
10
|
+
|
|
4
11
|
## [10.5.0](https://github.com/cksource/umberto/compare/v10.4.1...v10.5.0) (April 14, 2026)
|
|
5
12
|
|
|
6
13
|
### Features
|
|
@@ -30,23 +37,6 @@ Changelog
|
|
|
30
37
|
|
|
31
38
|
Experimental annotations now appear in page headers and member listings, and can be toggled with the API filters.
|
|
32
39
|
|
|
33
|
-
|
|
34
|
-
## [10.2.0](https://github.com/cksource/umberto/compare/v10.1.4...v10.2.0) (April 2, 2026)
|
|
35
|
-
|
|
36
|
-
### Features
|
|
37
|
-
|
|
38
|
-
* Added support for configuring Kapa AI source groups via the `sourceGroupIds` option. The option can be set globally in `kapa.default` or per project to filter the widget's knowledge base to specific source groups.
|
|
39
|
-
|
|
40
|
-
### Bug fixes
|
|
41
|
-
|
|
42
|
-
* Fixed a console error thrown when hovering over a CKEditor bookmark element. The `links-prefetch` module now silently ignores anchor elements with no `href` instead of calling `new URL( '' )` and logging a spurious error.
|
|
43
|
-
|
|
44
|
-
### Other changes
|
|
45
|
-
|
|
46
|
-
* Removed the legacy warning banner.
|
|
47
|
-
* Added cyan LTS banner at the top of the page on LTS branch.
|
|
48
|
-
* Updated the colour of nightly banner to yellow.
|
|
49
|
-
|
|
50
40
|
---
|
|
51
41
|
|
|
52
42
|
To see all releases, visit the [release page](https://github.com/cksource/umberto/releases).
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
mixin call-for-feedback()
|
|
10
10
|
//- Stable id: at most one block per page (build fails if more); see validate-call-for-feedback-once.cjs.
|
|
11
11
|
aside.c-call-for-feedback( role='complementary' aria-labelledby='call-for-feedback-title' )
|
|
12
|
-
|
|
12
|
+
div.c-call-for-feedback__title#call-for-feedback-title Call for feedback
|
|
13
13
|
p.c-call-for-feedback__text
|
|
14
14
|
| Have an idea for future improvements? We'd love to hear from you! Share your thoughts and suggestions with us through our
|
|
15
15
|
a.c-call-for-feedback__link( href='https://ckeditor.com/contact/' ) contact form
|