Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mkdocs/mkdocs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.1
Choose a base ref
...
head repository: mkdocs/mkdocs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.4.2
Choose a head ref
  • 12 commits
  • 28 files changed
  • 2 contributors

Commits on Oct 15, 2022

  1. Configuration menu
    Copy the full SHA
    faba3f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Chore dependency upgrade

    oprypin committed Oct 16, 2022
    Configuration menu
    Copy the full SHA
    0584e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Let plugins put strings into warnings

    even though they should be 2-tuples.
    
    Fixes #3014
    oprypin committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    427d553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d73c2a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2022

  1. Merge pull request #3016 from mkdocs/optw

    Update warnings of config options
    oprypin authored Oct 23, 2022
    Configuration menu
    Copy the full SHA
    d76cae9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    1fa2af7 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    32359f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c576f07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f190c35 View commit details
    Browse the repository at this point in the history
  4. Chore dependency upgrade

    oprypin committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    452c39e View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Support multiple instances of the same plugin (#3027)

    Depending on what a plugin does, say if it "adds a thing" into the site, it can be reasonable to allow it to be specified multiple times in the `plugins:` list, so it can "add multiple things". Previously such a use case was completely not predicted in MkDocs, so it silently passes but is bugged - the plugin runs twice but with only one of the configs both times.
    
    So, this commit addresses that by registering a plugin `- foo:` as `'foo'`, and then if another plugin `- foo:` appears, it gets registered as `'foo #2'` (the name affects primarily just how it's referred to in warnings and errors).
    
    By default, a warning will appear from MkDocs anyway, unless the plugin adds a class variable `supports_multiple_instances = True`.
    oprypin authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    c99ec45 View commit details
    Browse the repository at this point in the history
  2. Release 1.4.2 (#3032)

    oprypin authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ec7eee6 View commit details
    Browse the repository at this point in the history
Loading