Skip to content
This repository was archived by the owner on Jun 2, 2022. It is now read-only.

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 11, 2021

Bumps mkdocs-material from 5.5.13 to 7.3.2.

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-7.3.2

  • Deprecated prebuilding of search index
  • Improved graceful handling of broken search for file://
  • Added minimum Jinja version to list of requirements
  • Fixed #3071: section index pages render empty directories
  • Fixed margin issues when using navigation tabs (7.3.1 regression)
  • Fixed search placeholder sometimes being shown too early

mkdocs-material-7.3.1

  • Added new experimental content tabs implementation
  • Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression)
  • Fixed #3070: Sections not linking to index page
  • Fixed title not linking to index page when using tabs
  • Fixed Disqus integration when using instant loading
  • Fixed some spacing issues for right-to-left languages
  • Fixed syntax error in Serbian translations

mkdocs-material-7.3.0

  • Added support for sticky navigation tabs
  • Added support for section index pages
  • Added support for removing generator notice

mkdocs-material-7.2.8

  • Fixed #3039: Search modal overlays menu on mobile (7.2.7 regression)

mkdocs-material-7.2.7

  • Updated Serbian and Serbo-Croatian translations
  • Improved appearance of outline on details
  • Fixed #2934: Scrollbar when header is hidden on some mobile browsers
  • Fixed #3032: Anchor in details doesn't open on load (7.0.0 regression)
  • Fixed back-to-top button being focusable when invisible
  • Fixed broken admonition icons (removed in upstream)

mkdocs-material-7.2.6

  • Fixed rendering of blockquote elements (7.0.0 regression)
  • Fixed #2973: Custom search worker setting ignored

mkdocs-material-7.2.5

  • Updated Portuguese translations
  • Fixed execution of RxJS teardown logic (7.2.3 regression)
  • Fixed #2970: Search results show escaped characters (7.2.2 regression)

mkdocs-material-7.2.4

  • Fixed #2926: Version selector not working (7.2.3 regression)
  • Fixed #2929: Missing CSS class for banner (consistency with Insiders)

mkdocs-material-7.2.3

  • Slight facelift of data tables, now closer to Material Design
  • Fixed instant loading not respecting clicks on search results
  • Fixed #2881: Invalid anchor offsets when using instant loading

... (truncated)

Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-7.3.2+insiders-3.1.2 (2021-10-06)

  • Fixed incorrect path separators for social cards on Windows

mkdocs-material-7.3.2 (2021-10-06)

  • Deprecated prebuilding of search index
  • Improved graceful handling of broken search for file://
  • Added minimum Jinja version to list of requirements
  • Fixed #3071: section index pages render empty directories
  • Fixed margin issues when using navigation tabs (7.3.1 regression)
  • Fixed search placeholder sometimes being shown too early

mkdocs-material-7.3.1 (2021-10-02)

  • Added new experimental content tabs implementation
  • Fixed #3069: GitHub stats broken for users/orgs (7.1.0 regression)
  • Fixed #3070: Sections not linking to index page
  • Fixed title not linking to index page when using tabs
  • Fixed Disqus integration when using instant loading
  • Fixed some spacing issues for right-to-left languages
  • Fixed syntax error in Serbian translations

mkdocs-material-7.3.0+insiders-3.1.1 (2021-09-26)

  • Fixed ordering bug in search exclusion logic

mkdocs-material-7.3.0+insiders-3.1.0 (2021-09-26)

  • Added support for excluding pages, sections, and elements from search
  • Fixed #2803: Code block annotations not visible when printing

mkdocs-material-7.3.0 (2021-09-23)

  • Added support for sticky navigation tabs
  • Added support for section index pages
  • Added support for removing generator notice

mkdocs-material-7.2.8 (2021-09-20)

  • Fixed #3039: Search modal overlays menu on mobile (7.2.7 regression)

mkdocs-material-7.2.7+insiders-3.0.1 (2021-09-19)

  • Added support for using literal h1-6 tags for search plugin
  • Fixed search plugin breaking on void elements without slashes
  • Fixed search plugin filtering link contents from headlines
  • Fixed search plugin handling of multiple h1 headlines
  • Fixed search plugin handling of missing h1 headlines

... (truncated)

Upgrade guide

Sourced from mkdocs-material's upgrade guide.


template: overrides/main.html

How to upgrade

Upgrade to the latest version with:

pip install --upgrade mkdocs-material

Show the currently installed version with:

pip show mkdocs-material

Upgrading from 6.x to 7.x

What's new?

  • Added support for deploying multiple versions
  • Added support for integrating a language selector
  • Added support for rendering admonitions as inline blocks
  • Rewrite of the underlying reactive architecture
  • Removed Webpack in favor of reactive build strategy (-480 dependencies)
  • Fixed keyboard navigation for code blocks after content tabs switch

Changes to mkdocs.yml

extra.version.method

The versioning method configuration was renamed to extra.version.provider to allow for different versioning strategies in the future:

=== "7.x"

``` yaml
extra:
  version:
    provider: mike
```

=== "6.x"

``` yaml
extra:
  version:
    method: mike

... (truncated)

Commits
  • 792a425 Prepare 7.3.2 release
  • 8779d78 Fixed race condition ehen displaying search result metadata
  • 905c8b7 Added Jinja to list of dependencies (see #3085)
  • 36fac52 Updated dependencies
  • e7c799f Fixed top margin of navigation when using navigation.tabs (7.3.1 regression)
  • 88ed401 Improved graceful handling of broken search when browsing locally
  • 149b0db Fixed rendering of section index pages with no other pages
  • e229280 Updated Insiders video
  • eb4afa0 Deprecated prebuilding of search index
  • aaba4cb Updated content tabs documentation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 5.5.13 to 7.3.2.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Upgrade guide](https://github.com/squidfunk/mkdocs-material/blob/master/docs/upgrade.md)
- [Commits](squidfunk/mkdocs-material@5.5.13...7.3.2)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 11, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 18, 2021

Superseded by #129.

@dependabot dependabot bot closed this Oct 18, 2021
@dependabot dependabot bot deleted the dependabot/pip/mkdocs-material-7.3.2 branch October 18, 2021 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant