Releases: flavorjones/loofah
Releases · flavorjones/loofah
2.11.0 / 2021-07-31
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
2.10.0 / 2021-06-06
Features
- Allow CSS properties
overflow-x
andoverflow-y
. [#206] (Thanks, @sampokuokkanen!)
2.9.1 / 2021-04-07
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]
2.9.0 / 2021-01-14
2.8.0 / 2020-11-25
2.8.0 / 2020-11-25
- Allow CSS properties
order
,flex-direction
,flex-grow
,flex-wrap
,flex-shrink
,flex-flow
,flex-basis
,flex
,justify-content
,align-self
,align-items
, andalign-content
. [#197] (Thanks, @miguelperez!)
2.7.0 / 2020-08-26
2.6.0 / 2020-06-16
2.5.0 / 2020-04-05
2.5.0 / 2020-04-05
Features
- Allow more CSS length units: "ch", "vw", "vh", "Q", "lh", "vmin", "vmax". [#178] (Thanks, @JuanitoFatas!)
Fixes
- Remove comments from
Loofah::HTML::Document
s that exist outside thehtml
element. [#80]
Other changes
- Gem metadata being set [#181] (Thanks, @JuanitoFatas!)
- Test files removed from gem file [#180,#166,#159] (Thanks, @JuanitoFatas and @greysteil!)
2.4.0 / 2019-11-25
2.3.1 / 2019-10-22
2.3.1 / 2019-10-22
Security
Address CVE-2019-15587: Unsanitized JavaScript may occur in sanitized output when a crafted SVG element is republished.
This CVE's public notice is at #171