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
v0.0.9-pre
Changelog
- Add
503
error page.
v0.0.8-pre
Changelog
- Add
404
and500
http error pages. - Use application name as home link for authentication pages.
- Rename stub files to have only
.stub
at the end (original names caused conflicts with continuous integration).
v0.0.7-pre
Changelog
- Use standalone
tailwindcss
package instead oflaravel-mix-tailwind
. - Override all packages upon installation.
v0.0.6-pre
Changelog
- Use dark menu icon.
v0.0.5-pre
Changelog
- Check
routes/web.php
file for existing routes before installing. - Clean up
Tailwind.php
class.
v0.0.4-pre
Changelog
- Add
rounded-b
to bottom of forms.
v0.0.3-pre
Changelog
- Use custom input outlines.
- Add
outline-none
class. - Add
focus
variant to theborderColor
module.
v0.0.2-pre
Changelog
- Add responsive navigation menu.
- Use bold font for authentication links on the welcome view.
v0.0.1-pre
This is the first pre-release. I want to ensure that no bugs are present and that everything is completed and ready for production before I create an official release.