Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@wichert wichert released this 13 Jul 07:43
· 6666 commits to master since this release
  • Fix use of an undeclared variable in the parser which could result in problems in IE8. This fixes ticket 298.
  • Markdown pattern:
    • Generate HTML5 <section> elements with a <h1> header when converting headers. This fixes ticket 216.
    • Support filtering if injected markdown documents with headers using underlined (equal signs or dashes) style notation.
    • Update the version of pagedown-extra which could case markdown constructs to be replaces with the word undefined. This fixes ticket 297.
  • Injection pattern: extend autoload-in-visible to also apply for situations where we are not dealing with a heigh-constrained scrollable parent but need to look at the entire page. This fixes ticket 296.
  • The switch pattern can now remember the its state. This fixes ticket 293.
  • Add a new gallery pattern.