Skip to content

v4.0.0-alpha.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@cossssmin cossssmin released this 19 Feb 13:55
· 841 commits to master since this release

This prerelease fixes a bunch of issues we've identified in the first v4 alpha release, as well as some older ones.

Next release will most likely be the stable v4.0.0, so you can pretty much start using it right now by installing from the next dist tag:

"dependencies": {
-  "@maizzle/framework": "^3.0.0"
+  "@maizzle/framework": "next"
}

New Features

  • Expose config to template sources when they're defined as a function da52970

Fixed

  • Use correct Tailwind CSS content sources when template source is defined as a function 5829021
  • Prevent overwriting CSS with user-configured file d0c8381
  • Ensure match exists when using the baseURL transformer on VMLs 3dddd08

Changed

  • Throw if templates source is invalid 65ffd84
  • Stop disabling or adding Tailwind plugins in core d14cf40

v4.0.0-alpha.1...v4.0.0-alpha.2