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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 29, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocs-material (source) ^5.2.0 -> ^8.0.0 age adoption passing confidence

Release Notes

squidfunk/mkdocs-material

v8.2.9

Compare Source

  • Mitigate flicker on color palette switch by disabling all transitions
  • Fixed search suggestions not triggered when following deep link
  • Fixed incorrectly computed header height when using instant loading
  • Fixed #​3782: Admonition titles have extra pixels on wide screens in Firefox
  • Fixed #​3802: Always render table of contents container (except when hidden)

v8.2.8

Compare Source

  • Bumped MkDocs version to 1.3.0 to mitigate breaking changes in Jinja
  • Reverted Jinja version range limitation (added in 8.2.7)
  • Improved styling of annotations and fixed borders of code blocks in tabs
  • Added background color to code blocks in focused/hovered links
  • Added check in tags plugin whether tags overview page exists
  • Fixed #​3744: Content tab indicator on wrong position when using back button

v8.2.7

Compare Source

v8.2.6

Compare Source

  • Fixed #​3695: Deprecation warning for unescaped backslashes in templates
  • Fixed #​3696: Annotations not mounted in some Terraform code blocks
  • Fixed #​3698: Annotations not mounted in long code blocks (8.2.5 regression)

v8.2.5

Compare Source

  • Fixed #​3596: Mermaid not working when headline with name 'Mermaid' present
  • Fixed #​3643: Reduce time to render pages with thousands of code blocks
  • Fixed #​3665: Missing styles for Mermaid.js flowcharts cluster labels

v8.2.4

Compare Source

  • Fixed malformed Google Fonts URL when a font setting was omitted
  • Fixed #​3648: Fixed specificity issue with admonitions in lists
  • Fixed #​3653: Invalid outdated version banner URL when using instant loading

v8.2.3

Compare Source

  • Fixed #​3578: Active element in table of contents off-by-one on large screens

v8.2.2

Compare Source

  • Added automatic removal of query parameter when search is closed
  • Fixed #​3599: Anchors always overriden when using navigation tracking

v8.2.1

Compare Source

  • Fixed module material.plugins not being found (8.2.0 regression)

v8.2.0

Compare Source

  • Added native support for Mermaid.js diagrams
  • Added native support for tags (with search integration)
  • Added support for staying on page when switching versions

v8.1.11

Compare Source

v8.1.10

Compare Source

  • Fixed cutoff of very wide logos in the sidebar on mobile

v8.1.9

Compare Source

v8.1.8

Compare Source

  • Added Latvian translations
  • Updated Giscus example integration with dynamic theme change support
  • Fixed #​3479: Back-to-top button not hidden when using sticky navigation tabs
  • Fixed #​3491: Logo in header and drawer doesn't honor aspect ratio

v8.1.7

Compare Source

  • Improved back-to-top button behavior - now not shown on anchor jump

v8.1.6

Compare Source

  • Fixed spacing of blockquotes (8.1.5 regression)
  • Fixed edge cases for rounded corners on code blocks (8.1.5 regression)
  • Fixed issues with code annotation line heights

v8.1.5

Compare Source

  • Improved browser support: Chrome 49+, Safari 10+, Firefox 53+, Edge 79+
  • Improved rendering of inline code blocks in headlines
  • Added Bahasa Malaysian translations
  • Fixed #​3354: MathJax formulas show vertical scrollbar

v8.1.4

Compare Source

  • Added indicator to navigation expander icon
  • Improved support for reduced motion preference
  • Fixed jitter of active content tab indicator

v8.1.3

Compare Source

  • Added animation to active content tab indicator
  • Fixed #​3360: Highlighted lines add blank lines in copied text
  • Fixed usage of subsequent index files when using section index pages

v8.1.2

Compare Source

  • Switched CSS sources to logical properties
  • Added transformation of logical properties to ltr/rtl equivalents
  • Fixed spacing for admonitions inside lists (8.1.1 regression)

v8.1.1

Compare Source

  • Added support for #only-light and #only-dark image hash fragments
  • Fixed copy-to-clipboard adding blank lines when using line anchors
  • Fixed code annotation directionality for right-to-left languages
  • Fixed header title positioning for right-to-left languages
  • Fixed admonition borders for right-to-left languages (8.0.0 regression)
  • Fixed footer navigation link positioning (8.0.0 regression)
  • Fixed footer navigation title breaking out of container when too long
  • Fixed shrinking arrow in navigation title when too long
  • Fixed #​3343: Filtered stopwords appear as missing search terms
  • Fixed #​3346: Site unusable due to usage of :not() (Firefox 78 ESR)

v8.1.0

Compare Source

  • Added basic support for code block line anchors
  • Switched code annotation markers to + signs to improve usability
  • Switched main site title to bold font
  • Improved admonition icon positioning to align when font-size is increased
  • Improved and simplified footnotes CSS
  • Improved and simplified code annotation positioning
  • Fixed syntax error in Russian translations

v8.0.5

Compare Source

  • Fixed #​3302: Footer refactoring induced ellipsis in some browsers
  • Fixed #​3313: Details always rendered closed on load (8.0.4 regression)

v8.0.4

Compare Source

  • Improved support for deeply nested code annotations
  • Improved code annotation and copy-to-clipboard interop
  • Improved styling for code annotations inside admonitions
  • Fixed #​3294: Lists after code blocks without code annotations disappearing
  • Fixed #​3274: Invalid anchor positioning when using instant loading
  • Fixed several positioning issues for code annotations
  • Fixed JavaScript source map roots

v8.0.3

Compare Source

  • Removed deprecated google_analytics setting (was forgotten in 8.0.0)
  • Fixed syntax error in Swedish and Polish translations
  • Fixed #​3283: Invalid back-to-top button position with sticky navigation tabs
  • Fixed #​3285: Default details marker showing due to Safari bug

v8.0.2

Compare Source

  • Fixed #​3275: Code annotations always disappear on click

v8.0.1

Compare Source

  • Improved rendering of code annotation markers
  • Fixed #​3265: Wrong margin on nested admonitions
  • Fixed wrong box-sizing for code annotations in details

v8.0.0

Compare Source

  • Added support for code annotations
  • Added support for anchor tracking
  • Added support for version warning
  • Added copyright partial for easier override
  • Removed deprecated content tabs legacy implementation
  • Removed deprecated seealso admonition type
  • Removed deprecated site_keywords setting (unsupported by MkDocs)
  • Removed deprecated prebuilt search index support
  • Removed deprecated web app manifest – use customization
  • Removed extracopyright variable – use new copyright partial
  • Removed Disqus integation – use customization
  • Switched to :is() selectors for simple selector lists
  • Switched autoprefixer from last 4 years to last 2 years
  • Improved CSS overall to match modern standards
  • Improved CSS variable semantics for fonts
  • Improved extensibility by restructuring partials
  • Improved handling of details when printing
  • Improved keyboard navigation for footnotes
  • Fixed #​3214: Search highlighting breaks site when empty

Please see the upgrade guide

v7.3.6

Compare Source

  • Added support for adding titles to code blocks

v7.3.5

Compare Source

  • Added support for setting table of contents title via mkdocs.yml
  • Fixed back-to-top button position for right-to-left languages

v7.3.4

Compare Source

  • Bumped MkDocs version to 1.2.3 to mitigate CVE-2021-40978
  • Fixed spacing issues when using integrate table of contents with tabs
  • Fixed some spacings issues for right-to-left languages
  • Fixed race condition in search initialization

v7.3.3

Compare Source

  • Rewrite of entire documentation
  • Adjusted height of new content tabs to match single line code blocks
  • Fixed new content tabs missing right padding in some browsers on overflow
  • Fixed new content tabs bleeding out of flex container on overflow
  • Fixed new content tabs overflow scrolling bugs on some browsers
  • Fixed new content tabs stealing keyboard access when active
  • Fixed some spacings issues for right-to-left languages

v7.3.2

Compare Source

  • 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

v7.3.1

Compare Source

  • 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

v7.3.0

Compare Source

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

v7.2.8

Compare Source

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

v7.2.7

Compare Source

  • 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)

v7.2.6

Compare Source

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

v7.2.5

Compare Source

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

v7.2.4

Compare Source

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

v7.2.3

Compare Source

  • 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

v7.2.2

Compare Source

  • Updated Korean translations
  • Fixed #​2879: Search highlighting does not properly escape HTML

v7.2.1

Compare Source

  • Fixed #​2862: Back-to-top button overlays active search bar

v7.2.0

Compare Source

  • Added support for search suggestions to save keystrokes
  • Added support for search highlighting
  • Added support for search sharing (i.e. deep linking)

v7.1.11

Compare Source

  • Updated Spanish and Galician translations

v7.1.10

Compare Source

  • Refactored appearance of back-to-top button
  • Fixed graceful handling of search when browsing locally

v7.1.9

Compare Source

  • Improved search language support for Thai and Hindi
  • Fixed #​2761: License comments lined up at end of file

v7.1.8

Compare Source

  • Refactored analytics integration (because of MkDocs 1.2)
  • Added support for Google Analytics 4 (gtag.js)
  • Fixed missing escape for aria-label in footer links

v7.1.7

Compare Source

  • Improved screen reader support

v7.1.6

Compare Source

  • Deprecated seealso admonition qualifier
  • Added Mongolian and updated Chinese translations
  • Fixed #​2429: Version selector not touch-friendly on Android devices
  • Fixed #​2703: Printed 'Initializing search' albeit ready on mobile

v7.1.5

Compare Source

  • Fixed #​2655: Details breaking page margins on print

v7.1.4

Compare Source

  • Added support for git-revision-date-localized plugin creation date
  • Improved footnote styles on :target and :focus

v7.1.3

Compare Source

  • Fixed #​2586: Empty table of contents shown (7.1.2 regression)

v7.1.2

Compare Source

  • Fixed #​2554: List markers sometimes overlap floated elements
  • Fixed #​2563: Adding a class to a h1 breaks the table of contents
  • Fixed #​2566: Back-to-top button clickable when invisible

v7.1.1

Compare Source

  • Fixed #​2501: Nested definition lists compound bottom margin
  • Fixed #​2508: Switch extracopyright block to template variable
  • Fixed #​2533: Search (and other parts) not working in Safari <14
  • Fixed #​2538: Visual quirk when opening language selector

v7.1.0

Compare Source

  • Added support for back-to-top button
  • Added support for color palette toggle
  • Added latest release to repository info (GitHub)
  • Slight facelift of repository info (lighter fonts, spacing and icons)

v7.0.7

Compare Source

  • Updated Hungarian translations
  • Fixed #​2466: Docker image not based on latest Python and Alpine
  • Fixed #​2488: Inconsistent header shadow behavior
  • Fixed #​2492: Inline code blocks in admonition titles missing background

v7.0.6

Compare Source

  • Added trailing slash to version selector URL
  • Added support for out-of-order anchors in table of contents
  • Added extra.homepage option to link logo to arbitrary URL
  • Improved security of Docker image (always update apk)
  • Fixed horizontal spacing for nested inline admonitions
  • Fixed text color of nested code blocks inside links
  • Fixed version selector to always use version title
  • Fixed logo link when using versioning with instant loading

v7.0.5

Compare Source

  • Added extracopyright block to allow for custom copyright info
  • Fixed evaluation of third-party scripts when using instant loading
  • Fixed edge cases when using instant loading without directory URLs
  • Fixed handling of version selector when using instant loading
  • Fixed regression with header title not being updated correctly
  • Fixed expanded sections not opening on first click (7.0.4 regression)

v7.0.4

Compare Source

  • Added Islandic translations
  • Fixed #​2386: Section close requires two clicks (navigation expansion)
  • Fixed console error when search is disabled (7.0.0 regression)
  • Fixed localsearch integration (7.0.0 regression)

v7.0.3

Compare Source

  • Fixed JavaScript errors in older browsers (target ES2020 -> ES2015)

v7.0.2

Compare Source

  • Fixed #​2343: Invalid source map URLs for JS and CSS files
  • Fixed #​2347: Version selector missing when using versioning

v7.0.1

Compare Source

  • Fixed #​2334: Google Analytics triggers page view twice (7.0.0 regression)
  • Fixed #​2336: Details bleed into inline admonitions
  • Fixed #​2337: Images don't align correctly (7.0.0 regression)

v7.0.0

Compare Source

  • 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

v6.2.8

Compare Source

  • Updated Japanese and Polish translations
  • Fixed #​2261: Print dialog auto-closing when using instant loading

v6.2.7

Compare Source

  • Fixed #​2251: Updated Docker image to latest Alpine Linux

v6.2.6

Compare Source

  • Added Bulgarian translations
  • Fixed #​2233: Search not shown when using header autohiding

v6.2.5

Compare Source

  • Fixed syntax error in Swedish translations
  • Optimized navigation partials to improve build speed for huge docs

v6.2.4

Compare Source

  • Fixed #​2156: Missing syntax highlighting for binary numbers
  • Fixed #​2186: Disqus showing on 404 page

v6.2.3

Compare Source

  • Added back hidden overflow on root container
  • Fixed #​2142: MathJax formulas sometimes have vertical scrollbars

v6.2.2

Compare Source

  • Removed Markdown version range limit (6.2.0 regression)

v6.2.1

Compare Source

  • Fixed all import and asset paths in templates (6.2.0 regression)
  • Downgraded webpack-asset-manifest-plugin - broke all asset paths

v6.2.0

Compare Source

  • Added support for navigation sections
    • Added support for navigation expansion
    • Added support for integrating table of contents into navigation
    • Added support for auto-hiding header on scroll
    • Added support for hiding navigation and table of contents per page
    • Added support for arbitrary items in navigation tabs
    • Refactored navigation tabs to simplify grouping behavior
    • Fixed anchor offset for permalinks in Safari (partial revert)
    • Fixed #​2098: Active tab sometimes not highlighted correctly
    • Improved appearance for horizontal rulers
    • Improved Spanish and Swedish translations

v6.1.7

Compare Source

  • Fixed #​2081: Fixed stats for private GitHub repositories
  • Fixed alignment for admonition icon alignment for right-to-left languages

v6.1.6

Compare Source

  • Fixed #​2048: Math formulas show scrollbars (Windows)

v6.1.5

Compare Source

  • Fixed search reset button not showing/hiding correctly

v6.1.4

Compare Source

  • Fixed sidebar jitter when scrolling footer into view

v6.1.3

Compare Source

  • Added support for keywords meta tag
  • Fixed #​2027: Line numbers don't scale with smaller font size
  • Fixed link colors for black and white on slate color scheme
  • Removed focus outline on scrolling code blocks for pointer devices

v6.1.2

Compare Source

  • Fixed sizing of icons in Admonition, Tasklist, etc. (6.1.1 regression)

v6.1.1

Compare Source

  • Fixed #​2019: Page title not correctly updated when using instant loading

v6.1.0

Compare Source

  • Fixed #​1973: Added support for printing in dark mode
  • Fixed #​1974: Added support for printing content tabs
  • Fixed #​1995: Improved customizability of details extension

v6.0.2

Compare Source

  • Added Georgian translations
  • Added escaping for link title attributes where necessary
  • Fixed #​1956: Pages with whitespace in names have invalid links in search
  • Removed unnecessary (duplicated) link title attributes

v6.0.1

Compare Source

  • Fixed stemmer support for file:// protocol through iframe-worker
  • Fixed details marker showing for search result in Firefox
  • Fixed tabbing behavior when search query is not empty
  • Switched TypeScript compilation target to ES2015
  • Reduced size of JavaScript by 36% (176kb113kb)
  • Removed mkdocs and readthedocs themes from Docker image

v6.0.0

Compare Source

Thanks to all sponsors for making this release possible!

  • Improved search result look and feel
  • Improved search result stability while typing
  • Improved search result grouping (pages + headings)
  • Improved search result relevance and scoring
  • Added display of missing query terms to search results
  • Reduced size of vendor bundle by 25% (84kb67kb)
  • Reduced size of the Docker image to improve CI build performance
  • Removed hero partial in favor of custom implementation
  • Removed deprecated front matter features

v5.5.14

Compare Source

  • Improved spacing around image captions
  • Fixed #​1939: Long tables cause header overlap in print view

v5.5.13

Compare Source

  • Improved abbreviations on touch devices

v5.5.12

Compare Source

  • Fixed #​1638: occasional 404 for images when using instant loading

v5.5.11

Compare Source

  • Fixed Disqus integration, as the minifier killed the config

v5.5.10

Compare Source

  • Improved rendering by moving Disqus integration after page load
  • Fixed #​1887: Moved navigation icons to CSS to reduce size of HTML

v5.5.9

Compare Source

  • Added Esperanto translations
  • Fixed #​1884: External links not included in navigation tabs

v5.5.8

Compare Source

  • Removed focus outline on details and content tabs for pointer devices
  • Improved accessibility of content tabs (now navigable via arrow keys)
  • Fixed #​1877: 404 on search index when search is disabled
  • Fixed some memleaks in observable subscriptions
  • Fixed color definitions for theme-color meta tag

v5.5.7

Compare Source

  • Improved contrast ratio to 4.5:1 for syntax highlighting
  • Improved contrast ratio to 4.5:1 for table of contents

v5.5.6

Compare Source

  • Switched base template for 404.html to main.html
  • Fixed #​1864: GitHub organisation stats not loading

v5.5.5

Compare Source

  • Fixed missing vendor and worker distribution files

v5.5.4

Compare Source

  • Added support for sortable data tables

v5.5.3

Compare Source

  • Fixed search for languages other than English (5.5.1 regression)

v5.5.2

Compare Source

  • Improved highlight colors and spacing for ins, del and mark
  • Changed some keyboard symbols for better equivalents
  • Removed focus outline for details and code blocks on touch devices
  • Fixed margins for Admonitions (5.5.1 regression)
  • Fixed too small content tab labels (5.5.1 regression)
  • Fixed icon repeating for custom admonition icons

v5.5.1

Compare Source

  • Improved typesetting by basing font-size and spacings on em
  • Improved print view by slightly scaling down font-size
  • Changed custom site title (metadata) to be suffixed with site name
  • Fixed top- and bottom spacing of paragraphs inside table cells

v5.5.0

Compare Source

  • Rewrite of entire documentation
  • Rewrite of syntax highlighting to be customizable with CSS variables
  • Improved syntax highlighting to work with light and dark theme
  • Improved slate color scheme to be more customizable and easier on the eyes
  • Added licenses of icon sets to distribution files
  • Fixed stale document titles in Google Analytics when using instant loading
  • Fixed width of previous and next footer links for tablet and above
  • Fixed issues with top scroll margin for footnotes
  • Fixed top margin for tabbed content when using a JavaScript highlighter
  • Deprecated metadata-based redirects, source links and heroes

v5.4.0

Compare Source

  • Added support to wrap searches in quotes to switch from OR to AND
  • Fixed highlighting of numbers in search results

v5.3.3

Compare Source

  • Added Bengali translations
  • Fixed #​1773: Search for numbers does not return any result (regression)

v5.3.2

Compare Source

  • Improved search type-ahead experience with non-Latin characters
  • Fixed #​1753: Japanese search doesn't work anymore

v5.3.1

Compare Source

  • Fixed #​1761: Duplication of search worker when subscribing to observable

v5.3.0

Compare Source

  • Added support for color schemes based on user preference
  • Fixed #​1755: Tokenizer separator setting ignored

v5.2.3

Compare Source

  • Improved search typeahead behavior for some languages (de, fr, ...)
  • Improved styles for scrollbars on Firefox
  • Fixed #​1741: Removed preconnect hint for Google Analytics

v5.2.2

Compare Source

  • Fixed #​1728: Legacy Edge doesn't support deg values in hsla colors

v5.2.1

Compare Source

  • Fixed color of links in table headers, e.g. footnotes
  • Fixed color scheme not being applied without primary or accent color
  • Fixed hover delay for links inside code blocks

Configuration

📅 Schedule: "before 2am" (UTC).

🚦 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, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 29, 2021
@renovate renovate bot force-pushed the renovate/mkdocs-material-8.x branch from f012f05 to 33a49ef Compare January 11, 2022 07:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant