Releases: jeffreyvr/tailpress
Releases · jeffreyvr/tailpress
3.4.0
3.3.0
What's Changed
- Update to Tailwind CSS v3.3.0
- Laravel Mix is (again) the default compiler instead of esbuild (use
compiler="esbuild"
with the installer if you want to keep using that) - tw 3.1 adds first party typescript types by @jarednthomas in #155
- Update minor typo by @davidangel in #180
New Contributors
- @jarednthomas made their first contribution in #155
- @davidangel made their first contribution in #180
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Update to Tailwind CSS v3.2
- Fix typo "under" by @justingolden21 in #129
- Enable Tailwind's nesting plugin by @ecastillo in #144
- Remove unnecessary div by @justingolden21 in #132
New Contributors
- @justingolden21 made their first contribution in #129
- @ecastillo made their first contribution in #144
Full Changelog: 3.1.0...3.2.0
3.1.0
What's Changed
- Tailwind font sizes are now set as defined in
theme.json
. - Breakpoints now based on WordPress defaults (https://developer.wordpress.org/block-editor/reference-guides/packages/packages-viewport/#usage).
- Providing
w-content
,max-w-content
,w-wide
andmax-w-wide
utility classes. - Content width is now actually the width as defined in
theme.json
. - Fixing align wide, width as defined in
theme.json
. - Updating Tailwind CSS to version 3.1.0.
- Fix issues package.json scripts on Windows.
New Contributors
- @tim-the-arcane made their first contribution in #89
Full Changelog: 3.0.0...3.1.0
3.0.0
Despite upgrading to Tailwind CSS 3.0.0 only took minor changes for TailPress, it makes sense to bump the version as the Tailwind update is a major one. There are also some new options for the TailPress installer (see below).
TailPress
- Updating to Tailwind CSS 3.0.0.
TailPress installer
- The TailPress installer (^0.2.0) now allows you to use Laravel Mix instead of esbuild by setting
--compiler=mix
. - You may now also set
dbname
,dbuser
,dbpass
anddbhost
.
2.0.0
- Switching to Tailwind CLI and esbuild instead of LaraveL Mix.
- Removing
theme
subdirectory setup as it is no longer needed with the new build setup. - Removing
TailPress
class and it's functions (tailpress()->get_header()
etc.) throughout the theme. - New
tailpress_asset
function to get the URL of an asset (previouslytailpress_mix
). tailpress_asset
function thaty appends atime
parameter if wp_get_environment_type() does not returnproduction
for cache busting (instead of the previously used versioned assets throughmix-manifest.json
).- Update screenshot.png.
- Remove
block-editor.css
, only useeditor-style.css
. - Moving
editor-style.css
from root tocss
directory. - Update readme.
1.0.0
- Replace
tailpress.json
withtheme.json
as used by WordPress core. - Move template files into
theme
subdirectory. - Move tailwind plugin to a separate repository.
- Update readme and adding section on using installer.
0.1.1
0.1.0
0.0.9
Updating to Tailwind CSS v2.1 which includes the JIT engine in core among other things.