Skip to content

Releases: flavorjones/loofah

2.18.0 / 2022-05-11

11 May 18:42
a0caaf0
Compare
Choose a tag to compare

2.18.0 / 2022-05-11

Features

  • Allow CSS property aspect-ratio. [#236] (Thanks, @louim!)

2.17.0 / 2022-04-28

28 Apr 13:36
22fcdda
Compare
Choose a tag to compare

2.17.0 / 2022-04-28

Features

2.16.0 / 2022-04-01

01 Apr 18:28
931ed84
Compare
Choose a tag to compare

2.16.0 / 2022-04-01

Features

  • Allow MathML elements menclose and ms, and MathML attributes dir, href, lquote, mathsize, notation, and rquote. [#231] (Thanks, @nick-desteffen!)

2.15.0 / 2022-03-14

14 Mar 20:30
e644c1c
Compare
Choose a tag to compare

2.15.0 / 2022-03-14

Features

  • Expand set of allowed protocols to include sms:. [#228] (Thanks, @brendon!)

2.14.0 / 2022-02-11

11 Feb 19:11
f80055a
Compare
Choose a tag to compare

2.14.0 / 2022-02-11

Features

  • The #to_text method on Loofah::HTML::{Document,DocumentFragment} replaces <br> line break elements with a newline. [#225]

2.13.0 / 2021-12-10

10 Dec 05:22
e595467
Compare
Choose a tag to compare

2.13.0 / 2021-12-10

Bug fixes

  • Loofah::HTML::DocumentFragment#text no longer serializes top-level comment children. [#221]

2.12.0 / 2021-08-11

11 Aug 17:31
08cc49f
Compare
Choose a tag to compare

2.12.0 / 2021-08-11

Features

  • Support empty HTML5 data attributes. [#215]

2.11.0 / 2021-07-31

31 Jul 21:31
a8199d2
Compare
Choose a tag to compare

2.11.0 / 2021-07-31

Features

  • Allow HTML5 element wbr.
  • Allow all CSS property values for border-collapse. [#201]

Changes

  • Deprecating Loofah::HTML5::SafeList::VOID_ELEMENTS which is not a canonical list of void HTML4 or HTML5 elements.
  • Removed some elements from Loofah::HTML5::SafeList::VOID_ELEMENTS that either are not acceptable elements or aren't considered "void" by libxml2.

2.10.0 / 2021-06-06

06 Jun 17:01
6820f9f
Compare
Choose a tag to compare

2.10.0 / 2021-06-06

Features

2.9.1 / 2021-04-07

07 Apr 15:25
4a6be02
Compare
Choose a tag to compare

2.9.1 / 2021-04-07

Bug fixes

  • Fix a regression in v2.9.0 which inappropriately removed CSS properties with quoted string values. [#202]