This repository has been archived by the owner on May 27, 2022. It is now read-only.
Releases: zaknesler/tailwind-preset
Releases · zaknesler/tailwind-preset
v7.2.1
v7.2.0
v7.1.0
v7.0.1
v7.0.0
Changelog
- Drastically reduce code duplication by extracting Blade components for form inputs, nav items, and templates
- Refresh UI with dark header, better nav items, new welcome view, prettier input fields, and use of logo alongside app name
- Update
tailwindcss
from1.6
to1.7
- Update
axios
from0.19
to0.20
- Update
cross-env
from6.0
to7.0
- Use "complex" Tailwind classes in extracted
.btn
component (such asfocus:outline-none
) - Add missing Laravel Echo example in
bootstrap.js
- Add support for Laravel 8 (not yet released)
v6.0.0
Changelog
- Add support for Laravel 7 (depend on laravel/ui)
- Update
tailwindcss
from1.1
to1.4
- Remove
laravel-mix-purgecss
(it is now built in to Tailwind) - Clean up views
v5.0.0
Changelog
- Update
autoprefixer
from9.6
to9.7
- Update
cross-env
from5.2
to6.0
- Update
laravel-mix
from4.1
to5.0
- Update
laravel-mix-purgecss
from4.1
to4.2
- Add localization helpers and publish an
en.json
file for easy translation - Add
auth/confirm.blade.php
view for the newpassword.confirm
middleware added in Laravel 6