Skip to content

Bump loofah from 2.6.0 to 2.7.0

George Koltsov requested to merge dependabot-bundler-loofah-2.7.0 into master

Bumps loofah from 2.6.0 to 2.7.0.

Release notes

Sourced from loofah's releases.

2.7.0 / 2020-08-26

Features

  • Allow CSS properties page-break-before, page-break-inside, and page-break-after. [#190] (Thanks, @ahorek!)

Fixes

  • Don't drop the !important rule from some CSS properties. [#191] (Thanks, @b7kich!)
Changelog

Sourced from loofah's changelog.

2.7.0 / 2020-08-26

Features

  • Allow CSS properties page-break-before, page-break-inside, and page-break-after. [#190] (Thanks, @ahorek!)

Fixes

  • Don't drop the !important rule from some CSS properties. [#191] (Thanks, @b7kich!)
Commits
  • 029a496 version bump to v2.7.0
  • 490cd05 Merge pull request #190 from ahorek/page_break
  • a6d1d9e update CHANGELOG
  • c0f4bb8 add page-break to safelist
  • 39e105c Merge pull request #192 from b7kich/maintain_shorthand_css_important_rule
  • 0aba0b9 update CHANGELOG
  • ea6fe90 prefer Array#<< to creating a new array
  • 50931f4 scrub_css should not drop !important from shorthand css props
  • 1ce8698 update json dev dependency
  • See full diff in compare view

Merge request reports