Skip to content

Releases: maizzle/framework

v5.1.0

13 Jun 14:11
Compare
Choose a tag to compare
  • feat: use commas instead of slash for css color opacity modifiers f26774b
  • build(deps): bump postcss from 8.5.4 to 8.5.5 c7e2a02

v5.0.9...v5.1.0

v5.0.9

12 Jun 11:55
Compare
Choose a tag to compare

This release fixes an issue where builds failed because preferUnitlessValues (which is on by default) was throwing an error when encountering invalid inline CSS. See #1512 for details.

  • fix: skip parsing invalid css in preferUnitlessValues e891c14

v5.0.8...v5.0.9

v5.0.8

15 Apr 14:28
Compare
Choose a tag to compare

This release fixes an issue that prevented the use of posthtml.plugins.before and posthtml.plugins.after simultaneously.

  • fix: posthtml.plugins.before 4374706
  • build(deps): bump vite from 6.2.5 to 6.2.6 cafa1f6

v5.0.7...v5.0.8

v5.0.7

03 Apr 13:45
Compare
Choose a tag to compare

This release fixes an issue with existing alt attribute values being overwritten (removed) by the addAttributes transformer.

We've also updated some type definitions, and are now including the license and changelog in the NPM package.

  • chore: add license and changelog to dist 4685745
  • build(deps): bump posthtml-extra-attributes from 3.1.2 to 3.1.3 f083636
  • chore: update types a5c08ce

v5.0.6...v5.0.7

v5.0.6

12 Mar 14:20
Compare
Choose a tag to compare
  • fix: skip vml tags when replacing sources inside mso comments e1a867f

v5.0.5...v5.0.6

v5.0.5

10 Mar 18:38
Compare
Choose a tag to compare
  • fix: broad regex when checking for selectors to preserve 97073e4

v5.0.4...v5.0.5

v5.0.4

10 Mar 16:05
Compare
Choose a tag to compare
  • fix: handling of pseudo-classes when inlining css c0b7457

v5.0.3...v5.0.4

v5.0.3

10 Mar 15:04
Compare
Choose a tag to compare
  • fix: handling of base64 encoded css values in preferUnitlessValues 2e0b456, #1468

v5.0.2...v5.0.3

v5.0.2

04 Mar 16:23
Compare
Choose a tag to compare

Fixed

  • fix: handle baseUrl inside mso comments for non-vml tags 935d4fb
  • build(deps): bump posthtml-base-url from 3.1.6 to 3.1.7 35306ff
  • fix: export correct generatePlaintext type definition 0dc868a
  • fix: plaintext files output path 9fba8f7
  • fix: output files at root of output.path bdc66b6
  • fix: ensure node exists 85c4685

v5.0.1...v5.0.2

v5.0.1

24 Feb 15:41
Compare
Choose a tag to compare

Fixed

  • fixed an issue with HMR in workspaces and pnpm projects 0c7f1eb, #1410
  • fixed an issue preventing <fetch> from working 16f8004, #1416

Changed

  • updated dependencies (see compare link below)

v5.0.0...v5.0.1