Skip to content

Commit

Permalink
Update docs and tests and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Jun 26, 2024
1 parent 457c13d commit 0cdccb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Changelog
* Add `copy_for_translation_done` signal when a page is copied for translation (Arnar Tumi Þorsteinsson)
* Remove reduced opacity for draft page title in listings (Inju Michorius)
* Adopt more compact representation for StreamField definitions in migrations (Matt Westcott)
* Implement a new design for locale labels in listings (Albina Starykova)
* Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma)
* Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach)
* Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott)
Expand Down
2 changes: 1 addition & 1 deletion client/src/tokens/colorVariables.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('generateColorVariables', () => {
"--w-color-grey-800-lightness": "11.4%",
"--w-color-grey-800-saturation": "0%",
"--w-color-info-100": "hsl(var(--w-color-info-100-hue) var(--w-color-info-100-saturation) var(--w-color-info-100-lightness))",
"--w-color-info-100-hue": "calc(var(--w-color-info-125-hue) - 1)",
"--w-color-info-100-hue": "calc(var(--w-color-info-125-hue) - 0.1)",
"--w-color-info-100-lightness": "calc(var(--w-color-info-125-lightness) + 6.5%)",
"--w-color-info-100-saturation": "calc(var(--w-color-info-125-saturation) + 0.7%)",
"--w-color-info-125": "hsl(var(--w-color-info-125-hue) var(--w-color-info-125-saturation) var(--w-color-info-125-lightness))",
Expand Down
4 changes: 2 additions & 2 deletions docs/_static/wagtail_colors_tables.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/releases/6.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depth: 1
* Add `copy_for_translation_done` signal when a page is copied for translation (Arnar Tumi Þorsteinsson)
* Remove reduced opacity for draft page title in listings (Inju Michorius)
* Adopt more compact representation for StreamField definitions in migrations (Matt Westcott)
* Implement a new design for locale labels in listings (Albina Starykova)


### Bug fixes
Expand Down

0 comments on commit 0cdccb6

Please sign in to comment.