Skip to content

Releases: jeffreyvr/tailpress

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.0.3

21 Dec 23:10
Compare
Choose a tag to compare

Releasing version 0.0.3

  • Update Laravel Mix from version 5^ to 6^.
  • Removing Laravel Mix Tailwind, defining plugins within webpack.mix.js instead.
  • Switching from Sass to PostCSS for faster compiling.
  • Moved TailPress colors and font size settings to tailpress.json file.
  • Use tailpress.json to populate editor-color-palette and editor-font-sizes theme support automatically.
  • New screenshot.
  • Update readme.
  • Other minor fixes and improvements.

0.0.2

24 Nov 15:01
Compare
Choose a tag to compare

Releasing version 0.0.2

  • Adding basic support for the block editor Gutenberg by generating alignment, font size and color classes.
  • Contains four theme colors out of the box, being primary, secondary, dark and light. This is adjustable of course.
  • Loading a editor-style.css.
  • Removing double slashes on resulting manifest asset URLs.
  • Modified template files to have a better starting point (including horizontal main navigation, footer always at the bottom for short pages).
  • Added a basic 404 page template.

0.0.1

19 Nov 10:13
Compare
Choose a tag to compare

Release of version 0.0.1.

Using TailwindCSS ^1.9.6.