Skip to content

Releases: jeffreyvr/tailpress

3.4.0

22 Dec 15:00
Compare
Choose a tag to compare

Full Changelog: 3.3.0...3.4.0

3.3.0

29 Mar 09:42
Compare
Choose a tag to compare

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

Full Changelog: 3.2.0...3.3.0

3.2.0

28 Oct 13:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.0...3.2.0

3.1.0

27 Jun 11:32
Compare
Choose a tag to compare

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 and max-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

Full Changelog: 3.0.0...3.1.0

3.0.0

14 Dec 16:21
Compare
Choose a tag to compare

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 and dbhost.

https://github.com/jeffreyvr/tailpress-installer

2.0.0

03 Sep 13:19
Compare
Choose a tag to compare
  • 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 (previously tailpress_mix).
  • tailpress_asset function thaty appends a time parameter if wp_get_environment_type() does not return production for cache busting (instead of the previously used versioned assets through mix-manifest.json).
  • Update screenshot.png.
  • Remove block-editor.css, only use editor-style.css.
  • Moving editor-style.css from root to css directory.
  • Update readme.

1.0.0

25 Aug 20:51
Compare
Choose a tag to compare
  • Replace tailpress.json with theme.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

18 Jun 15:01
Compare
Choose a tag to compare
  • Now uses Tailwind CSS 2.2.0.
  • More specific purge configuration (due to #32).

0.1.0

17 Jun 14:45
Compare
Choose a tag to compare
  • No longer depending on jQuery.
  • Fixes text color classes for the Block Editor.
  • Use safelist.txt to prevent WP classes from being purged.
  • Readme changes.
  • MIT License.

0.0.9

05 Apr 19:44
Compare
Choose a tag to compare

Updating to Tailwind CSS v2.1 which includes the JIT engine in core among other things.