File tree Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Expand file tree Collapse file tree 6 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 1+ mkdocs-material-9.5.18 (2024-04-16)
2+
3+ * Refactored tooltips implementation to fix positioning issues
4+ * Fixed #7044: Rendering glitch when hovering contributor avatar in Chrome
5+ * Fixed #7043: Highlighted lines in code blocks cutoff on mobile
6+ * Fixed #6910: Incorrect position of tooltip for page status in sidebar
7+ * Fixed #6760: Incorrect position and overly long tooltip in tables
8+ * Fixed #6488: Incorrect position and cutoff tooltip in content tabs
9+
110mkdocs-material-9.5.17+insiders-4.53.6 (2024-04-05)
211
312 * Ensure working directory is set for projects when using projects plugin
Original file line number Diff line number Diff line change 22
33## Material for MkDocs
44
5+ ### 9.5.18 <small >April 16, 2024</small > { id="9.5.18" }
6+
7+ - Refactored tooltips implementation to fix positioning issues
8+ - Fixed #7044 : Rendering glitch when hovering contributor avatar in Chrome
9+ - Fixed #7043 : Highlighted lines in code blocks cutoff on mobile
10+ - Fixed #6910 : Incorrect position of tooltip for page status in sidebar
11+ - Fixed #6760 : Incorrect position and overly long tooltip in tables
12+ - Fixed #6488 : Incorrect position and cutoff tooltip in content tabs
13+
514### 9.5.17 <small >April 2, 2024</small > { id="9.5.17" }
615
716- Updated Serbian translations
Original file line number Diff line number Diff line change 1818# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919# IN THE SOFTWARE.
2020
21- __version__ = "9.5.17 "
21+ __version__ = "9.5.18 "
Original file line number Diff line number Diff line change 3232 < link rel ="alternate " type ="application/rss+xml " title ="{{ lang.t('rss.updated') }} " href ="{{ 'feed_rss_updated.xml' | url }} ">
3333 {% endif %}
3434 < link rel ="icon " href ="{{ config.theme.favicon | url }} ">
35- < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.17 ">
35+ < meta name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.5.18 ">
3636 {% endblock %}
3737 {% block htmltitle %}
3838 {% if page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 11{
22 "name" : " mkdocs-material" ,
3- "version" : " 9.5.17 " ,
3+ "version" : " 9.5.18 " ,
44 "description" : " Documentation that simply works" ,
55 "keywords" : [
66 " mkdocs" ,
You can’t perform that action at this time.
0 commit comments