umberto 4.2.1 → 4.2.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
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
Changelog
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
|
+
## [4.2.2](https://github.com/cksource/umberto/compare/v4.2.1...v4.2.2) (2024-06-25)
|
|
5
|
+
|
|
6
|
+
### Other changes
|
|
7
|
+
|
|
8
|
+
* Changed the feedback callout text content to include info about `42.0.0` release. ([commit](https://github.com/cksource/umberto/commit/e3980a447d030ca2dd19b671ab93c5677e709030))
|
|
9
|
+
|
|
10
|
+
|
|
4
11
|
## [4.2.1](https://github.com/cksource/umberto/compare/v4.2.0...v4.2.1) (2024-04-15)
|
|
5
12
|
|
|
6
13
|
### Bug fixes
|
package/package.json
CHANGED
|
@@ -10,6 +10,9 @@ div.info-box.notice.notice__feedback
|
|
|
10
10
|
| Please report it via our!{' '}
|
|
11
11
|
a( href=githubUrl.toString() id='report-widget-issue-tracker' ) issue tracker
|
|
12
12
|
| .
|
|
13
|
+
p
|
|
14
|
+
| With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features.
|
|
15
|
+
| We appreciate your feedback to help us ensure its accuracy and completeness.
|
|
13
16
|
|
|
14
17
|
//- We need to inject some parameters to the URL from the `window` object on the user side.
|
|
15
18
|
//- Hence, we run a script that reads the user-agent and location and injects it into the issue URL.
|