Skip to content

Commit

Permalink
docs: Restructure changelog order
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Reymann authored and Timo Reymann committed Apr 6, 2021
1 parent dcf3d0c commit 20775a5
Showing 1 changed file with 43 additions and 32 deletions.
75 changes: 43 additions & 32 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,38 +23,41 @@
<h2>Changelog</h2>
<ul>
<li>0.0.1
<li>1.4.2
<ul>
<li>Basic completion</li>
<li>Improve performance on MacOS by moving render initialization to plugin load time</li>
<li>Add json schema remote url for mjmlconfig</li>
</ul>
</li>
<li>0.0.2
<li>1.4.1
<ul>
<li>Fix completion path provider and reference collision</li>
<li>Fix some attributes/tags - mjml documentation is very inconsistent here</li>
</ul>
</li>
<li>0.1.0
<li>1.4.0
<ul>
<li>Add inspection for unknown attributes</li>
<li>Add inspection for invalid path attribute</li>
<li>Add inspection for invalid pixel attribute</li>
<li>Add inspection for invalid color attribute</li>
<li>Add inspection for invalid url attribute</li>
<li>Change file icon to colored mjml logo</li>
<li>Change icon for completions to tag icon</li>
<li>Add mjml preview, based on markdown plugin</li>
<li>Add extension point support</li>
</ul>
</li>
<li>1.0.0
<li>1.3.1
<ul>
<li>Add mjml config schema</li>
<li>Fix issue with color picker where applied color differs from picked</li>
<li>Add inspection for containing test validation</li>
<li>Add missing mj-class attribute</li>
</ul>
</li>
<li>1.1.0
<li>1.3.0
<ul>
<li>Removed dependency on markdown plugin</li>
<li>Add file template for new mjml files</li>
</ul>
</li>
<li>1.2.1
<ul>
<li>Make preview editor default to view only text version</li>
</ul>
</li>
<li>1.2.0
<ul>
<li>Improve error handling for preview</li>
<li>Add message bundle</li>
</ul>
</li>
<li>1.1.2
Expand All @@ -64,35 +67,43 @@
<li>Fix editor helper creation that crashed the editor</li>
</ul>
</li>
<li>1.2.0
<li>1.1.1
<ul>
<li>Improve error handling for preview</li>
<li>Add message bundle</li>
<li>Fix bug with preview crashing the plugin in some cases</li>
</ul>
</li>
<li>1.2.1
<li>1.1.0
<ul>
<li>Make preview editor default to view only text version</li>
<li>Removed dependency on markdown plugin</li>
</ul>
</li>
<li>1.3.0
<li>1.0.0
<ul>
<li>Add file template for new mjml files</li>
<li>Add mjml config schema</li>
<li>Fix issue with color picker where applied color differs from picked</li>
<li>Add inspection for containing test validation</li>
</ul>
</li>
<li>1.3.1
<li>0.1.0
<ul>
<li>Add missing mj-class attribute</li>
<li>Add inspection for unknown attributes</li>
<li>Add inspection for invalid path attribute</li>
<li>Add inspection for invalid pixel attribute</li>
<li>Add inspection for invalid color attribute</li>
<li>Add inspection for invalid url attribute</li>
<li>Change file icon to colored mjml logo</li>
<li>Change icon for completions to tag icon</li>
<li>Add mjml preview, based on markdown plugin</li>
</ul>
</li>
<li>1.4.0
<li>0.0.2
<ul>
<li>Add extension point support</li>
<li>Fix completion path provider and reference collision</li>
</ul>
</li>
<li>1.4.1
<li>0.0.1
<ul>
<li>Fix some attributes/tags - mjml documentation is very inconsistent here</li>
<li>Basic completion</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 20775a5

Please sign in to comment.