Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Python (major) #290

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Python (major) #290

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 23, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
flake8 (changelog) ==5.0.4 -> ==7.1.1 age adoption passing confidence
mike ==1.1.2 -> ==2.1.3 age adoption passing confidence
mkdocs-material (changelog) ==8.2.1 -> ==9.5.49 age adoption passing confidence
mypy (changelog) ==0.982 -> ==1.14.0 age adoption passing confidence
pytest (changelog) ==7.1.3 -> ==8.3.4 age adoption passing confidence
pytest-cov (changelog) ==4.0.0 -> ==6.0.0 age adoption passing confidence

Release Notes

pycqa/flake8 (flake8)

v7.1.1

Compare Source

v7.1.0

Compare Source

v7.0.0

Compare Source

v6.1.0

Compare Source

v6.0.0

Compare Source

jimporter/mike (mike)

v2.1.3

Compare Source

Bug fixes
  • When deploying using a deploy prefix, only delete stale versions of the docs
    within that prefix

v2.1.2

Compare Source

Bug fixes
  • Remove ambiguity of some Git commands so that file and branch names don't
    collide

v2.1.1

Compare Source

Bug fixes
  • Support using environment variables for INHERIT when injecting the mike
    plugin into mkdocs.yml

v2.1.0

Compare Source

New features
  • When calling set-default, you can now pass --allow-undefined to set the
    default to a version that doesn't exist yet
  • Add global-level -q / --quiet option to suppress warning messages
  • Add support for handling !relative in mkdocs.yml
Bug fixes
  • When loading an MkDocs config, mike now runs the startup and shutdown
    events

v2.0.0

Compare Source

New features
  • Add support for applying arbitrary properties to documentation versions
  • Add support for hiding specific versions from the selector when using the
    default themes
  • Deploy aliases using symbolic links by default; this can be configured via
    --alias-type on the command line or alias_type in the mike MkDocs plugin
  • Avoid creating empty commits by default; if you want empty commits, pass
    --allow-empty
  • Look for both mkdocs.yml and mkdocs.yaml configuration files
  • Support GIT_COMMITTER_(NAME|EMAIL|DATE) when generating commits
  • Allow specifying alias_type, redirect_template, and deploy_prefix in the
    mike MkDocs plugin
  • Add a --debug flag to help diagnose bugs with mike
  • Port number is now optional for --dev-addr in mike serve, defaulting to
    8000
Breaking changes
  • --prefix is now --deploy-prefix
  • --no-redirect is now --alias-type=copy
  • --ignore is now --ignore-remote-status
  • -f / --force is no longer supported on subcommands that can push (this
    option was too error-prone, and users who really need to force-push can use
    Git directly)
  • --rebase is no longer supported (instead of using this, it's better to use
    Git to resolve any conflicts)
Bug fixes
  • Aliases that are "similar" to preexisting versions (e.g. 1.0 and 1.0.0)
    can now be set properly
  • Versions that don't start with a digit (or v and then a digit) are now
    treated separately from other versions: they're considered development
    versions, and thus newer than "ordinary" versions
  • Fix retrieval of Git user name/email when using non-UTF8 encodings
  • Fix version selector for mkdocs and readthedocs themes when
    use_directory_urls is false
  • When redirecting to another page, include the ?query
  • Ensure that aliases cannot be circularly defined
  • Support file names with double-quotes or newlines

squidfunk/mkdocs-material (mkdocs-material)

v9.5.49: mkdocs-material-9.5.49

Compare Source

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #​7803: Privacy plugin crashes on generated files
  • Fixed #​7781: Mermaid.js flow chart title not visible in dark mode

v9.5.48: mkdocs-material-9.5.48

Compare Source

  • Fixed #​7774: Disabling social cards doesn't work

v9.5.47: mkdocs-material-9.5.47

Compare Source

  • Fixed #​7750: Numeric tags break search
  • Fixed #​7748: Blog plugin breaks when using future drafts (9.5.45 regression)

Thanks go to @​perpil for their contributions

v9.5.46: mkdocs-material-9.5.46

Compare Source

  • Added support for removing preload hints in privacy plugin
  • Fixed #​7734: Code blocks in h5 headlines are uppercased
  • Fixed #​7725: Blog plugin crashing on missing timezone (9.5.45 regression)

Thanks go to @​nejch and @​perpil for their contributions

v9.5.45: mkdocs-material-9.5.45

Compare Source

  • Reduced size of Docker image through multi-stage build
  • Fixed #​7708: Blog plugin crashing on YAML dates with timezones

Thanks go to @​FrancoisCapon and @​perpil for their contributions

v9.5.44: mkdocs-material-9.5.44

Compare Source

  • Fixed #​7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

Thanks go to @​nejch for their contributions.

v9.5.43: mkdocs-material-9.5.43

Compare Source

  • Added support for external images in SVGs in privacy plugin
  • Fixed #​7651: Privacy plugin doesn't handle quoted URLs in CSS

Thanks go to @​nejch for their contributions

v9.5.42: mkdocs-material-9.5.42

Compare Source

  • Fixed #​7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #​7624: Crash when disabling privacy plugin (9.5.41 regression)

v9.5.41: mkdocs-material-9.5.41

Compare Source

  • Fixed #​7619: Improved tooltip on logo disappears after instant navigation
  • Fixed #​7616: Race condition in built-in privacy plugin when inlining assets
  • Fixed #​7615: Comments and "Was this page helpful?" visible when printing

v9.5.40: mkdocs-material-9.5.40

Compare Source

  • Updated Latvian translations
  • Fixed #​7597: Social cards not using site name on home page

Thanks go to @​pekkaklarck and @​klejejs for their contributions

v9.5.39: mkdocs-material-9.5.39

Compare Source

  • Fixed #​7226: not staying on page when using mike's canonical versioning

Thanks go to @​ilyagr for their contributions

v9.5.38: mkdocs-material-9.5.38

Compare Source

  • Added Albanian translations

Thanks go to @​gerardkraja for their contributions

v9.5.37: mkdocs-material-9.5.37

Compare Source

  • Added 4th and 5th level ordered list styles
  • Fixed #​7548: Tags have no spacing in search

v9.5.36: mkdocs-material-9.5.36

Compare Source

  • Fixed #​7544: Social cards incorrectly rendering HTML entities
  • Fixed #​7542: Improved support for setting custom list styles

v9.5.35: mkdocs-material-9.5.35

Compare Source

  • Fixed #​7498: Search not showing for Vietnamese language

v9.5.34: mkdocs-material-9.5.34

Compare Source

  • Updated Mermaid.js to version 11 (latest)

Thanks go to @​manselmi for their contributions

v9.5.33: mkdocs-material-9.5.33

Compare Source

  • Fixed #​7453: Incorrect position of tooltip when sorting table

v9.5.32: mkdocs-material-9.5.32

Compare Source

  • Fixed RXSS vulnerability via deep link in search results
  • Added support for fetching latest release from GitLab

Thanks go to @​joaopalmeiro for their contributions

v9.5.31: mkdocs-material-9.5.31

Compare Source

  • Fixed #​7405: DockerHub missing images > 9.5.27 due to change in Alpine/APK

v9.5.30: mkdocs-material-9.5.30

Compare Source

  • Fixed #​7380: Navigation icons disappearing on hover in Safari
  • Fixed #​7367: Blog readtime computation includes SVG text content

Thanks go to @​sisp for their contributions

v9.5.29: mkdocs-material-9.5.29

Compare Source

  • Updated Galician translations
  • Fixed #​7362: Annotations in figure captions rendering incorrectly

Thanks go to @​mmontes11 for their contributions

v9.5.28: mkdocs-material-9.5.28

Compare Source

  • Fixed #​7313: Improved tooltips mounted in sidebar when feature is disabled

v9.5.27: mkdocs-material-9.5.27

Compare Source

  • Updated Estonian translations

Thanks to @​Eilyre for their contributions

v9.5.26: mkdocs-material-9.5.26

Compare Source

  • Fixed #​7232: Tab switches on scroll when linking tabs (9.5.19 regression)
  • Fixed #​7230: Blog author avatar broken when referring to local file

v9.5.25: mkdocs-material-9.5.25

Compare Source

  • Fixed #​7209: Tags plugin crashing on numeric tags

v9.5.24: mkdocs-material-9.5.24

Compare Source

  • Fixed #​7187: Version selector title rendering issue

v9.5.23: mkdocs-material-9.5.23

Compare Source

  • Fixed #​7183: Edge case in anchor navigation when using instant navigation
  • Fixed #​6436: Version selector not showing version alias

v9.5.22: mkdocs-material-9.5.22

Compare Source

  • Fixed #​7170: Copy button adds empty lines for line spans (9.5.18 regression)
  • Fixed #​7160: Version switching doesn't stay on page (9.5.5 regression)
  • Fixed #​5619: Links in Mermaid.js diagrams not discernible

v9.5.21: mkdocs-material-9.5.21

Compare Source

  • Fixed #​7133: Ensure latest version of Mermaid.js is used
  • Fixed #​7125: Added warning for dotfiles in info plugin

Thanks to @​kamilkrzyskow for their contributions

v9.5.20: mkdocs-material-9.5.20

Compare Source

  • Fixed deprecation warning in privacy plugin (9.5.19 regression)
  • Fixed #​7119: Tags plugin emits deprecation warning (9.5.19 regression)
  • Fixed #​7118: Social plugin crashes if fonts are disabled (9.5.19 regression)
  • Fixed #​7085: Social plugin crashes on Windows when downloading fonts

v9.5.19: mkdocs-material-9.5.19

Compare Source

  • Updated MkDocs to 1.6 and limited version to < 2
  • Updated Docker image to latest Alpine Linux
  • Removed setup.py, now that GitHub fully understands pyproject.toml
  • Improved interop of social plugin with third-party MkDocs themes
  • Fixed #​7099: Blog reading time not rendered correctly for Japanese
  • Fixed #​7097: Improved resilience of tags plugin when no tags are given
  • Fixed #​7090: Active tab indicator in nested content tabs rendering bug

v9.5.18: mkdocs-material-9.5.18

Compare Source

  • Refactored tooltips implementation to fix positioning issues
  • Fixed #​7044: Rendering glitch when hovering contributor avatar in Chrome
  • Fixed #​7043: Highlighted lines in code blocks cutoff on mobile
  • Fixed #​6910: Incorrect position of tooltip for page status in sidebar
  • Fixed #​6760: Incorrect position and overly long tooltip in tables
  • Fixed #​6488: Incorrect position and cutoff tooltip in content tabs

v9.5.17: mkdocs-material-9.5.17

Compare Source

  • Updated Serbian translations
  • Fixed #​7003: Confusing keyboard interaction for palette toggle
  • Fixed #​7001: Blog posts now show time by default (9.5.16 regression)
  • Fixed edge case in backport of social plugin font loading logic

Thanks to @​stcksmsh for their contributions.

v9.5.16: mkdocs-material-9.5.16

Compare Source

  • Updated Russian translations
  • Improved error handling and reporting in social plugin
  • Improved error handling and reporting in privacy plugin
  • Fixed blog plugin not allowing to use time in format strings
  • Fixed #​6983: Social plugin crashes because of Google Fonts API change

Thanks to @​kamilkrzyskow, @​Guts, @​szg-alex-payne and @​natakazakova for their contributions

v9.5.15: mkdocs-material-9.5.15

Compare Source

  • Reverted fix for transparent iframes (9.5.14)
  • Fixed #​6929: Interference of social plugin and auto dark mode
  • Fixed #​6938: Giscus shows dark background in light mode (9.5.14 regression)

v9.5.14: mkdocs-material-9.5.14

Compare Source

  • Added support for hiding versions from selector when using mike
  • Added init system to improve signal handling in Docker image
  • Fixed edge cases in exclusion logic of info plugin
  • Fixed inability to reset pipeline in search plugin
  • Fixed syntax error in Finnish translations
  • Fixed #​6917: UTF-8 encoding problems in blog plugin on Windows
  • Fixed #​6889: Transparent iframes get background color

Thanks to @​kamilkrzyskow, @​yubiuser and @​todeveni for their contributions

v9.5.13: mkdocs-material-9.5.13

Compare Source

  • Updated Slovak translations
  • Improved info plugin interop with projects plugin
  • Improved info plugin inclusion/exclusion logic
  • Fixed info plugin not gathering files recursively
  • Fixed #​6750: Ensure info plugin packs up all necessary files

Thanks to @​kamilkrzyskow and @​scepka for their contributions

v9.5.12: mkdocs-material-9.5.12

Compare Source

  • Fixed #​6846: Some meta tags removed on instant navigation (9.4.2 regression)
  • Fixed #​6823: KaTex not rendering on instant navigation (9.5.5 regression)
  • Fixed #​6821: Privacy plugin doesn't handle URLs with encoded characters

v9.5.11: mkdocs-material-9.5.11

Compare Source

  • Updated Finnish translation

v9.5.10: mkdocs-material-9.5.10

Compare Source

  • Updated Bahasa Malaysia translations
  • Fixed #​6783: Hide continue reading link for blog posts without separators
  • Fixed #​6779: Incorrect positioning of integrated table of contents

v9.5.9: mkdocs-material-9.5.9

Compare Source

  • Fixed navigation pruning with tabs and sections enabled

v9.5.8: mkdocs-material-9.5.8

Compare Source

  • Added Tamil translations
  • Updated Esperanto translations
  • Fixed relative images not being resolved for instant navigation

v9.5.7: mkdocs-material-9.5.7

Compare Source

  • Fixed #​6731: Small images in figures are not centered
  • Fixed #​6719: Instant navigation breaks table of contents (9.5.5 regression)

v9.5.6: mkdocs-material-9.5.6

Compare Source

  • Fixed #​6700: Missing styles for Mermaid.js labels with Markdown

v9.5.5: mkdocs-material-9.5.5

Compare Source

  • Updated Tagalog translations
  • Updated Pillow to 10.2 to mitigate security vulnerabilities
  • Improved resilience of instant navigation
  • Fixed #​6687: Updated Mermaid.js to version 10.7.0 (latest)
  • Fixed #​6652: Keyboard events in custom elements captured
  • Fixed #​6582: Instant navigation doesn't correctly handle alternate URLs
  • Fixed #​6565: Instant navigation doesn't allow for onclick handlers
  • Fixed #​6345: Instant navigation sometimes breaks browser back button
  • Fixed #​6334: Instant navigation doesn't correctly position anchors (Safari)
  • Fixed #​6275: Instant navigation doesn't correctly resolve after 404
  • Fixed #​6102: Instant navigation reloads page on same link navigation

v9.5.4: mkdocs-material-9.5.4

Compare Source

  • Fixed #​6645: Local storage with invalid value can break site
  • Fixed #​6635: Tags icons before default ignored if default is set

v9.5.3: mkdocs-material-9.5.3

Compare Source

  • Limited version range of MkDocs to < 1.6
  • Updated Macedonian translations
  • Fixed #​6520: Group plugin crashes when using mike
  • Fixed #​6494: Hide author's email address if disabled in git-authors plugin

v9.5.2: mkdocs-material-9.5.2

Compare Source

  • Fixed types for slugify settings in blog plugin config
  • Fixed #​6469: Horizontal scrollbars on MathJax containers

v9.5.1: mkdocs-material-9.5.1

Compare Source

  • Updated Greek translations
  • Fixed #​6464: Privacy plugin cannot be enabled
  • Fixed #​6461: Sorting blog posts ignores time component in date

v9.5.0: mkdocs-material-9.5.0

Compare Source

Merged Insiders features of 'Goat's Horn' funding goal

  • Added privacy plugin: automatic downloading of external assets
  • Added support for card grids and grid layouts
  • Added support for improved tooltips
  • Added support for content tabs anchor links (deep linking)
  • Added support for automatic dark/light mode
  • Added support for document contributors

v9.4.14: mkdocs-material-9.4.14

Compare Source

  • Added support for linking authors in blog posts

v9.4.13: mkdocs-material-9.4.13

Compare Source

  • Fixed #​6365: Blog plugin pagination links to previous pages broken
  • Fixed #​5758: Updated Mermaid.js to version 10.6.1 (latest)

v9.4.12: mkdocs-material-9.4.12

Compare Source

  • Improved blog plugin to generate Unicode-aware slugs by default
  • Fixed non-deterministic order of categories in blog plugin

v9.4.11: mkdocs-material-9.4.11

Compare Source

  • Fixed #​6364: Search plugin crashing when enabling theme while serving
  • Fixed blog plugin crashing when disabling pagination

v9.4.10: mkdocs-material-9.4.10

Compare Source

  • Fixed #​6356: Version selector can't be disabled via mike's configuration
  • Fixed #​6281: Navigation not rendering due to Safari bug (9.4.2 regression)
  • Fixed #​6261: Navigation expansion animates on first load (9.4.2 regression)

v9.4.9: mkdocs-material-9.4.9

Compare Source

  • Fixed #​6344: Long entries cutoff in table of contents
  • Fixed #​6336: Custom template for glob archive not working with pagination
  • Fixed #​6328: Blog plugin crashes for locales with dashes, e.g. pt-BR
  • Fixed #​6327: Copy-to-clipboard button doesn't trim trailing line feed
  • Fixed #​6302: Version strings not matched when using mike, only aliases
  • Fixed instant navigation progress indicator for gzipped content in Chrome
  • Fixed rendering bug on details marker rotation in Firefox

v9.4.8: mkdocs-material-9.4.8

Compare Source

  • Fixed invalid local address replacement when using instant loading
  • Fixed #​6275: Crash after navigation caused 404 when using instant loading

v9.4.7: mkdocs-material-9.4.7

Compare Source

  • Added Azerbaijani translations

v9.4.6: mkdocs-material-9.4.6

Compare Source

  • Updated Danish and Norwegian (Nynorsk) translations
  • Fixed #​6169: Blog post metadata layout overflows on small screens

v9.4.5: mkdocs-material-9.4.5

Compare Source

  • Fixed sidebar auto-positioning (9.4.2 regression)
  • Fixed #​6166: Improve group plugin compatibility with Python < 3.10
  • Fixed #​6157: Hiding tags does not work (9.4.3 regression)

v9.4.4: mkdocs-material-9.4.4

Compare Source

  • Added support for overriding text to be copied for code blocks
  • Fixed broken layout in some browsers at breakpoints when using zoom
  • Fixed #​6132: Incomplete search highlighting for code blocks in titles

v9.4.3: mkdocs-material-9.4.3

Compare Source

  • Added support for instant navigation progress indicator
  • Improved spacing and alignment of tags
  • Moved back-to-top button into separate partial
  • Fixed #​6104: Indentation for some code blocks lost in search
  • Fixed #​6094: Blog post metadata overlaps with footer on small screens
  • Fixed #​6069: Blog plugin crashes for categories with non-ASCII names

Updated templates (diff)

  • base.html

v9.4.2: mkdocs-material-9.4.2

Compare Source

  • Updated Slovenian translations
  • Added animation to sidebar navigation expansion and collapse
  • Added support for auto-replacement of document head for instant navigation
  • Improved compatibility of new emoji extension with Python < 3.10
  • Switched regex dependency to use minimal version
  • Refactored alignment and spacing of sidebar navigation
  • Fixed expansion button not focusable via keyboard in sidebar navigation
  • Fixed viewport offset restoration on first load when using instant navigation
  • Fixed accidental highlight of non-clickable elements in blog plugin sidebar
  • Fixed #​6041: Blog plugin crashes when nav is defined and blog not included
  • Fixed #​5972: Blog plugin ignores section index pages in paginated views
  • Fixed #​5954: Repeated click on anchor ignored when using instant navigation
  • Fixed #​5742: Keyboard navigation broken when using instant navigation

Updated templates (diff)

  • partials/nav-item.html
  • blog-post.html

v9.4.1: mkdocs-material-9.4.1

Compare Source

  • Improved colors and contrast in dark mode
  • Improved admonition borders to match font weight
  • Switched content tabs to neutral color

v9.4.0: mkdocs-material-9.4.0

Compare Source

  • Added Belarusian translations
  • Added version info to entrypoint of package
  • Added emoji extension as a replacement for materialx
  • Improved slate color scheme (dark mode) - now even darker
  • Restructured project to improve development experience
  • Updated MkDocs to 1.5.3
  • Fixed #​3890: Development mode crash on Linux

v9.3.2: mkdocs-material-9.3.2

Compare Source

  • Updated Slovenian translations
  • Updated Python dependencies in requirements to use minimum versions
  • Fixed #​6017: Code highlighting inconsistent in Community and Insiders edition
  • Fixed #​6001: Contributor avatars display incorrectly in Firefox
  • Fixed #​6000: Blog post drafts are included in navigation

v9.3.1: mkdocs-material-9.3.1

Compare Source

  • Fixed crash of group plugin when used together with hooks

v9.3.0: mkdocs-material-9.3.0

Compare Source

  • Improved configuration sharing between community and Insiders edition
  • Added experimental built-in group plugin for enabling plugins conditionally
  • Added new settings in tags plugin for enabling/disabling
  • Dropped support for Python 3.7 (EOL)

v9.2.8: mkdocs-material-9.2.8

Compare Source

  • Updated Italian and Russian translations
  • Fixed #​5952: Combining blog and tags plugin leads to wrong links
  • Fixed #​5951: Blog plugin ignores post title in metadata
  • Fixed #​5949: Blog plugin ignores post linked in nav

v9.2.7: mkdocs-material-9.2.7

Compare Source

  • Switched dependencies to compatible release clauses
  • Removed readtime and lxml dependencies for blog plugin
  • Reduced size of Docker image to improve CI build performance
  • Fixed #​5945: Incorrect footer navigation for sibling pages of blog
  • Fixed #​5939: Page jumps when changing color palette (Firefox 117)
  • Fixed #​5901: Announcement bar reappears when using instant loading
  • Fixed #​5824: Allow to customize styles of sequence diagrams

v9.2.6: mkdocs-material-9.2.6

Compare Source

  • Added Basque translations
  • Added template for simple redirects
  • Improved blog plugin interop by moving view generation to on_files
  • Fixed #​5924: Social plugin still checks dependencies when disabled
  • Fixed #​5916: Blog plugin crashes on Python 3.8 (9.2.0 regression)

v9.2.5: mkdocs-material-9.2.5

Compare Source

  • Fixed error in dirty serve mode when using blog plugin
  • Fixed page title not being consistent in blog plugin pagination
  • Fixed #​5899: Blog plugin pagination breaks when disabling directory URLs

v9.2.4: mkdocs-material-9.2.4

Compare Source

  • Added version to bug report name in info plugin
  • Updated Afrikaans translations

v9.2.3: mkdocs-material-9.2.3

Compare Source

  • Fixed blog plugin rendering wrongly with markdown.extensions.toc
  • Fixed blog plugin entrypoint generation

v9.2.2: mkdocs-material-9.2.2

Compare Source

  • Fixed #​5880: Blog plugin failing when building a standalone blog
  • Fixed #​5881: Blog plugin not compatible with Python < 3.10

v9.2.1: mkdocs-material-9.2.1

Compare Source

  • Fixed #​5879: Blog plugin failing when building a standalone blog
  • Fixed error in blog plugin when using draft tagging on future date
  • Fixed error in blog plugin when toc extension is not enabled

v9.2.0: mkdocs-material-9.2.0

Compare Source

Additions and improvements

  • Added blogging support via built-in blog plugin
  • Added support for Chinese language segmentaiton in search plugin
  • Added support for adding custom dates to blog posts
  • Added support for paginating archive and category pages
  • Added support for annotations (outside of code blocks)
  • Added support for navigation icons
  • Added support for navigation pruning
  • Added support for navigation status
  • Added support for customizing site icons
  • Added support for customizing (code) annotation icons
  • Added focus outline to admonitions and details
  • Added prompt for bug report name to info plugin
  • Added Luxembourgish translations
  • Improved rendering of (code) annotation markers
  • Improved print styles for (code) annotations
  • Improved customizability of navigation tabs
  • Improved interop of plugins with external tools like mike
  • Improved interop of blog plugin with awesome pages plugin
  • Improved header partial by moving buttons into separate partials
  • Improved clarity of site_url warning in social plugin
  • Improved blog plugin to automatically setup directory structure
  • Switched info plugin to importlib to mitigate deprecations
  • Automatically download ResizeObserver polyfill when necessary
  • Automatically add iframe-worker polyfill when necessary in offline plugin
  • Automatically focus and bring up keyboard on touch devices
  • Updated Serbo-Croatian translations
  • Updated MkDocs to 1.5.2

Removals

  • Removed Universal Analytics integration
  • Removed ancient polyfills to reduce size of bundled JavaScript by 20%
  • Removed necessity for Array.flat and Array.flatMap polyfill
  • Removed announcement bar button when JavaScript is not available

Fixes

  • Fixed rendering of tags when announcement bar is present
  • Fixed tags plugin rendering pages excluded by other plugins
  • Fixed #​5132: Blog plugin requires nav entry in mkdocs.yml
  • Fixed #​5599: Insufficient contrast for default link color
  • Fixed #​5715: Blog plugin missing integrated table of contents in pagination
  • Fixed #​5806: Version selector not hoverable on some Android devices
  • Fixed #​5826: Blog post drafts with tags show up in tags index

v9.1.21: mkdocs-material-9.1.21

Compare Source

  • Fixed MkDocs 1.4 compat issue in social plugin (9.1.20 regression)

v9.1.20: mkdocs-material-9.1.20

Compare Source

  • Updated Sanskrit translations
  • Fixed deprecation warnings for social plugin

v9.1.19: mkdocs-material-9.1.19

Compare Source

  • Added support for MkDocs 1.5+
  • Fixed #​5699: Improve error reporting in social plugin

v9.1.18: mkdocs-material-9.1.18

Compare Source

  • Updated Danish translations
  • Added support for installing user requirements in Docker image
  • Fixed #​5655: Search separator with lookbehind breaks highlighting

v9.1.17: mkdocs-material-9.1.17

Compare Source

  • Fixed #​5633: Code annotations with nested lists incorrectly mounted
  • Fixed #​5628: Regression in new social plugin configuration scheme

v9.1.16: mkdocs-material-9.1.16

Compare Source

  • Updated Indonesian translations
  • Ensure scroll bar follows color scheme of operating system

v9.1.15: mkdocs-material-9.1.15

Compare Source

  • Fixed #​5566: Indicate color scheme to operating system
  • Fixed #​5565: Update Dockerfile to latest version of base image
  • Fixed #​5554: Add additional version tags (9, 9.1) to Docker image
  • Fixed #​5536: Strip tags of ARIA labels in table of contents

v9.1.14: mkdocs-material-9.1.14

Compare Source

  • Updated Armenian and Greek translations

v9.1.13: mkdocs-material-9.1.13

Compare Source

  • Fixed #​5517: Social plugin crashes for some fonts (e.g. Open Sans)

v9.1.12: mkdocs-material-9.1.12

Compare Source

  • Updated Bengali (Bangla) translations
  • Fixed #​5503: Docker image publish errors on uppercase characters
  • Fixed #​5407: Auto-pause media when in hidden content tabs

v9.1.11: mkdocs-material-9.1.11

Compare Source

  • Fixed #​5487: Social plugin crashes without options (9.1.10 regression)

v9.1.10: mkdocs-material-9.1.10

Compare Source

  • Added cards_layout_options setting for social cards
  • Deprecated cards_color and cards_font setting for social cards

[v9.1.9](https://redirect.github.com/squidfunk/mkdocs-material/releases/tag/9.1.


Configuration

📅 Schedule: Branch creation - "before 9am" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from 3a06be5 to b143d13 Compare June 26, 2023 23:38
@renovate renovate bot force-pushed the renovate/major-python branch from b143d13 to 6fd9dee Compare July 3, 2023 20:59
@renovate renovate bot force-pushed the renovate/major-python branch from 6fd9dee to 0be2af2 Compare July 11, 2023 02:54
@renovate renovate bot force-pushed the renovate/major-python branch from 0be2af2 to cc9108a Compare July 18, 2023 20:32
@renovate renovate bot force-pushed the renovate/major-python branch 3 times, most recently from 61ddfed to ddb50d4 Compare July 30, 2023 05:11
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from f8fc09d to eb0e4a1 Compare August 17, 2023 08:49
@renovate renovate bot force-pushed the renovate/major-python branch 4 times, most recently from b8fd1eb to e8fef28 Compare August 27, 2023 23:40
@renovate renovate bot force-pushed the renovate/major-python branch 3 times, most recently from b97291a to d07809e Compare September 5, 2023 11:47
@renovate renovate bot force-pushed the renovate/major-python branch 3 times, most recently from ac7bffd to d98438c Compare September 12, 2023 02:30
@renovate renovate bot force-pushed the renovate/major-python branch 4 times, most recently from 59a12a6 to 729883d Compare September 26, 2023 12:05
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from a1ee906 to f244d61 Compare October 6, 2023 02:16
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from f69c4e6 to 75300f8 Compare October 15, 2023 08:07
@renovate renovate bot force-pushed the renovate/major-python branch from 75300f8 to a7ca86e Compare October 19, 2023 05:52
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from 7e70852 to 1e6f575 Compare July 26, 2024 14:55
@renovate renovate bot force-pushed the renovate/major-python branch 3 times, most recently from 0ed3acb to 5a50739 Compare August 5, 2024 02:28
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from 42e4019 to ed921a9 Compare August 20, 2024 05:49
@renovate renovate bot force-pushed the renovate/major-python branch from ed921a9 to e9eba87 Compare August 24, 2024 23:57
@renovate renovate bot force-pushed the renovate/major-python branch from e9eba87 to b899202 Compare September 1, 2024 08:08
@renovate renovate bot force-pushed the renovate/major-python branch from b899202 to 5459ab2 Compare September 10, 2024 20:56
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from c682f78 to 3e1ad3a Compare September 22, 2024 05:52
@renovate renovate bot force-pushed the renovate/major-python branch 3 times, most recently from 156225c to c9d7c0c Compare September 30, 2024 02:22
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from 0bb4f03 to a801906 Compare October 16, 2024 23:59
@renovate renovate bot force-pushed the renovate/major-python branch 3 times, most recently from 5e98913 to 870bff2 Compare October 23, 2024 05:50
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from cb08c65 to 9be7782 Compare October 31, 2024 23:47
@renovate renovate bot force-pushed the renovate/major-python branch from 9be7782 to 2f364df Compare November 7, 2024 05:28
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from 6d37d74 to 40e8d4b Compare November 26, 2024 20:54
@renovate renovate bot force-pushed the renovate/major-python branch 2 times, most recently from 55f6de4 to 7b0c66a Compare December 2, 2024 02:53
@renovate renovate bot force-pushed the renovate/major-python branch from 7b0c66a to 1b3deb3 Compare December 10, 2024 02:42
@renovate renovate bot force-pushed the renovate/major-python branch from 1b3deb3 to c7beb8a Compare December 21, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants