Releases: milkshakesoftware/PreMailer.Net
Releases · milkshakesoftware/PreMailer.Net
v2.7.0
What's Changed
- Build(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #409
- Build(deps): Bump actions/setup-dotnet from 4.0.0 to 4.0.1 by @dependabot in #411
- Build(deps): Bump pascalgn/automerge-action from 0.16.3 to 0.16.4 by @dependabot in #412
- Build(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #413
- Build(deps): Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #414
- Build(deps): Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #415
- Build(deps): Bump actions/setup-dotnet from 4.0.1 to 4.1.0 by @dependabot in #416
- Build(deps): Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @dependabot in #418
- Update target frameworks of test and benchmark projects by @martinnormark in #420
- LinkTagCssSource now also downloads content from import declarations. by @whorchner in #419
- Build(deps): Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @dependabot in #421
- Build(deps): Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @dependabot in #423
- Fix #410: Preserve !important tag in inlined styles by @devin-ai-integration in #424
- Fix #347: Preserve HTML entities like © during processing by @devin-ai-integration in #425
- Update README to accurately document PreMailer API by @devin-ai-integration in #426
- Fix #171: Preserve empty HTML tags during serialization by @devin-ai-integration in #427
- Fix CSS comment regex to handle protocol-agnostic URLs in premailer attributes by @devin-ai-integration in #428
- Fix issue #235: Preserve base64 encoded images and URLs during CSS parsing and style application by @devin-ai-integration in #429
New Contributors
- @whorchner made their first contribution in #419
- @devin-ai-integration made their first contribution in #424
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
- Various dependency updates
- Update AngleSharp version to 1.1.0 by @martinnormark in #407
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
- Bump AngleSharp from 0.16.1 to 1.0.7. Only the IMarkupFormatter from AngleSharp is exposed as public api and that interface has not changed in that version jump so this should not cause any breakages for users.
- Dependency Bumps for the Tests and Benchmark projects.
- Fix race condition when running unit tests by @jasekiw in #374
- Normalize all file line endings by @jasekiw in #365
- Update benchmark project framework by @jasekiw in #351
- Use correct framework by @kasperk81 #334
- Update CI triggers to main branch by @martinnormark #332
- Bug triage by @martinnormark #328
- More efficient selector matching of all elements by @patrikwlund #326
- Read text node instead of InnerHtml for CSS by @patrikwlund #325
- Include a benchmark that sets all MoveCssInline() flags by @patrikwlund #324
- Realistic benchmark by @patrikwlund #323
- Decent optimizations for CssAttributeCollection by @patrikwlund #322
New Contributors
- @patrikwlund made their first contribution in #323
- @kasperk81 made their first contribution in #334
- @jasekiw made their first contribution in #351
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- Build(deps): Bump AngleSharp from 0.16.0 to 0.16.1 in /PreMailer.Net/PreMailer.Net by @dependabot in #272
- Build(deps): Bump AngleSharp from 0.16.0 to 0.16.1 in /PreMailer.Net/PreMailer.Net.Tests by @dependabot in #271
- Preserve unsupported media queries in head element by @sleeplessghost in #275
New Contributors
- @sleeplessghost made their first contribution in #275
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Migrate tests to Xunit by @martinnormark in #207
- Publish new tag to NU Get by @martinnormark in #208
- Fix: Keep css attributes in logical order (#53) by @r-Larch in #253
- Append analytics query string before anchor tag by @bjnoel in #255
- Fix: Generate inline styles without !important (#149) by @r-Larch in #260
- Fix: Build warning xUnit2009: Do not use .. by @r-Larch in #261
New Contributors
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.3
v2.1.2
v2.1.0
v2.0.1
Add support for .Net Framework 4.5+