Maizzle v4.0.0-alpha.2
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"
}
- fix: tailwind content sources with template source as function 5829021
- feat: expose config to template sources as function da52970
- refactor: throw if templates source is invalid 65ffd84
- fix: prevent overwriting css with user-configured file d0c8381
- refactor: stop disabling or adding tailwind plugins in core d14cf40
- Add check for null 3dddd08