All Versions
76
Latest Version
Avg Release Cycle
75 days
Latest Release
748 days ago

Changelog History
Page 1

  • v13.0.1 Changes

    May 03, 2022

    ๐Ÿ›  Fixed

    • โฌ†๏ธ Bumped linkify-it to 4.0.1. That should fix some hangs, caused by wrong data, returned from linkify-it.
  • v13.0.0 Changes

    April 22, 2022

    โž• Added

    • โž• Added a new token type text_special to store escaped characters, same as text but unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.).
    • โž• Added a new rule text_join in core ruler. Text replacement plugins may choose to insert themselves before it.

    ๐Ÿ”„ Changed

    • (p) is no longer replaced with ยง by typographer (conflicts with โ„—), #763.
    • text_collapse rule is renamed to fragments_join.

    ๐Ÿ›  Fixed

    • Smartquotes, typographic replacements and plain text links can now be escaped with backslash (e.g. \(c) or google\.com are no longer replaced).
    • Fixed collision of emphasis and linkifier (so http://example.org/foo._bar_-_baz is now a single link, not emphasized). Emails and fuzzy links are not affected by this.
  • v12.3.2 Changes

    January 08, 2022

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix possible ReDOS in newline rule. Thanks to @MakeNowJust.
  • v12.3.1 Changes

    January 07, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix corner case when tab prevents paragraph continuation in lists, #830.
  • v12.3.0 Changes

    December 09, 2021

    ๐Ÿ”„ Changed

    • ๐Ÿšš StateInline.delimiters[].jump is removed.

    ๐Ÿ›  Fixed

    • Fixed quadratic complexity in pathological ***<10k stars>***a***<10k stars>*** case.
  • v12.2.0 Changes

    August 02, 2021

    โž• Added

    • Ordered lists: add order value to token info.

    ๐Ÿ›  Fixed

    • Always suffix indented code block with a newline, #799.
  • v12.1.0 Changes

    July 01, 2021

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated CM spec compatibility to 0.30.
  • v12.0.6 Changes

    April 16, 2021

    ๐Ÿ›  Fixed

    • ๐Ÿ†• Newline in alt should be rendered, #775.
  • v12.0.5 Changes

    April 15, 2021

    ๐Ÿ›  Fixed

    • HTML block tags with === inside are no longer incorrectly interpreted as headers, #772.
    • ๐Ÿ›  Fix table/list parsing ambiguity, #767.
  • v12.0.4 Changes

    December 20, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix crash introduced in 12.0.3 when processing strikethrough (~~) and similar plugins, #742.
    • Avoid fenced token mutation, #745.