See also API changes.

2.5.0

The Litedown plugin now supports automatic links and creates an EMAIL tag.

2.2.0

The data-s9e-livepreview-postprocess attribute has been renamed to data-s9e-livepreview-onrender. The old attribute name remains as an alias but will be removed in 3.0.0. See the list of live preview attributes.

The Escaper plugin now escapes ~ by default.

The backtick character ` is now considered unsafe when user input is used in a JavaScript context.

2.1.0

The Litedown behaviour has changed:

  • Block spoilers and inline spoilers have been added.
  • A forced line break forces the next newline character (U+000A) to be output verbatim. This ensures that only one line break occurs even if automatic line breaks are enabled.

2.0.0

The Autolink behaviour has changed:

  • A low-priority verbatim tag is used to protect the linked URL from partial replacements. This prevents markup from being interpreted inside of URLs while allowing whole replacements.

The Emoji configurator has changed:

  • The attribute name is now hardcoded.
  • The default template uses Twemoji's assets.

1.4.0

$configurator->asConfig() does not implicitly call $configurator->plugins->finalize() anymore. The latter remains available and can be called explicitly if necessary, before the configuration is generated.

AVTHelper::parse() now silently converts invalid XPath expressions to literals instead of throwing an exception.