|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [Unreleased](https://github.com/gjtorikian/html-pipeline/tree/HEAD) |
| 3 | +## [v3.0.0.pre1](https://github.com/gjtorikian/html-pipeline/tree/v3.0.0.pre1) (2022-12-30) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.14.2...HEAD) |
| 5 | +[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.14.3...v3.0.0.pre1) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Allow `loading` attribute on images [\#359](https://github.com/gjtorikian/html-pipeline/issues/359) |
| 10 | +- Allow picture tag in sanitation [\#352](https://github.com/gjtorikian/html-pipeline/issues/352) |
| 11 | +- V3 ideas [\#350](https://github.com/gjtorikian/html-pipeline/issues/350) |
| 12 | +- Invalid and missing HTML elements in the sanatizer [\#342](https://github.com/gjtorikian/html-pipeline/issues/342) |
| 13 | +- Cellpadding & Cellspacing are not supported in HTML5. [\#303](https://github.com/gjtorikian/html-pipeline/issues/303) |
| 14 | + |
| 15 | +**Merged pull requests:** |
| 16 | + |
| 17 | +- Drop SyntaxHighlightFilter [\#372](https://github.com/gjtorikian/html-pipeline/pull/372) ([gjtorikian](https://github.com/gjtorikian)) |
| 18 | +- Close sanitization-related issues [\#371](https://github.com/gjtorikian/html-pipeline/pull/371) ([gjtorikian](https://github.com/gjtorikian)) |
| 19 | +- Update Selma signatures [\#370](https://github.com/gjtorikian/html-pipeline/pull/370) ([gjtorikian](https://github.com/gjtorikian)) |
| 20 | +- You shall pass [\#369](https://github.com/gjtorikian/html-pipeline/pull/369) ([gjtorikian](https://github.com/gjtorikian)) |
| 21 | +- Migrate from Nokogiri to Selma [\#368](https://github.com/gjtorikian/html-pipeline/pull/368) ([gjtorikian](https://github.com/gjtorikian)) |
| 22 | +- Split filters up [\#360](https://github.com/gjtorikian/html-pipeline/pull/360) ([gjtorikian](https://github.com/gjtorikian)) |
| 23 | +- Support multiple dependencies per filter [\#351](https://github.com/gjtorikian/html-pipeline/pull/351) ([gjtorikian](https://github.com/gjtorikian)) |
| 24 | +- Add Rubocop [\#349](https://github.com/gjtorikian/html-pipeline/pull/349) ([gjtorikian](https://github.com/gjtorikian)) |
| 25 | +- add truffleruby-head [\#348](https://github.com/gjtorikian/html-pipeline/pull/348) ([gogainda](https://github.com/gogainda)) |
| 26 | +- V3 Release [\#347](https://github.com/gjtorikian/html-pipeline/pull/347) ([gjtorikian](https://github.com/gjtorikian)) |
| 27 | +- Switch to GitHub Actions [\#346](https://github.com/gjtorikian/html-pipeline/pull/346) ([gjtorikian](https://github.com/gjtorikian)) |
| 28 | + |
| 29 | +## [v2.14.3](https://github.com/gjtorikian/html-pipeline/tree/v2.14.3) (2022-10-14) |
| 30 | + |
| 31 | +[Full Changelog](https://github.com/gjtorikian/html-pipeline/compare/v2.14.2...v2.14.3) |
6 | 32 |
|
7 | 33 | **Closed issues:** |
8 | 34 |
|
|
56 | 82 |
|
57 | 83 | **Merged pull requests:** |
58 | 84 |
|
59 | | - * Freeze all elements in HTML::Pipeline::SanitizationFilter [#299](https://github.com/jch/html-pipeline/pull/299) |
| 85 | +- Replace whitelist with more neutral language [\#339](https://github.com/gjtorikian/html-pipeline/pull/339) ([tancnle](https://github.com/tancnle)) |
| 86 | +- allows progress tags to be used [\#338](https://github.com/gjtorikian/html-pipeline/pull/338) ([pedrozath](https://github.com/pedrozath)) |
| 87 | +- Updated English [\#337](https://github.com/gjtorikian/html-pipeline/pull/337) ([BhuvnendraPratapSingh](https://github.com/BhuvnendraPratapSingh)) |
| 88 | +- Make AutolinkFilter configurable [\#335](https://github.com/gjtorikian/html-pipeline/pull/335) ([mnishiguchi](https://github.com/mnishiguchi)) |
60 | 89 |
|
61 | 90 | ## [v2.14.0](https://github.com/gjtorikian/html-pipeline/tree/v2.14.0) (2020-08-11) |
62 | 91 |
|
|
0 commit comments