Skip to content

Commit 43bc11e

Browse files
LB Johnstonlb-
authored andcommitted
Release 5.3.0 & add changelog entries
1 parent 4f59a51 commit 43bc11e

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,34 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [5.2.1 (unreleased)] - YYYY-MM-DD
5+
## [5.3.0] - 2022-08-20
66

77
### Added
88

9-
- Nothing changed yet
9+
- Add Dark mode 🧛 - you can now feel more at home with the Wagtail docs if you choose to in your device preferences or manually (Vince Salvino)
10+
- Add layout scss to fix some global style issues (LB (Ben) Johnston)
11+
- Add a consistent and high contrast focus outline to focusable (tabbable) elements (LB (Ben) Johnston, Vince Salvino)
1012

1113
### Changed
1214

13-
- ...
15+
- Use variable for the `max-width` of the version picker in styles (LB (Ben) Johnston)
16+
- Sidebar will have a right border (when on the side) and a maximum width on large breakpoints (LB (Ben) Johnston)
17+
- Set language to `en` for this project's documentation (Vince Salvino)
18+
- Docs buttons such as View source, Edit source, and Dark mode will now show on small devices (Vince Salvino, LB (Ben) Johnston)
19+
- Ensure the table of contents expand button can be focused with a keyboard (LB (Ben) Johnston)
1420

1521
### Removed
1622

17-
- ...
23+
- Source Code Pro is no longer included in this theme, instead the Wagtail system font stack is used (Vince Salvino)
1824

1925
### Fixed
2026

21-
- ...
22-
23-
### Security
24-
25-
- ...
27+
- Fix gap after content within admonitions, avoid styling every last element inside, only the container (LB (Ben) Johnston)
28+
- Resolve issues with sidebar container and overflow scroll, add padding so that visible scrollbars (Windows) does not cut into content (LB (Ben) Johnston)
29+
- Avoid using coded styles when bootstrap utility classes are suitable in the sidebar & search box (LB (Ben) Johnston)
30+
- Fix documentation syntax error in example `conf.py` (Vince Salvino)
31+
- Avoid hard-coding the `/` for the root path to the logo as documentation may not be served at the root path (Vince Salvino)
32+
- Fix focus outline on search box so (Vince Salvino)
2633

2734
## [5.2.0] - 2022-08-17
2835

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = sphinx_wagtail_theme
3-
version = 5.2.1.dev0
3+
version = 5.3.0
44
author = Coen van der Kamp
55
author_email = [email protected]
66
description = Sphinx Wagtail theme

0 commit comments

Comments
 (0)