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 dependency mkdocs-material to v9.4.2 #160

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

slack-oss-bot
Copy link
Collaborator

@slack-oss-bot slack-oss-bot commented Jul 27, 2023

This PR contains the following updates:

Package Update Change
mkdocs-material minor ==9.1.19 -> ==9.4.2

Release Notes

squidfunk/mkdocs-material

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

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from 717ed6f to c83ab18 Compare July 28, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.1.20 Update dependency mkdocs-material to v9.1.21 Jul 28, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from c83ab18 to 56e9b5c Compare August 22, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.1.21 Update dependency mkdocs-material to v9.2.1 Aug 22, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from 56e9b5c to df799e3 Compare August 23, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.2.1 Update dependency mkdocs-material to v9.2.3 Aug 23, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from df799e3 to fced231 Compare August 27, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.2.3 Update dependency mkdocs-material to v9.2.4 Aug 27, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from fced231 to c5b57d8 Compare August 28, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.2.4 Update dependency mkdocs-material to v9.2.5 Aug 28, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from c5b57d8 to 526667f Compare August 31, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.2.5 Update dependency mkdocs-material to v9.2.6 Aug 31, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from 526667f to 0b10557 Compare September 3, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.2.6 Update dependency mkdocs-material to v9.2.7 Sep 3, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from 0b10557 to e16140a Compare September 5, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.2.7 Update dependency mkdocs-material to v9.2.8 Sep 5, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from e16140a to d477dae Compare September 12, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.2.8 Update dependency mkdocs-material to v9.3.1 Sep 12, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from d477dae to a2ae517 Compare September 19, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.3.1 Update dependency mkdocs-material to v9.3.2 Sep 19, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from a2ae517 to 3935b82 Compare September 22, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.3.2 Update dependency mkdocs-material to v9.4.0 Sep 22, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from 3935b82 to f700f85 Compare September 23, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.4.0 Update dependency mkdocs-material to v9.4.1 Sep 23, 2023
@slack-oss-bot slack-oss-bot force-pushed the renovate/mkdocs-material-9.x branch from f700f85 to 70f5230 Compare September 25, 2023 08:02
@slack-oss-bot slack-oss-bot changed the title Update dependency mkdocs-material to v9.4.1 Update dependency mkdocs-material to v9.4.2 Sep 25, 2023
@ZacSweers ZacSweers enabled auto-merge September 28, 2023 18:21
@ZacSweers ZacSweers added this pull request to the merge queue Sep 28, 2023
Merged via the queue into main with commit a40ecd9 Sep 28, 2023
@ZacSweers ZacSweers deleted the renovate/mkdocs-material-9.x branch September 28, 2023 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants