Releases: zaknesler/tailwind-preset
v4.0.0
Changelog
- Switched to using
@tailwindcss/custom-forms
in favor of previous form styles - Updated
axios
from0.18
to0.19
- Installed
autoprefixer
- Removed all CSS preprocessing. Less was cumbersome and unnecessary after removing the custom form styles, so I switched to plain ol' CSS
- All input border / outline colors are based on the "brand" color palette defined in Tailwind theme
- Views have been cleaned up
- This package now maintains a preference of
margin-left
andmargin-top
utilities in the markup - Improved design of header, giving more click space for each item
v3.1.0
v3.0.0
This release provides support for Tailwind 1.0!
Changelog
-
Extracted the form classes into the
less/partials/_form.less
file, which dramatically reduces duplication throughout the authentication views. I've fought with this idea for a while but I do believe it is a worthy extraction. -
The theme for this preset now has a
brand
color, which simply spreads in the blue from the default theme. This makes it easy to quickly update the default color palette in one file. This also makes it easy to use your own customized theme. -
The previous two versions have used Steve Schoger's Heroicons UI icons for the form inputs, but I have switched them to the Zondicons icons, also created by Steve.
-
The hamburger menu icon now has padding, meaning it's more forgiving when trying to click on mobile. Previously just the area enclosed by the SVG itself was clickable, but it now extends out a little further.
-
Regarding visual changes, the authentication views have been cleaned up and I have applied a little more rounding on the corners of all elements, a jump from
rounded
torounded-lg
. -
Updated the error page designs so the error code is more prominent and changed the "go back" link to a "Home" link. The "go back" link used
url()->previous()
which sometimes causes an annoying loop in some situations.
v2.3.0
v2.2.0
v2.1.0
v2.0.0
Changelog
- Update
laravel-mix-purgecss
from3.0
to4.0
- Use
.stub
extension for all templates (so they are unlikely to appear in searches) - Use different anchor hover animations
- Tidy everything up, clean up classes
- Refresh forms with box shadows and such
- Overall cleaner UI 👍