-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
applied config changes to EditorConfig; fixed #293
- Loading branch information
1 parent
a571838
commit e5592d9
Showing
6 changed files
with
16 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,3 @@ | ||
<ul> | ||
<li>Added: EnlighterJS <code>v3.4.0</code></li> | ||
<li>Added: EnlighterJS Theme-Customizer <code>v2.3.0</code></li> | ||
<li>Added: compatibility for <code>async/defer</code> script loading (configuration code is merged with the library) (optional)- feature requested <a href="https://wordpress.org/support/topic/enlighterjs-resources-not-loaded-yet/">on WordPress.org Forums</a></li> | ||
<li>Added: javascript based dynamic-resource-invocation to load the EnlighterJS assets dynamically when needed (client side)</li> | ||
<li>Added: dri compatibility for bbpress and dynamic content (jquery load, jetpack infinity scroll)</li> | ||
<li>Added: keyword <code>k11</code> for annotations</li> | ||
<li>Added: keyword <code>x16</code> for css element selectors</li> | ||
<li>Added: contextual keywords to csharp - thanks to <a href="https://github.com/EnlighterJS/EnlighterJS/pull/112">mabako on GitHub</a></li> | ||
<li>Added: kotlin string template support</li> | ||
<li>Added: <code>r</code> language support (covered by generic ruleset)</li> | ||
<li>Added: MikroTik <code>RouterOS</code> language support (ros/mikrotik/switchos/routeros/mt)</li> | ||
<li>Added: pound style comment support to <code>php</code></li> | ||
<li>Changed: renamed the "raw code" language label to "Plain text"</li> | ||
<li>Changed: EnlighterJS library (js) is loaded via cache file <code>cache/enlighterjs.min.js</code></li> | ||
<li>Changed: js/css cache file generation is bound to <code>enqueue</code> hook (performance)</li> | ||
<li>Changed: <code>wp-skltn</code> library updated to <strong>0.24.0</strong></li> | ||
<li>Changed: for compatibility reasons, the language-shortcodes are disabled by default (this only affects new installations)</li> | ||
<li>Changed: full semantic versioning tag is used to display the plugin version (may used by additional tools) - thanks to <a href="https://github.com/EnlighterJS/Plugin.WordPress/issues/262">roy-bongers on GitHub</a></li> | ||
<li>Changed: theme cache is only reloaded on Enlighter settings pages (performance) - thanks to <a href="https://wordpress.org/support/topic/problem-with-_transient_enlighter_userthemes-option/">gdragon on Wordpress forums</a></li> | ||
<li>Changed: EnlighterJS::getConfig has been changed to multidimension object to allow additional payloads (this also affects the initialization code)</li> | ||
<li>Changed: css selector fragment highlighting is limited to the selector itself</li> | ||
<li>Changed: enhanced css unit parsing</li> | ||
<li>Changed: <code>java</code>, <code>scala</code>, <code>cpp</code> annotation token changed to <code>k11</code></li> | ||
<li>Changed: added token <code>k11</code> to themes</li> | ||
<li>Changed: moved generic highlighting rules to <code>lang/rulesets/generic</code></li> | ||
<li>Changed: <code>ampersandCleanup</code> is performed after html escape sequences to eliminate issues related to double unquoting #109</li> | ||
<li>Changed: toggle raw code label to "Plain text"</li> | ||
<li>Changed: allowed utf8 characters in <code>php</code> variable and function names (side effect of the php parser)</li> | ||
<li>Removed: <code>EnlighterJS::dequeue</code> function (deprecated due to new DRI implementation)</li> | ||
<li>Bugfix: vhdl single bit highlighting collided with attribute syntax - thanks to <a href="https://github.com/EnlighterJS/EnlighterJS/issues/106">tyriun on GitHub</a></li> | ||
<li>Bugfix: css classnames/ids with hyphens were not recognized</li> | ||
<li>Bugfix: XML mixins of single/double quotes in attributes failed #108</li> | ||
<li>Bugfix: dot char within XML attribute names not recognized</li> | ||
<li>Bugfix: kotlin raw string where not correctly parsed (wrong rule priority)</li> | ||
<li>Bugfix: highlighting color of <code>classic</code> theme not applied due to invalid selectors - thanks to <a href="https://github.com/EnlighterJS/EnlighterJS/issues/117">woolseyj on GitHub</a></li> | ||
<li>Bugfix: EnlighterJS codeblock css selectors cannot contain quotes due to initialization code sanitizing (replace with serialized object)</li> | ||
<li>Bugfix: due to changes in the initialization code in <code>4.3.0</code> the global config couldn't be retrieved by the editing plugins</li> | ||
</ul> |