8000 Comparing 1.5.1...1.5.2 · mkdocs/mkdocs · GitHub
[go: up one dir, main page]

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.5.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.5.2
Choose a head ref
  • 5 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 1, 2023

  1. Restore functionality of --no-livereload (#3320)

    and nearby refactor
    oprypin authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    fcb2da3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    63052bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4944c9f View commit details
    Browse the repository at this point in the history
  3. Change extr 91F3 a_javascript items to usually be strings again (#3324)

    In 1.5.0 `extra_javascript` was changed to become a `list[ExtraScriptValue]`, but strings could sneak in anyway, although MkDocs would never put them there anymore.
    
    Let's change it to officially be `list[ExtraScriptValue | str]` but typically these items will be strings once again, unless specified as a dictionary in the config in the first place. This will guard plugins that aren't updated yet from a breakages unless users actually use `mjs` files.
    oprypin authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    91e37ae View commit details
    Browse the repository at this point in the history
  4. Release 1.5.2 (#3330)

    oprypin authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    79f17b4 View commit details
    Browse the repository at this point in the history
Loading
0