1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-12 10:00:52 +01:00
mkdocs-material/docs/insiders/changelog.md

749 lines
26 KiB
Markdown
Raw Normal View History

2020-12-21 17:38:58 +01:00
# Changelog
## Material for MkDocs Insiders
2023-03-24 14:00:48 +01:00
### 4.32.4 <small>March 24, 2023</small> { id="4.32.4" }
- Fixed #5241: Built-in typeset plugin jams navigation for anchors in headings
2023-03-09 20:48:16 +01:00
### 4.32.3 <small>March 9, 2023</small> { id="4.32.3" }
- Fixed Docker image release workflow (9.1.0 regression)
- Fixed #5159: Missing underline for abbreviations (9.1.0 regression)
2023-03-02 10:29:20 +01:00
### 4.32.2 <small>February 23, 2023</small> { id="4.32.2" }
- Fixed #5127: Privacy plugin not handling large number of occurrences
- Fixed #5126: Privacy plugin breaks when replacing specific emojis
2023-02-23 14:23:37 +01:00
### 4.32.1 <small>February 23, 2023</small> { id="4.32.1" }
- Fixed code block spans interfering with copying
- Fixed #5077: Privacy plugin breaks image `alt` text encoding
- Fixed #5079: Privacy plugin removing `rel=me` on external links
2023-02-19 17:36:23 +01:00
### 4.32.0 <small>February 19, 2023</small> { id="4.32.0" }
- Added support for custom selectors for code annotations
- Added support for code line range selection for better sharing
2023-02-18 15:35:15 +01:00
### 4.31.0 <small>February 18, 2023</small> { id="4.31.0" }
- Added support for table of contents on blog index and archive pages
- Fixed #4512: Allow custom search field boosts (experimental)
2023-02-13 18:14:59 +01:00
### 4.30.2 <small>February 13, 2023</small> { id="4.30.2" }
- Fixed privacy plugin excludes not working (4.30.0 regression)
2023-02-12 23:33:39 +01:00
### 4.30.1 <small>February 12, 2023</small> { id="4.30.1" }
- Fixed privacy plugin not handling static templates (e.g. `404.html`)
2023-02-06 15:09:32 +01:00
### 4.30.0 <small>February 6, 2023</small> { id="4.30.0" }
- Rewrite of privacy plugin for concurrency, now twice as fast
- Added support for explicit inclusion for privacy plugin
- Added optimization support for privacy plugin (+ optimize plugin)
2023-01-21 17:58:58 +01:00
### 4.29.0 <small>January 21, 2023</small> { id="4.29.0" }
- Added built-in optimize plugin for automatically compressing images
- Switched reporting in built-in privacy plugin to `info` level
2023-01-17 21:20:16 +01:00
### 4.28.1 <small>January 17, 2023</small> { id="4.28.1" }
- Fixed built-in info plugin erroring for Insiders on version check
- Fixed #4865: Navigation paths render bug when there's no top-level section
- Fixed #4875: Added support for hiding navigation paths
- Improved navigation path to not render for a single item
2023-01-15 10:43:30 +01:00
### 4.28.0 <small>January 14, 2023</small> { id="4.28.0" }
2023-01-14 20:31:10 +01:00
- Added support for navigation path (breadcrumbs)
2023-01-08 13:19:47 +01:00
### 4.27.1 <small>December 20, 2022</small> { id="4.27.1" }
- Fixed rendering of succeeding navigation items in typeset plugin
- Fixed #4795: Built-in typeset plugin changes MkDocs' title precedence
- Fixed #4724: Blog plugin not rendering integrate table of contents
2023-01-01 20:03:22 +01:00
### 4.27.0 <small>December 20, 2022</small> { id="4.27.0" }
2022-12-20 22:44:07 +01:00
- Added built-in typeset plugin to preserve formatting in sidebars
- Added URL and table of contents support for blog categories
2023-01-01 20:03:22 +01:00
### 4.26.6 <small>November 28, 2022</small> { id="4.26.6" }
2022-11-28 13:34:12 +01:00
- Fixed #4683: Tags plugin crashes when a tag is empty
2023-01-01 20:03:22 +01:00
### 4.26.5 <small>November 27, 2022</small> { id="4.26.5" }
2022-11-27 12:47:06 +01:00
- Fixed #4632: Post excerpt title link doesn't point to top of the page
2023-01-01 20:03:22 +01:00
### 4.26.4 <small>November 27, 2022</small> { id="4.26.4" }
2022-11-27 12:01:52 +01:00
- Fixed redundant file extension when using privacy plugin
2023-01-01 20:03:22 +01:00
### 4.26.3 <small>November 15, 2022</small> { id="4.26.3" }
2022-11-15 19:52:45 +01:00
- Fixed #4637: Attachments w/o titles in related links error in blog plugin
- Fixed #4631: Remote favicons not downloaded and inlined by privacy plugin
2023-01-01 20:03:22 +01:00
### 4.26.2 <small>November 3, 2022</small> { id="4.26.2" }
2022-11-03 17:25:07 +01:00
- Updated MkDocs to 1.4.2
- Added support for tag compare functions when sorting on index pages
- Fixed footnotes being rendered in post excerpts without separators
- Fixed error in blog plugin when `toc` extension is not enabled
- Fixed issues with invalid asset paths and linked post titles
- Fixed #4572: Privacy plugin fails when symlinks cannot be created
- Fixed #4545: Blog plugin doesn't automatically link headline to post
- Fixed #4542: Blog plugin doesn't allow for multiple instances
- Fixed #4532: Blog plugin doesn't allow for mixed use of date and datetime
2023-01-01 20:03:22 +01:00
### 4.26.1 <small>October 22, 2022</small> { id="4.26.1" }
2022-10-22 05:30:36 +02:00
- Improved reporting of configuration errors in tags plugin
- Fixed #4515: Privacy plugin fails when site URL is not defined
- Fixed #4514: Privacy plugin doesn't fetch Google fonts (4.26.0 regression)
2023-01-01 20:03:22 +01:00
### 4.26.0 <small>October 18, 2022</small> { id="4.26.0" }
- Refactored privacy plugin to prepare for new features
- Added support for `rel=noopener` links in privacy plugin
- Resolve encoding issues with blog and privacy plugin
2023-01-01 20:03:22 +01:00
### 4.25.5 <small>October 16, 2022</small> { id="4.25.5" }
2022-10-16 13:16:14 +02:00
- Updated MkDocs to 1.4.1
- Added namespace prefix to built-in plugins
- Updated `content` and `header` partial
2023-01-01 20:03:22 +01:00
### 4.25.4 <small>October 9, 2022</small> { id="4.25.4" }
2022-10-09 13:43:06 +02:00
- Fixed other path issues for standalone blogs (4.24.2 regression)
2023-01-01 20:03:22 +01:00
### 4.25.3 <small>October 9, 2022</small> { id="4.25.3" }
2022-10-09 09:28:46 +02:00
- Fixed #4457: Posts not collected for standalone blog (4.24.2 regression)
2023-01-01 20:03:22 +01:00
### 4.25.2 <small>October 4, 2022</small> { id="4.25.2" }
2022-10-04 15:22:10 +02:00
- Fixed #4452: Blog and tags plugin crash when specifying slugify function
2023-01-01 20:03:22 +01:00
### 4.25.1 <small>October 3, 2022</small> { id="4.25.1" }
2022-10-03 19:34:55 +02:00
- Updated `mkdocs-rss-plugin` in `Dockerfile` to fix MkDocs compat errors
2023-01-01 20:03:22 +01:00
### 4.25.0 <small>October 2, 2022</small> { id="4.25.0" }
2022-10-02 16:42:48 +02:00
- Added support for navigation subtitles
- Added support for defining an allow list for built-in tags plugin
- Added support for custom slugify functions for built-in tags plugin
- Improved stability of search plugin when using `--dirtyreload`
2023-01-01 20:03:22 +01:00
### 4.24.2 <small>October 1, 2022</small> { id="4.24.2" }
2022-10-01 16:52:27 +02:00
- Updated MkDocs to 1.4
- Fixed compatibility issues with MkDocs 1.4
- Fixed incorrectly generated paths in privacy plugin
- Fixed blog index page not showing navigation when using meta plugin
2023-01-01 20:03:22 +01:00
### 4.24.1 <small>September 30, 2022</small> { id="4.24.1" }
2022-10-01 16:52:27 +02:00
- Fixed #4430: build error when enabling consent without repository URL
2023-01-01 20:03:22 +01:00
### 4.24.0 <small>September 27, 2022</small> { id="4.24.0" }
- Added support for custom content on index pages (blog)
- Added support for keeping content on paginated index pages (blog)
- Added support for limiting categories in post excerpts (blog)
- Added support for simple override of templates via front matter (blog)
- Added icon in navigation for pages with encrypted content
- Fixed #4396: Front matter of index pages not inherited by pagination (blog)
- Improved performance by building post excerpts once (blog)
2023-01-01 20:03:22 +01:00
### 4.23.6 <small>September 22, 2022</small> { id="4.23.6" }
2022-09-22 18:01:08 +02:00
- Fixed #4389: Blog posts in first week of year in wrong archive
- Fixed (= switched) footer previous and next links for blog posts
2023-01-01 20:03:22 +01:00
### 4.23.5 <small>September 18, 2022</small> { id="4.23.5" }
2022-09-18 16:53:13 +02:00
- Fixed #4367: Improved blog plugin date handling for MultiMarkdown syntax
- Fixed #4374: Fixed invalid URLs of related links to other blog posts
2023-01-01 20:03:22 +01:00
### 4.23.4 <small>September 14, 2022</small> { id="4.23.4" }
2022-09-14 23:27:55 +02:00
- Fixed #4365: Recursion error in blog plugin due to `deepcopy`
- Fixed path errors for blog plugin on Windows
- Fixed publishing workflow in forked repositories
2023-01-01 20:03:22 +01:00
### 4.23.3 <small>September 13, 2022</small> { id="4.23.3" }
2022-09-13 13:27:13 +02:00
- Fixed previous and next page links for drafts of blog posts
2023-01-01 20:03:22 +01:00
### 4.23.2 <small>September 13, 2022</small> { id="4.23.2" }
2022-09-13 13:27:13 +02:00
- Fixed #4348: Blog plugin crashes on custom `nav` title
- Fixed blog plugin crashing when category contained only drafts
- Fixed rendering of content from blog index file
2023-01-01 20:03:22 +01:00
### 4.23.1 <small>September 12, 2022</small> { id="4.23.1" }
2022-09-12 16:35:45 +02:00
- Fixed #4345: Blog plugin errors with default settings
2023-01-01 20:03:22 +01:00
### 4.23.0 <small>September 12, 2022</small> { id="4.23.0" }
2022-09-12 10:10:48 +02:00
- Added blogging support via built-in blog plugin
2023-01-01 20:03:22 +01:00
### 4.22.1 <small>September 7, 2022</small> { id="4.22.1" }
2022-09-07 21:10:37 +02:00
- Fixed #4217: Tooltips in data tables render in wrong position
2023-01-01 20:03:22 +01:00
### 4.22.0 <small>August 21, 2022</small> { id="4.22.0" }
2022-08-21 18:55:23 +02:00
- Added support for navigation status
2023-01-01 20:03:22 +01:00
### 4.21.1 <small>August 13, 2022</small> { id="4.21.1" }
2022-08-13 11:45:59 +02:00
- Fixed #4176: Broken image when avatar is served by Gravatar
- Fixed #4212: Deferred search initialization for file:// locations
2023-01-01 20:03:22 +01:00
### 4.21.0 <small>July 17, 2022</small> { id="4.21.0" }
- Added meta plugin: set front matter for all pages in a folder
- Fixed #4114: Tags plugin fails if only `tags_extra_files` is set
2023-01-01 20:03:22 +01:00
### 4.20.1 <small>July 11, 2022</small> { id="4.20.1" }
2022-07-11 10:01:29 +02:00
- Fixed #4105: Tags plugin fails if `tags_file` is not set (4.20.0 regression)
2023-01-01 20:03:22 +01:00
### 4.20.0 <small>July 7, 2022</small> { id="4.20.0" }
2022-07-07 18:59:59 +02:00
- Added support for additional tags indexes
- Fixed #4100: Tag icons not shown in tags index
2023-01-01 20:03:22 +01:00
### 4.19.2 <small>July 4, 2022</small> { id="4.19.2" }
2022-07-04 13:36:52 +02:00
- Fixed #4051: Privacy plugin fails if symlinking isn't allowed on Windows
2023-01-01 20:03:22 +01:00
### 4.19.1 <small>June 25, 2022</small> { id="4.19.1" }
2022-06-25 22:20:13 +02:00
- Added `mkdocs-git-committers-plugin` to Dockerfile
- Added `mkdocs-git-revision-date-localized-plugin` to Dockerfile
2023-01-01 20:03:22 +01:00
### 4.19.0 <small>June 24, 2022</small> { id="4.19.0" }
2022-06-24 15:24:45 +02:00
- Added support for document contributors
- Updated French translations for cookie consent
2023-01-01 20:03:22 +01:00
### 4.18.2 <small>June 16, 2022</small> { id="4.18.2" }
2022-06-16 12:57:41 +02:00
- Fixed #4026: Fixed tooltips not mounted for nested navigation links
2023-01-01 20:03:22 +01:00
### 4.18.1 <small>June 14, 2022</small> { id="4.18.1" }
2022-06-14 17:07:05 +02:00
- Fixed #3990: Chinese search highlighting not working on non-boundaries
2023-01-01 20:03:22 +01:00
### 4.18.0 <small>June 11, 2022</small> { id="4.18.0" }
2022-06-11 11:09:20 +02:00
- Added support for automatic dark/light mode
- Fixed #4009: Privacy plugin uses invalid paths for file cache on Windows
2023-01-01 20:03:22 +01:00
### 4.17.2 <small>June 5, 2022</small> { id="4.17.2" }
2022-06-05 18:16:51 +02:00
- Added support for custom jieba dictionaries (Chinese search)
2023-01-01 20:03:22 +01:00
### 4.17.1 <small>June 5, 2022</small> { id="4.17.1" }
2022-06-05 13:32:24 +02:00
- Added support for cookie consent reject button
- Added support for cookie consent custom button ordering
- Fixed #3988: Content tab not focused after alternating anchor links
2023-01-01 20:03:22 +01:00
### 4.17.0 <small>June 4, 2022</small> { id="4.17.0" }
2022-06-04 13:29:47 +02:00
- Added support for content tabs anchor links (deep linking)
- Fixed #3975: Detect composition events in search interface (Chinese)
- Fixed #3980: Search plugin doesn't use title set via front matter
2023-01-01 20:03:22 +01:00
### 4.16.2 <small>May 29, 2022</small> { id="4.16.2" }
2022-05-29 10:29:42 +02:00
- Fixed #3961: Nested sections triggered build error for navigation tabs
2023-01-01 20:03:22 +01:00
### 4.16.1 <small>May 28, 2022</small> { id="4.16.1" }
2022-05-28 17:44:57 +02:00
- Switched feedback widget rating titles to tooltips
- Improved contrast of link colors for light/dark color schemes
- Fixed #3950: Sticky navigation tabs rendering broken (4.15.2 regression)
- Fixed #3958: Links invisible when using `white` primary color
2023-01-01 20:03:22 +01:00
### 4.16.0 <small>May 25, 2022</small> { id="4.16.0" }
2022-05-28 13:57:14 +02:00
2022-05-25 09:50:27 +02:00
- Added support for navigation pruning
- Fixed search results for non-segmented characters (4.15.2 regression)
2023-01-01 20:03:22 +01:00
### 4.15.2 <small>May 22, 2022</small> { id="4.15.2" }
2022-05-22 14:42:25 +02:00
2022-05-22 14:42:54 +02:00
- Removed workaround for `abbr` on touch devices (superseded by tooltips)
2022-05-22 14:42:25 +02:00
- Fixed #3915: Improved Chinese search query segmentation
- Fixed #3938: Fixed tooltips position for navigation titles with ellipsis
2023-01-01 20:03:22 +01:00
### 4.15.1 <small>May 14, 2022</small> { id="4.15.1" }
2022-05-14 15:57:30 +02:00
2023-02-16 16:21:11 +01:00
- Improved performance of element focus observables
2022-05-14 15:57:30 +02:00
- Fixed #3531: Added prev/next buttons to content tabs
- Fixed tooltip positioning when host element is hidden
2023-01-01 20:03:22 +01:00
### 4.15.0 <small>May 8, 2022</small> { id="4.15.0" }
2022-05-08 17:54:58 +02:00
- Added support for improved tooltips
2022-05-08 17:57:08 +02:00
- Fixed #3785: Show tooltip on hover for overflowing navigation link
2022-05-08 17:54:58 +02:00
2023-01-01 20:03:22 +01:00
### 4.14.0 <small>May 5, 2022</small> { id="4.14.0" }
2022-05-05 09:36:38 +02:00
- Added Chinese language support to built-in search plugin
- Fixed all-numeric page titles raising error in social plugin
2023-01-01 20:03:22 +01:00
### 4.13.2 <small>April 30, 2022</small> { id="4.13.2" }
2022-04-30 19:31:53 +02:00
- Improved caching of downloaded resources in privacy plugin
- Fixed #3851: External images not downloaded by privacy plugin
2023-01-01 20:03:22 +01:00
### 4.13.1 <small>April 25, 2022</small> { id="4.13.1" }
2022-04-25 10:27:52 +02:00
- Fixed #3839: Tags plugin breaks without icons (4.13.0 regression)
2023-01-01 20:03:22 +01:00
### 4.13.0 <small>April 24, 2022</small> { id="4.13.0" }
2022-04-24 22:55:41 +02:00
- Added support for tag icons
2023-01-01 20:03:22 +01:00
### 4.12.0 <small>March 27, 2022</small> { id="4.12.0" }
2022-03-27 15:56:47 +02:00
- Added support for card grids and grid layouts
- Fixed #3685: Annotations sometimes broken when using instant loading
- Fixed #3742: Automatically add Mermaid.js when building for offline usage
2023-01-01 20:03:22 +01:00
### 4.11.0 <small>March 6, 2022</small> { id="4.11.0" }
2022-03-06 14:26:04 +01:00
- Added support for excluding external assets from privacy plugin
2023-01-01 20:03:22 +01:00
### 4.10.1 <small>March 2, 2022</small> { id="4.10.1" }
2022-03-02 14:52:43 +01:00
- Added missing build dependencies to Dockerfile
- Fixed encoding issues in privacy plugin, now forcing UTF-8 encoding
- Fixed #3624: Scroll to active navigation item unreliable in Firefox
- Fixed #3642: Privacy plugin errors when font setting was omitted
2023-01-01 20:03:22 +01:00
### 4.10.0 <small>February 27, 2022</small> { id="4.10.0" }
2022-02-27 15:22:50 +01:00
- Added support for offline plugin (supersedes offline search support)
- Improved built-in privacy plugin to download nested JavaScript assets
- Refactored configuration of built-in privacy plugin
2023-01-01 20:03:22 +01:00
### 4.9.1 <small>February 21, 2022</small> { id="4.9.1" }
2022-02-21 11:56:19 +01:00
- Fixed #3610: missing `lxml` dependency for privacy plugin
- Fixed error when charset is missing in `content-type` header
2023-01-01 20:03:22 +01:00
### 4.9.0 <small>February 20, 2022</small> { id="4.9.0" }
2022-02-20 19:49:23 +01:00
- Added privacy plugin: automatic downloading of external assets
2023-01-01 20:03:22 +01:00
### 4.8.3 <small>February 13, 2022</small> { id="4.8.3" }
2022-02-13 16:32:06 +01:00
- Fixed #3560: Mermaid diagrams don't render for `file://` locations
2023-01-01 20:03:22 +01:00
### 4.8.2 <small>February 10, 2022</small> { id="4.8.2" }
2022-02-10 22:07:14 +01:00
- Fixed #3559: Mermaid diagrams don't render inside closed `details`
2023-01-01 20:03:22 +01:00
### 4.8.1 <small>February 6, 2022</small> { id="4.8.1" }
2022-02-06 14:08:23 +01:00
- Fixed jump back to top on mobile when using anchor following
2023-01-01 20:03:22 +01:00
### 4.8.0 <small>February 6, 2022</small> { id="4.8.0" }
2022-02-06 11:12:14 +01:00
- Added support for anchor following table of contents (= auto scroll)
2023-01-01 20:03:22 +01:00
### 4.7.2 <small>February 2, 2022</small> { id="4.7.2" }
2022-02-02 10:14:19 +01:00
- Fixed #3526: Transparent sidebar title due to Safari bug
- Fixed #3528: Firefox sometimes clips text in flow chart diagrams
2023-01-01 20:03:22 +01:00
### 4.7.1 <small>January 30, 2022</small> { id="4.7.1" }
2022-01-30 10:02:28 +01:00
- Fixed #3506: Tags index not respecting title set via front matter
2023-01-01 20:03:22 +01:00
### 4.7.0 <small>January 25, 2022</small> { id="4.7.0" }
2022-01-25 20:06:53 +01:00
- Added native support for offline search
2023-01-01 20:03:22 +01:00
### 4.6.1 <small>January 16, 2022</small> { id="4.6.1" }
2022-01-16 16:17:44 +01:00
- Fixed #3459: Section index pages picking up wrong title
2023-01-01 20:03:22 +01:00
### 4.6.0 <small>January 11, 2022</small> { id="4.6.0" }
2022-01-11 10:19:33 +01:00
- Added support for annotations (outside of code blocks)
2023-01-01 20:03:22 +01:00
### 4.5.2 <small>January 8, 2022</small> { id="4.5.2" }
2022-01-08 09:12:05 +01:00
2022-01-08 09:13:26 +01:00
- Fixed #3440: Content tab indicator not moving when using linking
- Fixed #3445: Content tab switch flickers/jitters when using linking
2022-01-08 09:12:05 +01:00
2023-01-01 20:03:22 +01:00
### 4.5.1 <small>January 2, 2022</small> { id="4.5.1" }
2022-01-02 11:51:58 +01:00
- Added support for setting initial state of cookie consent
- Fixed #3396: Disappearing link in navigation due to Safari bug
2023-01-01 20:03:22 +01:00
### 4.5.0 <small>December 16, 2021</small> { id="4.5.0" }
2021-12-16 17:08:57 +01:00
- Added support for navigation icons
2023-01-01 20:03:22 +01:00
### 4.4.0 <small>December 10, 2021</small> { id="4.4.0" }
2021-12-10 10:19:08 +01:00
- Added support for code annotation anchor links (deep linking)
- Added new code annotation syntax modifier to strip comment
- Updated German translations for cookie consent
2023-01-01 20:03:22 +01:00
### 4.3.0 <small>December 5, 2021</small> { id="4.3.0" }
2021-12-05 12:39:54 +01:00
- Added support for custom fonts in social cards
- Fixed #3300: Announcement bar reappearing when using instant loading
2023-01-01 20:03:22 +01:00
### 4.2.0 <small>December 2, 2021</small> { id="4.2.0" }
2021-12-02 15:22:23 +01:00
2023-02-16 16:21:11 +01:00
- Added support for dismissible announcement bar
2021-12-02 15:22:23 +01:00
- Added support for named placeholders in feedback widget
2023-01-01 20:03:22 +01:00
### 4.1.0 <small>November 30, 2021</small> { id="4.1.0" }
2021-11-30 19:33:13 +01:00
- Added support for passing page title to feedback forms
2023-01-01 20:03:22 +01:00
### 4.0.0 <small>November 28, 2021</small> { id="4.0.0" }
2021-11-28 18:20:54 +01:00
- 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
2023-02-16 16:21:11 +01:00
- Removed Disqus integration use customization
2021-11-28 18:20:54 +01:00
- 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
2023-01-01 20:03:22 +01:00
### 3.2.3 <small>November 20, 2021</small> { id="3.2.3" }
2021-11-20 09:05:02 +01:00
- Updated Swedish and French translations
- Removed support for `.mermaid-experimental` class (now `.mermaid`)
- Fixed #3202: Cookie consent not dismissable on `file://` locations
- Fixed #3216: Cookie consent not dismissed when invoked via anchor
- Fixed #3232: Mermaid.js sometimes runs twice (race condition)
2023-01-01 20:03:22 +01:00
### 3.2.2 <small>November 6, 2021</small> { id="3.2.2" }
2021-11-06 17:27:40 +01:00
- Fixed always last feedback rating being sent
2021-11-20 09:05:02 +01:00
- Fixed #3145: Code annotations eat whole comment lines
2021-11-08 09:56:30 +01:00
- Fixed #3170: Feedback widget doesn't send data to GA4
2021-11-06 17:27:40 +01:00
2023-01-01 20:03:22 +01:00
### 3.2.1 <small>November 4, 2021</small> { id="3.2.1" }
2021-11-04 17:28:02 +01:00
- Added support for custom Mermaid.js version via additional JavaScript
- Fixed some configuration edge cases for tags plugin (3.1.5 regression)
- Fixed feedback widget title not being centered in Firefox
- Fixed #3179: Safari doesn't send request for feedback widget
2023-01-01 20:03:22 +01:00
### 3.2.0 <small>October 31, 2021</small> { id="3.2.0" }
2021-10-31 10:11:12 +01:00
- Added support for feedback widget (Was this page helpful?)
2023-01-01 20:03:22 +01:00
### 3.1.5 <small>October 28, 2021</small> { id="3.1.5" }
2021-10-28 22:42:07 +02:00
- Fixed #3144: Rogue link when using tags with auto-populated navigation
- Fixed #3147: Code block line numbers appear in search results
- Fixed #3158: Social cards do not strip HTML tags from title
2023-01-01 20:03:22 +01:00
### 3.1.4 <small>October 17, 2021</small> { id="3.1.4" }
2021-10-17 18:27:00 +02:00
- Fixed #2974: Text cropped with other fonts than `Roboto` in social plugin
- Fixed #3099: Encoding problems with non-latin character in social plugin
- Fixed #3112: Japanese segmenter not executed as part of new tokenizer
- Fixed tags (front matter) appearing in search with disabled tags plugin
2023-01-01 20:03:22 +01:00
### 3.1.3 <small>October 12, 2021</small> { id="3.1.3" }
2021-10-13 10:37:00 +02:00
- Added warnings to search plugin for unsupported options and syntax
- Fixed #3503: Search sometimes returns entire page
- Fixed #3089: Single-line code annotations disappear when printing
2023-01-01 20:03:22 +01:00
### 3.1.2 <small>October 6, 2021</small> { id="3.1.2" }
2021-10-06 19:45:25 +02:00
- Fixed incorrect path separators for social cards on Windows
2023-01-01 20:03:22 +01:00
### 3.1.1 <small>September 26, 2021</small> { id="3.1.1" }
- Fixed ordering bug in search exclusion logic
2023-01-01 20:03:22 +01:00
### 3.1.0 <small>September 26, 2021</small> { id="3.1.0" }
- Added support for excluding pages, sections, and elements from search
- Fixed #2803: Code block annotations not visible when printing
2023-01-01 20:03:22 +01:00
### 3.0.1 <small>September 19, 2021</small> { id="3.0.1" }
2021-09-19 16:46:34 +02:00
- Added support for using literal `h1-6` tags for search plugin
- Fixed search plugin breaking on void elements without slashes
- Fixed search plugin filtering link contents from headlines
- Fixed search plugin handling of multiple `h1` headlines
- Fixed search plugin handling of missing `h1` headlines
2023-01-01 20:03:22 +01:00
### 3.0.0 <small>September 13, 2021</small> { id="3.0.0" }
2021-09-13 18:14:28 +02:00
- Rewrite of MkDocs' search plugin
- Added support for rich search previews
- Added support for tokenizer with lookahead
- Improved search indexing performance (twice as fast)
- Improved search highlighting
2023-01-01 20:03:22 +01:00
### 2.13.3 <small>September 1, 2021</small> { id="2.13.3" }
2021-09-01 21:47:14 +02:00
- Added support for disabling social card generation
2023-01-01 20:03:22 +01:00
### 2.13.2 <small>August 25, 2021</small> { id="2.13.2" }
2021-08-25 08:49:25 +02:00
- Fixed #2965: Social plugin error when primary color is not defined
2023-01-01 20:03:22 +01:00
### 2.13.1 <small>August 21, 2021</small> { id="2.13.1" }
- Fixed #2948: Social cards are not cached
- Fixed #2953: Mermaid.js diagrams can't be centered anymore
2023-01-01 20:03:22 +01:00
### 2.13.0 <small>August 7, 2021</small> { id="2.13.0" }
2021-08-07 13:12:05 +02:00
- Added support for custom colors in social cards
2023-01-01 20:03:22 +01:00
### 2.12.2 <small>August 4, 2021</small> { id="2.12.2" }
2021-08-04 21:52:07 +02:00
- Fixed #2891: Division by zero error in social plugin
2023-01-01 20:03:22 +01:00
### 2.12.1 <small>July 26, 2021</small> { id="2.12.1" }
2021-07-26 18:48:11 +02:00
2021-08-04 21:52:07 +02:00
- Fixed error in social plugin when `site_description` was not set
- Fixed error in social plugin for non-ASCII characters
2021-07-26 18:48:11 +02:00
2023-01-01 20:03:22 +01:00
### 2.12.0 <small>July 25, 2021</small> { id="2.12.0" }
2021-07-25 15:42:35 +02:00
- Added support for social cards
2023-01-01 20:03:22 +01:00
### 2.11.1 <small>July 20, 2021</small> { id="2.11.1" }
2021-07-20 10:01:21 +02:00
- Fixed order of tags index, now sorted alphabetically
2023-01-01 20:03:22 +01:00
### 2.11.0 <small>July 18, 2021</small> { id="2.11.0" }
2021-07-18 18:05:20 +02:00
2023-02-16 16:21:11 +01:00
- Improved Mermaid.js integration, now stable
2021-07-18 18:05:20 +02:00
- Added support for sequence diagrams
- Added support for entity relationship diagrams
- Added support for cookie consent configuration
- Added feature flag to always enable annotations
2023-01-01 20:03:22 +01:00
### 2.10.0 <small>July 10, 2021</small> { id="2.10.0" }
2021-07-10 15:27:48 +02:00
- Added support for cookie consent
- Fixed #2807: Back-to-top button not hidden when using sticky tabs
2023-01-01 20:03:22 +01:00
### 2.9.2 <small>May 30, 2021</small> { id="2.9.2" }
2021-05-30 16:04:25 +02:00
- Moved tags to partial for easier customization
- Added support for hiding tags on any page
2023-01-01 20:03:22 +01:00
### 2.9.1 <small>May 24, 2021</small> { id="2.9.1" }
2021-05-30 13:58:19 +02:00
- Added missing guard for linking of content tabs
2023-01-01 20:03:22 +01:00
### 2.9.0 <small>May 23, 2021</small> { id="2.9.0" }
- Added support for linking of content tabs
2023-01-01 20:03:22 +01:00
### 2.8.0 <small>May 12, 2021</small> { id="2.8.0" }
2021-05-12 09:31:07 +02:00
- Added support for boosting pages in search
2023-01-01 20:03:22 +01:00
### 2.7.2 <small>May 8, 2021</small> { id="2.7.2" }
2021-05-08 10:32:28 +02:00
- Fixed #2638: Warnings shown when using `tags` plugin without directory URLs
2023-01-01 20:03:22 +01:00
### 2.7.1 <small>May 3, 2021</small> { id="2.7.1" }
2021-05-03 12:29:45 +02:00
- Fixed `git-revision-date-localized` plugin integration (2.7.0 regression)
2023-01-01 20:03:22 +01:00
### 2.7.0 <small>May 1, 2021</small> { id="2.7.0" }
2021-05-01 17:53:39 +02:00
- Added support for tags (with search integration)
2023-01-01 20:03:22 +01:00
### 2.6.0 <small>April 11, 2021</small> { id="2.6.0" }
2021-04-11 18:09:04 +02:00
- Stay on page when switching versions
2023-01-01 20:03:22 +01:00
### 2.5.0 <small>March 28, 2021</small> { id="2.5.0" }
- Added support for version warning
2023-01-01 20:03:22 +01:00
### 2.4.0 <small>March 20, 2021</small> { id="2.4.0" }
- Added support for custom admonition icons
- Fixed #2444: Code block annotations with extra comments have wrong index
2023-01-01 20:03:22 +01:00
### 2.3.1 <small>March 14, 2021</small> { id="2.3.1" }
2021-03-14 14:57:50 +01:00
- Fixed anchor offset for permalinks when using sticky navigation tabs
2023-01-01 20:03:22 +01:00
### 2.3.0 <small>March 13, 2021</small> { id="2.3.0" }
2021-03-14 14:57:50 +01:00
- Added support for back-to-top button
2023-01-01 20:03:22 +01:00
### 2.2.1 <small>March 4, 2021</small> { id="2.2.1" }
2021-03-04 19:48:25 +01:00
- Fixed #2382: Repository stats failing when no release tag is present
2023-01-01 20:03:22 +01:00
### 2.2.0 <small>February 28, 2021</small> { id="2.2.0" }
2021-03-04 18:35:48 +01:00
- Added support for code block annotations
2023-01-01 20:03:22 +01:00
### 2.1.0 <small>February 26, 2021</small> { id="2.1.0" }
2021-02-26 18:56:25 +01:00
- Added support for anchor tracking
2023-01-01 20:03:22 +01:00
### 2.0.0 <small>February 24, 2021</small> { id="2.0.0" }
2021-02-24 18:59:12 +01:00
- Migrated Insiders to the new architecture
- Swapped color palette toggle configuration
2023-01-01 20:03:22 +01:00
### 1.17.0 <small>January 31, 2021</small> { id="1.17.0" }
2021-01-31 16:30:57 +01:00
- Added support for section index pages
2023-01-01 20:03:22 +01:00
### 1.16.1 <small>January 26, 2021</small> { id="1.16.1" }
2021-01-26 10:56:46 +01:00
- Fixed #2249: Instant loading + sticky tabs result in invalid links
- Fixed #2248: Search highlighting URL parameter always added
- Fixed #2235: Version selector doesn't select current version for aliases
2023-01-01 20:03:22 +01:00
### 1.16.0 <small>January 7, 2021</small> { id="1.16.0" }
2021-01-17 12:42:46 +01:00
- Added latest release to repository info (GitHub)
2021-01-17 13:05:37 +01:00
- Slight facelift of repository info (lighter fonts, spacing and icons)
2021-01-17 12:42:46 +01:00
2023-01-01 20:03:22 +01:00
### 1.15.0 <small>January 2, 2021</small> { id="1.15.0" }
2021-01-02 15:57:02 +01:00
- Added support for native Mermaid.js integration
2023-01-01 20:03:22 +01:00
### 1.14.0 <small>December 30, 2020</small> { id="1.14.0" }
2020-12-30 19:02:02 +01:00
- Added support for sharing searches
2023-01-01 20:03:22 +01:00
### 1.13.2 <small>December 22, 2020</small> { id="1.13.2" }
2020-12-22 14:37:15 +01:00
- Fixed version selector + sticky tabs navigation rendering issues
- Fixed version selector wrapping
2023-01-01 20:03:22 +01:00
### 1.13.1 <small>December 20, 2020</small> { id="1.13.1" }
2020-12-21 17:38:58 +01:00
- Removed horizontal scrollbars on language and version selector
- Fixed type conversion in JavaScript config
2023-01-01 20:03:22 +01:00
### 1.13.0 <small>December 13, 2020</small> { id="1.13.0" }
2020-12-21 17:38:58 +01:00
- Refactored navigation tabs to simplify grouping behavior
- Added support for sticky navigation tabs
- Added support for arbitrary links in navigation tabs
- Fixed #2098: Subsequent active subsection not highlighted correctly
2023-01-01 20:03:22 +01:00
### 1.12.1 <small>December 8, 2020</small> { id="1.12.1" }
2020-12-21 17:38:58 +01:00
- Fixed empty language selector being shown
2023-01-01 20:03:22 +01:00
### 1.12.0 <small>December 6, 2020</small> { id="1.12.0" }
2020-12-21 17:38:58 +01:00
- Added support for adding a language selector
2023-01-01 20:03:22 +01:00
### 1.11.2 <small>November 29, 2020</small> { id="1.11.2" }
2020-12-21 17:38:58 +01:00
- Fixed #2068: Search highlight interprets code blocks as JavaScript
2023-01-01 20:03:22 +01:00
### 1.11.1 <small>November 29, 2020</small> { id="1.11.1" }
2020-12-21 17:38:58 +01:00
- Refactored styling to be more stable and easier to adjust
- Fixed some styling regressions from latest features
2023-01-01 20:03:22 +01:00
### 1.11.0 <small>November 22, 2020</small> { id="1.11.0" }
2020-12-21 17:38:58 +01:00
- Added support for rendering admonitions as inline blocks
2023-01-01 20:03:22 +01:00
### 1.10.0 <small>November 15, 2020</small> { id="1.10.0" }
2020-12-21 17:38:58 +01:00
- Added support for integrating table of contents into navigation
2023-01-01 20:03:22 +01:00
### 1.9.0 <small>November 7, 2020</small> { id="1.9.0" }
2020-12-21 17:38:58 +01:00
- Added support for hiding navigation and table of contents on any page
- Removed autohiding table of contents when empty
2023-01-01 20:03:22 +01:00
### 1.8.0 <small>November 1, 2020</small> { id="1.8.0" }
2020-12-21 17:38:58 +01:00
- Added support for navigation sections
- Fixed appearance of inactive search suggestions
2023-01-01 20:03:22 +01:00
### 1.7.0 <small>October 25, 2020</small> { id="1.7.0" }
2020-12-21 17:38:58 +01:00
- Added support for deploying multiple versions
- Fixed alignment of sidebar when content area is too small
2023-01-01 20:03:22 +01:00
### 1.6.0 <small>October 11, 2020</small> { id="1.6.0" }
2020-12-21 17:38:58 +01:00
- Added support for search suggestions to save keystrokes
- Added support for removing __Made with Material for MkDocs__ from footer
- Fixed #1915: search should go to first result by pressing ++enter++
2023-01-01 20:03:22 +01:00
### 1.5.1 <small>September 21, 2020</small> { id="1.5.1" }
2020-12-21 17:38:58 +01:00
- Fixed content area stretching to whole width for long code blocks
2023-01-01 20:03:22 +01:00
### 1.5.0 <small>September 19, 2020</small> { id="1.5.0" }
2020-12-21 17:38:58 +01:00
- Added support for autohiding table of contents when empty
2023-01-01 20:03:22 +01:00
### 1.4.1 <small>September 6, 2020</small> { id="1.4.1" }
2020-12-21 17:38:58 +01:00
- Improved typeahead and search result relevance and scoring
2023-01-01 20:03:22 +01:00
### 1.4.0 <small>August 30, 2020</small> { id="1.4.0" }
2020-12-21 17:38:58 +01:00
- Added support for autohiding header on scroll
2023-01-01 20:03:22 +01:00
### 1.3.0 <small>August 26, 2020</small> { id="1.3.0" }
2020-12-21 17:38:58 +01:00
- Added support for user-selectable color palettes
2023-01-01 20:03:22 +01:00
### 1.2.0 <small>August 11, 2020</small> { id="1.2.0" }
2020-12-21 17:38:58 +01:00
- Added feature to expand navigation by default
2023-01-01 20:03:22 +01:00
### 1.1.0 <small>August 3, 2020</small> { id="1.1.0" }
2020-12-21 17:38:58 +01:00
- Added highlighting of search results
2023-01-01 20:03:22 +01:00
### 1.0.0 <small>July 14, 2020</small> { id="1.0.0" }
2020-12-21 17:38:58 +01:00
- Added grouping of search results
- Added missing query terms to search result
- Improved search result relevance and scoring