Releases: tailpress/tailpress
Releases · tailpress/tailpress
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.