1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-13 09:34:03 +02:00
This commit is contained in:
张志豪 2021-02-01 18:29:44 +08:00
parent 08921e2985
commit 7dd7d533a1
2 changed files with 13 additions and 2 deletions
gradle.properties
src/main/resources/META-INF

View File

@ -6,6 +6,6 @@ javaVersion=1.8
kotlinVersion=1.4.10
kotlinLanguageVersion=1.4
kotlinTargetVersion=1.3
version=6.13
version=6.14
publishChannels=Stable
kotlin.stdlib.default.dependency=false

View File

@ -57,7 +57,18 @@
]]></description>
<change-notes><![CDATA[
<p>6.12.1</p>
<p>6.14</p>
<ul>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/897">#897: Initial support for Pug/Jade Language</a></li>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/830">#830: New option "Do NOT rainbowify template string"</a></li>
<li>Feature <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/784">#784: Disable rainbowify on big files(>1000 lines for now)</a></li>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/851">#851: Rainbowify tag name doesn't works in JSX</a></li>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/875">#875: cannot create configurable component</a></li>
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/799">#799 #817: Wrong element created by ASTFactory</a></li>
</ul>
<br/>
<p>6.13</p>
<ul>
<li>Make as a non-dynamic plugin, so it now requires restart.</li>
</ul>