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.