Skip to content

Bump loofah from 2.10.0 to 2.11.0

libautomation requested to merge dependabot/bundler/loofah-2.11.0 into main

Bumps loofah from 2.10.0 to 2.11.0.

Release notes

Sourced from loofah's releases.

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.
Changelog

Sourced from loofah's changelog.

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.
Commits
  • a8199d2 version bump to v2.11.0
  • 23b756c Merge pull request #214 from flavorjones/201-border-collapse
  • d3b927d feat: allow all border-collapse CSS property values
  • 78712b5 Merge pull request #213 from flavorjones/flavorjones-allow-wbr-element
  • c490da0 feat: allow HTML5 element wbr
  • 9c7879f remove disallowed elements from VOID_ELEMENTS
  • bf355a1 dev: remove concourse pipelines and dev dependency
  • See full diff in compare view

Merge request reports

Loading