File tree Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Expand file tree Collapse file tree 6 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 1- mkdocs-material-5.5.x (2020-08-xx)
1+ mkdocs-material-5.5.2+insiders-1.1.0 (2020-08-03)
2+ 
3+   * Added highlighting of search results
4+ 
5+ mkdocs-material-5.5.2 (2020-08-03)
26
37  * Improved highlight colors and spacing for ins, del and mark
48  * Changed some keyboard symbols for better equivalents
5-   * Fixed margins for Admonitions (regression from 5.5.1)
69  * Removed focus outline for details and code blocks on touch devices
10+   * Fixed margins for Admonitions (5.5.1 regression)
11+   * Fixed too small content tab labels (5.5.1 regression)
12+   * Fixed icon repeating for custom admonition icons
713
814mkdocs-material-5.5.1 (2020-08-01)
915
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ template: overrides/main.html
66
77## Material for MkDocs Insiders  
88
9+ ### 1.1.0 <small >_ August 3, 2020</small >  
10+ 
11+   *  Added highlighting of search results
12+ 
913### 1.0.0 <small >_ July 14, 2020</small >  
1014
1115*  Added grouping of search results
@@ -14,6 +18,15 @@ template: overrides/main.html
1418
1519## Material for MkDocs  
1620
21+ ### 5.5.2 <small >_ August 3, 2020</small >  
22+ 
23+ *  Improved highlight colors and spacing for ` ins ` , ` del `  and ` mark ` 
24+ *  Changed some keyboard symbols for better equivalents
25+ *  Removed focus ` outline `  for details and code blocks on touch devices
26+ *  Fixed margins for Admonitions (5.5.1 regression)
27+ *  Fixed too small content tab labels (5.5.1 regression)
28+ *  Fixed icon repeating for custom admonition icons
29+ 
1730### 5.5.1 <small >_ August 1, 2020</small >  
1831
1932*  Improved typesetting by basing ` font-size `  and spacings on ` em ` 
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ and adding the dedicated CSS class to the icon:
172172  }
173173}
174174.heart  {
175-   color #E91E63 ;
176175  animation 1000ms   infinite ;
177176}
178177``` 
Original file line number Diff line number Diff line change 2929        < meta  name ="author " content ="{{ config.site_author }} "> 
3030      {% endif %}
3131      < link  rel ="shortcut icon " href ="{{ config.theme.favicon | url }} "> 
32-       < meta  name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.1  "> 
32+       < meta  name ="generator " content ="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.2  "> 
3333    {% endblock %}
3434    {% block htmltitle %}
3535      {% if page and page.meta and page.meta.title %}
Original file line number Diff line number Diff line change 11{
22  "name" : " mkdocs-material" 
3-   "version" : " 5.5.1 " 
3+   "version" : " 5.5.2 " 
44  "description" : " A Material Design theme for MkDocs" 
55  "keywords" : [
66    " mkdocs" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments