Update dependency sphinx_design to v0.6.1 #91
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.3.0
->==0.6.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
executablebooks/sphinx-design (sphinx_design)
v0.6.1
Compare Source
chrisjsewell
in {pr}212
chrisjsewell
in {pr}198
v0.6.0
Compare Source
Dependencies
chrisjsewell
in {pr}186
ffvpor
in {pr}171
New
✨ Create custom directives
You can use the
sd_custom_directives
configuration option in yourconf.py
to add custom directives, with default option values:The key is the new directive name to add, and the value is a dictionary with the following keys:
inherit
: The directive to inherit from (e.g.dropdown
)argument
: The default argument (optional, only for directives that take a single argument)options
: A dictionary of default options for the directive (optional)by {user}
chrisjsewell
in {pr}194
✨ sync tabs by URL query parameters
Synchronised tabs can now be selected by adding a query parameter to the URL, for that sync-group, such as
?code=python
forThe last selected tab key, per group, is also persisted to
SessionStorage
by {user}
mikemckiernan
and {user}chrisjsewell
in {pr}196
Improve
gabalafou
in {pr}183
danirus
in {pr}153
chrisjsewell
in {pr}193
👌 Improve
dropdown
title barThere are three visible changes:
The old default behaviour can be retained by using the new
:chevron: down-up
directive option.The PR also introduces three new CSS variables to control font sizes of the dropdown:
Internally, the HTML / CSS is changed, such that the title is now an
inline-flex
box, with three columns arranged withjustify-content: space-between
:flex-grow: 1
)Also, the state chevron was previously two distinct SVGs (with one hidden), but now is one that get rotated on open/close.
by {user}
chrisjsewell
in {pr}192
Fix
Praecordi
in {pr}135
input
tag by {user}chrisjsewell
in {pr}195
Internal
📚 Update theme versions by {user}
chrisjsewell
in {pr}189
📚 Make octicon list a table by {user}
chrisjsewell
in {pr}188
📚 Add sphinx-immaterial to doc theme builds by {user}
chrisjsewell
in {pr}190
📚 Change syntax dropdown color by {user}
chrisjsewell
in {pr}191
🔧 Add FIPS compliant flag to md5 call by {user}
gabor-varga
in {pr}162
🔧 define
build.os
for RTD to fix build by {user}sciencewhiz
in {pr}176
🔧 Move to ruff by {user}
chrisjsewell
in {pr}185
Full Changelog: executablebooks/sphinx-design@v0.5.0...v0.6.0
v0.5.0
Compare Source
chrisjsewell
in {pr}146
chrisjsewell
in {pr}148
Full Changelog: executablebooks/sphinx-design@v0.4.1...v0.5.0
v0.4.1
Compare Source
This is a minor release to bring in the following PR:
v0.4.0
Compare Source
Full Changelog: executablebooks/sphinx-design@v0.3.0...v0.4.0
Enhancements made
124
({user}feanil
, {user}choldgraf
)113
({user}jpmckinney
, {user}chrisjsewell
)Version upgrades
106
105
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
(GitHub contributors page for this release)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.