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

5.0.2

14 May 13:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.1...5.0.2

5.0.1

27 Apr 18:43
Compare
Choose a tag to compare
workflow update

5.0.0

27 Apr 16:56
Compare
Choose a tag to compare
  • Major update to default styling and template files
  • Vite as default compiler (docs)
  • Use composer autoloading
  • Use tailpress/framework package for theme setup
  • Improvement default comments styling
  • Adding Pagination class
  • Search bar in header
  • Command to create a ZIP-version of your theme (docs)

Full Changelog: 4.0.1...5.0.0

4.0.1

12 Mar 22:10
edbda13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

12 Feb 16:21
948d8ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Notes

  • The npm package is no longer needed 🫡, instead everything is directly customisable through the css files (mostly theme.css and utilities.css) in the resources folder
  • As of v4 we only support Laravel Mix via the installer, which means esbuild is no longer available

Full Changelog: 3.4.0...4.0.0

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

0