8000 Releases · tailpress/tailpress · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: tailpress/tailpress

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.

0.0.8

23 Mar 16:29
Compare
Choose a tag to compare
  • Using TailwindCSS JIT for way faster compiling.
  • Updated readme.
  • Fix loading styling in block editor.
  • Check if mix-manifest.json file exists to prevent warning message.

0.0.7

15 Feb 13:08
Compare
Choose a tag to compare
  • Adding the option to apply submenu_class to the wp_nav_menu args.
  • Adding the option to apply classes on li_class and submenu_class on specific depths, like: li_class_0.

0.0.6

08 Feb 18:38
Compare
Choose a tag to compare

Fixes issue on Windows.

0.0.5

24 Dec 14:13
Compare
Choose a tag to compare
  • Set selectors on single line since this seems to cause issues (nested CSS) with production build (241a612).

0.0.4

22 Dec 23:34
Compare
Choose a tag to compare
  • Add nested CSS support for PostCSS.
  • Minor readme changes.
0