Releases: tailpress/tailpress
Releases · tailpress/tailpress
5.0.2
What's Changed
- Update tailpress/framework for fixing Vite when using non iframe block editor tailpress/framework#3
- Only render header if there is content for it by @joshsmith01 in #285
New Contributors
- @joshsmith01 made their first contribution in #285
Full Changelog: 5.0.1...5.0.2
5.0.1
5.0.0
- 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
4.0.0
What's Changed
- [4.x] Adding Tailwind CSS v4 support by @jeffreyvr in #254
- Add support for responsive embeds by @brendannee in #217
New Contributors
- @brendannee made their first contribution in #217
Notes
- The npm package is no longer needed 🫡, instead everything is directly customisable through the css files (mostly
theme.css
andutilities.css
) in theresources
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
Full Changelog: 3.3.0...3.4.0
3.3.0
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
- @jarednthomas made their first contribution in #155
- @davidangel made their first contribution in #180
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Update to Tailwind CSS v3.2
- Fix typo "under" by @justingolden21 in #129
- Enable Tailwind's nesting plugin by @ecastillo in #144
- Remove unnecessary div by @justingolden21 in #132
New Contributors
- @justingolden21 made their first contribution in #129
- @ecastillo made their first contribution in #144
Full Changelog: 3.1.0...3.2.0
3.1.0
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
andmax-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
- @tim-the-arcane made their first contribution in #89
Full Changelog: 3.0.0...3.1.0
3.0.0
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
anddbhost
.