This repository was archived by the owner on Feb 14, 2024. It is now read-only.
Open
Conversation
ee7ae4f to
f6586ac
Compare
2e08e4e to
9faeb90
Compare
9faeb90 to
615ad6f
Compare
615ad6f to
071808f
Compare
071808f to
4f45d7d
Compare
3c2cd66 to
59890f8
Compare
59890f8 to
171064d
Compare
171064d to
2f2b5b1
Compare
2f2b5b1 to
2469754
Compare
2469754 to
0af6db8
Compare
0af6db8 to
cf4a63c
Compare
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml |
cf4a63c to
74996d0
Compare
6c610d7 to
a9ff791
Compare
386c2b0 to
037be28
Compare
3d6fbac to
a8ea431
Compare
06134c2 to
71eae4a
Compare
71eae4a to
9be8217
Compare
9be8217 to
d259adc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.2->4.7.610.4.8->10.4.172.0.0->2.0.31.2.0->1.4.1Release Notes
maizzle/framework (@maizzle/framework)
v4.7.6Compare Source
This patch release mainly improves and adds a few more type definitions.
Added
eventstypescbae538<fetch>tag config types426ce9aChanged
build.browsersynctypesb8eeb4cf69a6aa33fe6ecv4.7.5Compare Source
fast-globinstead ofglob-promiseb23ecb6v4.7.4Compare Source
Changed
prettifytransformere8fa91dv4.7.3Compare Source
Fixed
prettifyformatting issuesa1be18bembeddedLanguageFormatting(auto)style=""attribute values broken on multiple lines</pre>closing tags (>on separate line)'to"in attribute values>being broken on to a separate linev4.7.2Compare Source
Fixed
1d3c97be945952Changed
d0f14f4e628012d2c670f0063021v4.7.1Compare Source
5e923b3v4.7.0Compare Source
This release switches the
prettifyTransformer to useprettierinstead ofpretty, fixing an issue with indenting HTML comments (#1071)prettifytransformer4861d77eece5a25928de094ce6e536136cdv4.6.5Compare Source
8bb1e0c33f228c691a8997e1c4313ce0513v4.6.4Compare Source
4c2bd26eb9895ev4.6.3Compare Source
9ac0e80ee7c0a366694a6v4.6.2Compare Source
A quick patch release so we can update to Tailwind CSS 3.4, among others:
671944d495dd71fb6c84bbf86fb76f54a6c48bcaf2be1399dv4.6.1Compare Source
This release adds support for
maizzle.config.jsfiles and fixes an issue with the file watcher.Here's how you can use it:
config.jsormaizzle.config.jsmaizzle buildmaizzle serveconfig.production.jsormaizzle.config.production.jsmaizzle build productionmaizzle serve productionFixed
d82c1d231bd40bmaizzle.config.jsfilesc97f5a8v4.6.0Compare Source
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.jsin VS Code: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.0Compare Source
New features
This release exposes the
configobject as the second parameter of theafterBuildevent function, so you can read it like this:Commits
52c1246cddccd58ff61cav4.4.7Compare Source
Changed
Changed the default
roleattribute value frompresentationtonone- they both do the same thing andnoneis 8 characters shorter:So if your email has ~125 tables, this automatically saves 1kB. Doesn't sound like much, but it's an easy win and can add up.
979fe21v4.4.6Compare Source
This patch release changes when the
safeClassNamesTransformer runs by default and fixes an issue where the incorrect Tailwind config was being used with thetailwindcssfilter (i.e. in<style tailwindcss>).dc3f5c81bb5cede06df04d6abc6e8d8af3dv4.4.5Compare Source
This patch release updates some dependencies and fixes a couple of issues with Tailwind CSS and the
removeUnusedCSSTransformer.Fixed
737efcda739b10v4.4.4Compare Source
Fixed
fixed an issue where selectors safelisted with
removeUnusedCSS.whitelistwere still being removed after they were inlined. To make sure that a selector that was inlined will not be removed from the HTML markup, you need to safelist it like this:fixed an issue where
removeInlinedSelectorscould not be disabled.You may now choose to not remove from the HTML any CSS classes that were inlined:
CSS will be inlined, but classes will not be removed from the elements or from
<style>.v4.4.3Compare Source
Changed
9d4010e7f9693cv4.4.2Compare Source
Fixed
66fbe3b, #952v4.4.1Compare Source
Fixed
src/templates/test.com) were not being generatedChanged
{raw: html, extension: 'html'}to Tailwind'scontent.filesonly ifhtmlwas passed to the Tailwind compiler - this happens/is needed only when using Maizzle programmatically, so we removed it for normal use casesv4.4.0Compare Source
🥳
v4.4.0is here, bringing a new Components system, new Starter components,omit/skip, and tons of bugfixes!New features
Blade-like Components system
We have a new, awesome Components system! It uses Blade-like syntax and comes with a lot of cool features, like slots, stacks, props, and more! Checkout the new Components documentation for more information.
Added new Starter Components: Spacer, Divider, Button
Added new
omitoption for templates (docs) #851Added new
skipoption for templates (docs) #851Added
shorthandCSSas an alias forshorthandInlineCSS#855Added support for
config.cjsfiles #873Added support for
fortag name in loops #902Changed
tailwind.config.jsin the Starter to use types, so you now get autocompletion for config keys in your IDEbuild.templates.sourcedefined in the config #8786c36024Fixed
removeUnusedCSSwhere some selectors were being purged even if they were a pseudo selector or part of a media query #853<style>tag #855<style>tag #855undefinedwas being prepended to VML src paths if you were using object syntax forbaseURL#857baseURLdefaults preventing URLs from being prepended, when it was configured as an object #877removeUnusedCSSwas running in local dev, even though it wasn't enabled in the configf105672contentpaths for Layouts and Components were removed if the user configuredcontentas an array in theirtailwind.config.js0641846!importantd4e54dapermalinkFront Matter option not working4e4f742v4.3.1Compare Source
8902315eb6e791a92ef1a680c25b018a940ec47b36v4.3.0Compare Source
Added
cd9d629,7ea459d)1ca9728)Fixed
styleToAttributeis enabledea2ea39af9b6dcinlineCssoptions from config876ce9akeepOnlyAttributeSizes0c6d9e9removeUnusedCSSonly if enabled33b07b2v4.2.5Compare Source
Fixed
bg-[rgba(0,0,0,0.75)], becausesafeClassNameswasn't handling them properly2f57d42Changed
fileskey to package.json, to define the files that should be included in the package4a8beb74ce5ec5v4.2.4Compare Source
Fixed
replaceStringstransformer runs last (#804,4b401d1)v4.2.3Compare Source
Changed
safeClassNames(#797,3815cd1)removeUnusedCSS(#797,538a93d)removeAttributestransformer344b2b21eb77b027d54ffstring-strip-htmllibrary for preventing widow wordsa5aef6cFixed
hrefvalues innot-plaintexttags are removed (#780,1ef8e8e)<style>tagsaae4813e4b5da2,b1beedf)config.jsroot paths in tailwindcss content sources5d6fc16node.attrsin prevent widows transformer4035533=""to valueless attributes (4824329,6f5a149,1eec925,a8a1299)v4.2.2Compare Source
Fixed
884ba7c64e661ev4.2.1Compare Source
Fixed
28d42c3build.tailwind.cssinpostcssfilter923f24bpostcss-importonly if thebuild.tailwind.cssfile existsfb28b23_optionsforurlParameterstransformer19ffe0cbuild.tailwind.compiledpath was not being used if definedd141425c98ac58558d4cdChanged
4e25bedSyntaxErrorinstead ofconsole.erroring a plainError4a9d6ecv4.2.0Compare Source
Added
Added a
<not-plaintext>tag that you can use to discard content from a plaintext version while still keeping it in the HTML.Plaintext:
HTML:
Fixed
Fixed an issue where
plaintext: truein a template's Front Matter was not generating the plaintext file (#707,254490e)v4.1.2Compare Source
This release adds a fix for compatibility with plugins such as
@tailwindcss/typographythat use advanced regex patterns that might cause the CSS cleanup function to break.Changed
d5de926v4.1.1Compare Source
This release fixes an issue with CSS cleanup, where some properties were being wrongfully removed (#728)
Changed
99c1aeeee649d3v4.1.0Compare Source
New features
CSS selectors
urlParameterstagsAs requested in #749, you may now use CSS selectors to select only certain tags or attributes to apply URL parameters to:
This way you can apply parameters only to specific URLs, or only to URLs on certain
<a>tags, for example.Simplified
baseURLtags listIt's now easier to apply a
baseURLto just a few tags, by simply passing in the tags list in array format:That will apply the
urlto all known source attributes on all<img>elements in your HTML, likesrc=""orsrcset=".Support for
@font-faceinbaseURLThe
baseURLtransformer now prepends URLs tourl()sources in@font-facedeclarations.build.current.pathThe config now contains
build.current.path, an object containing a parsed path of the currently being processed template file:strictoption forurlParametersBy default, the
urlParameterstransformer will append query parameters only to valid URLs.You may disable strict mode to append parameters to any string:
Input:
Result:
v4.0.3Compare Source
Changed
ec16e2fpostcss/autoprefixer (autoprefixer)
v10.4.17Compare Source
user-select: containprefixes.v10.4.16Compare Source
v10.4.15Compare Source
::backdropprefixes (by 一丝).v10.4.14Compare Source
v10.4.13Compare Source
v10.4.12Compare Source
v10.4.11Compare Source
text-decorationprefixes by moving to MDN data (by Romain Menke).v10.4.10Compare Source
unicode-bidiprefixes by moving to MDN data.v10.4.9Compare Source
css-unicode-bidiissue from latest Can I Use.maizzle/tailwindcss-email-variants (tailwindcss-email-variants)
v2.0.3Compare Source
3945ad26f01b4925c2e9a8c6d03dv2.0.2Compare Source
Just a maintenance release that updates some dependencies:
34a299f380cc07125581d4f9cb1av2.0.1Compare Source
This release updates dependencies, for the full list of updates see:
maizzle/tailwindcss-mso (tailwindcss-mso)
v1.4.1Compare Source
0473f24v1.4.0Compare Source
This release migrates the test suite to use Vitest, and adds a bunch of new utilities:
For border colors:
mso-border-altmso-border-betweenmso-border-bottom-altmso-border-left-altmso-border-right-altmso-border-top-altFor border widths:
mso-border-between-widthmso-border-width-altmso-border-bottom-width-altmso-border-left-width-altmso-border-right-width-altmso-border-top-width-altOther border-related utilities:
mso-border-bottom-sourcemso-border-left-sourcemso-border-right-sourcemso-border-top-sourcemso-border-shadowmso-border-effectOther utilities:
mso-shadow-colorCommit highlights:
f5f3a23e054f1bb564bed123abddv1.3.0Compare Source
Added
respectImportantplugin option (by default, the plugin does not respect theimportantkey in your Tailwind config)mso-font-alt(uses values in your config'sfontFamily)mso-arabic-font-familymso-para-margin,mso-para-margin-top,mso-para-margin-right,mso-para-margin-bottom,mso-para-margin-leftmso-element-topmso-element-frame-heightmso-shadingmso-element-wrapmso-element-frame-vspace,mso-element-frame-hspaceChanged
avawithjestfor testsFixed
Configuration
📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.