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: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9.5.15
Choose a base ref
...
head repository: squidfunk/mkdocs-material
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.5.17
Choose a head ref
  • 20 commits
  • 69 files changed
  • 9 contributors

Commits on Mar 23, 2024

  1. Updated Insiders changelog

    squidfunk committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    5458039 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Updated dependencies

    squidfunk committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f27b93e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    ad72336 View commit details
    Browse the repository at this point in the history
  2. Updated Russian translations

    Co-authored-by: natakazakova <17986517+natakazakova@users.noreply.github.com>
    squidfunk and natakazakova committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    01b2dd1 View commit details
    Browse the repository at this point in the history
  3. Switched to Babel's format_datetime to allow for time in formatted …

    …dates (#6981)
    
    * Use Babel's `format_datetime`, not `format_date`
    
    I am using MkDocs-Material 9.5.15 and Babel 2.14.0. When setting the config value `blog.post_date_format: "yyyy-MM-dd hh:mm:ss"`, the blog plugin crashes during compilation with the error "date objects have no hour field".
    
    I believe this is occurring because the plugin provides a `datetime` to `babel.dates.format_date`, which upcasts it to a plain, timeless, `date`. Making this change to use `babel.dates.format_datetime` instead resolved the error and demonstrated expected behavior.
    
    While I recognize that it is likely uncommon for a blog to want to include sub-date timestamps in any of these fields, I believe that the current documentation,
    
    > The format string must adhere to babel's pattern syntax and should not contain whitespace
    
    implies that _any_ of Babel's pattern markers are acceptable here. I would consider 
    
    > The format string must adhere to Babel's pattern syntax for calendar dates and should not contain whitespace
    
    to also be a sufficient fix for this case.
    
    ----
    
    Thank you for your effort in creating this project; it has been a wonderful benefit to my team, and this is the first minor problem we've had in months of using it.
    
    * Make the change in src/, not material/
    szg-alex-payne authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    abfac1a View commit details
    Browse the repository at this point in the history
  4. Improved error handling on social plugin (#6818)

    * fix(social): CairoSVG OSError handling in social plugin
    
    Related issue: #6817
    
    Co-authored-by: Guts <1596222+Guts@users.noreply.github.com>
    
    * feat(docs): Add troubleshooting guide for CairoSVG crash
    
    ---------
    
    Co-authored-by: Kamil Krzyśków <kamilzary@gmail.com>
    Co-authored-by: Guts <1596222+Guts@users.noreply.github.com>
    Co-authored-by: Martin Donath <martin.donath@squidfunk.com>
    4 people authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a2cb35d View commit details
    Browse the repository at this point in the history
  5. Updated dependencies

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    9e40207 View commit details
    Browse the repository at this point in the history
  6. Updated dependencies

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f2bfab9 View commit details
    Browse the repository at this point in the history
  7. Prepare 9.5.16 release

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    6c9ba87 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29cf44b View commit details
    Browse the repository at this point in the history
  9. Updated changelog

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0db4e66 View commit details
    Browse the repository at this point in the history
  10. Updated Insiders changelog

    squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    8956524 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e71f00b View commit details
    Browse the repository at this point in the history
  12. Updated slugify documentation

    Unicode, case-sensitive reference setting causes error below.
    
    ```
    yaml.constructor.ConstructorError: expected a mapping node, but found scalar
    ```
    
    Update related sections in the documentation to address this issue.
    
    Newer Python-Markdown has `slugify_unicode` built-in, so this
    
    ```yaml
    markdown_extensions:
      - toc:
          slugify: !!python/name:markdown.extensions.toc.slugify_unicode
    ```
    
    also works for case-insensitive use cases.
    
    Fixes: ee1e675 ("Update slug reference")
    kuanyili authored and squidfunk committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7d6d8d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Fix typos

    deining committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7e13ae6 View commit details
    Browse the repository at this point in the history
  2. Documentation

    Fix typos
    squidfunk authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e741f80 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    1041766 View commit details
    Browse the repository at this point in the history
  2. Updated Serbian translations

    Co-authored-by: stcksmsh <107367925+stcksmsh@users.noreply.github.com>
    squidfunk and stcksmsh committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a3655e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78e93ac View commit details
    Browse the repository at this point in the history
  4. Prepare 9.5.17 release

    squidfunk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    570161a View commit details
    Browse the repository at this point in the history
Loading