Skip to content

Releases: maizzle/framework

v4.7.3

26 Jan 15:37
Compare
Choose a tag to compare

Fixed

  • prettify formatting issues a1be18b
    • use default embeddedLanguageFormatting (auto)
    • rewrite closing slash only for known self closing tags
    • fix style="" attribute values broken on multiple lines
    • fix broken </pre> closing tags (> on separate line)
    • undo escaping ' to &quot; in attribute values
    • fix some attributes and closing > being broken on to a separate line

v4.7.2...v4.7.3

v4.7.2

21 Jan 11:19
Compare
Choose a tag to compare

Fixed

  • fix: remove custom regexes in prettier output reformatting 1d3c97b
  • fix: prevent prettier from formatting embedded code e945952

Changed

  • build(deps): bump autoprefixer from 10.4.16 to 10.4.17 d0f14f4
  • build(deps): bump prettier from 3.2.2 to 3.2.4 e628012
  • chore: create FUNDING.yml d2c670f
  • build(deps): bump prettier from 3.1.1 to 3.2.2 0063021

v4.7.1...v4.7.2

v4.7.1

14 Jan 19:39
Compare
Choose a tag to compare
  • fix: don't remove space before style attribute 5e923b3

v4.7.0...v4.7.1

v4.7.0

12 Jan 16:35
Compare
Choose a tag to compare

This release switches the prettify Transformer to use prettier instead of pretty, fixing an issue with indenting HTML comments (#1071)

  • feat: use prettier for prettify transformer 4861d77
  • build(deps-dev): bump c8 from 9.0.0 to 9.1.0 eece5a2
  • build(deps): bump posthtml-base-url from 2.0.0 to 2.0.1 5928de0
  • build(deps): bump posthtml-content from 1.0.2 to 1.0.3 94ce6e5
  • chore: update readme.md 36136cd

v4.6.5...v4.7.0

v4.6.5

09 Jan 17:59
Compare
Choose a tag to compare
  • build(deps): bump posthtml-content from 0.1.2 to 1.0.2 8bb1e0c
  • build(deps): bump follow-redirects from 1.15.2 to 1.15.4 33f228c
  • build(deps): bump posthtml-match-helper from 1.0.3 to 1.0.4 691a899
  • build(deps): bump tailwindcss from 3.4.0 to 3.4.1 7e1c431
  • build(deps): bump postcss from 8.4.32 to 8.4.33 3ce0513

v4.6.4...v4.6.5

v4.6.4

05 Jan 12:16
Compare
Choose a tag to compare
  • build(deps-dev): bump c8 from 8.0.1 to 9.0.0 4c2bd26
  • build(deps): bump postcss-merge-longhand from 6.0.1 to 6.0.2 eb9895e

v4.6.3...v4.6.4

v4.6.3

29 Dec 14:23
Compare
Choose a tag to compare
  • revert: object merging 9ac0e80
  • build(deps): bump browser-sync from 2.29.3 to 3.0.2 ee7c0a3
  • change order of transformers, put function below the guard 66694a6

v4.6.2...v4.6.3

v4.6.2

20 Dec 16:29
Compare
Choose a tag to compare

A quick patch release so we can update to Tailwind CSS 3.4, among others:

  • build(deps): bump tailwindcss from 3.3.7 to 3.4.0 671944d
  • build(deps): bump postcss-merge-longhand from 6.0.0 to 6.0.1 495dd71
  • build(deps-dev): bump np from 9.1.0 to 9.2.0 fb6c84b
  • build(deps): bump juice from 9.1.0 to 10.0.0 bf86fb7
  • build(deps): bump postcss from 8.4.31 to 8.4.32 6f54a6c
  • build(deps): bump fs-extra from 10.1.0 to 11.2.0 48bcaf2
  • build(deps-dev): bump @types/markdown-it from 13.0.6 to 13.0.7 be1399d

v4.6.1...v4.6.2

v4.6.1

07 Nov 15:55
Compare
Choose a tag to compare

This release adds support for maizzle.config.js files and fixes an issue with the file watcher.

Here's how you can use it:

Config file Command
config.js or
maizzle.config.js
maizzle build
maizzle serve
config.production.js or
maizzle.config.production.js
maizzle build production
maizzle serve production

Fixed

  • await write finish when watching files d82c1d2
  • browsersync config file watcher 31bd40b
  • add support for maizzle.config.js files c97f5a8

v4.6.0...v4.6.1

v4.6.0

04 Sep 13:39
Compare
Choose a tag to compare

New features

This release adds type definitions to all exports (thanks to @gaurishhs), so you can now get autocomplete suggestions in your editor.

For example, here's config.js in VS Code:

image

Fixed

#1058 fixed an issue with how data structures (objects) were merged, which was causing values to be overwritten in arrays nested inside an object (raised in #1057).

v4.5.0...v4.6.0