Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Releases: zaknesler/tailwind-preset

v4.0.0

16 Jun 17:08
b478a2b
Compare
Choose a tag to compare

Changelog

  • Switched to using @tailwindcss/custom-forms in favor of previous form styles
  • Updated axios from 0.18 to 0.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 and margin-top utilities in the markup
  • Improved design of header, giving more click space for each item

v3.1.0

04 Jun 19:50
891be71
Compare
Choose a tag to compare

Changelog

  • Fix verify view (had remnants of previous version in there 😰)
  • Remove unnecessary register route check in register view

v3.0.0

13 May 14:10
92c493f
Compare
Choose a tag to compare

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 to rounded-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

03 Mar 17:53
Compare
Choose a tag to compare

Changelog

  • Update laravel-mix-purgecss from 4.0 to 4.1
  • Update vue from 2.5 to 2.6
  • Update vue-template-compiler from 2.5 to 2.6

v2.2.0

27 Jan 04:03
Compare
Choose a tag to compare

Changelog

v2.1.0

27 Jan 03:54
Compare
Choose a tag to compare

Changelog

  • Decrease the spacing between inputs

v2.0.0

12 Jan 22:34
3ff5802
Compare
Choose a tag to compare

Changelog

  • Update laravel-mix-purgecss from 3.0 to 4.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 👍

v1.5.0

18 Dec 18:04
Compare
Choose a tag to compare

Changelog

  • Update Laravel Mix from 2.1 to 4.0
  • Update Less from 3.8 to 3.9

v1.4.0

11 Nov 23:35
Compare
Choose a tag to compare

Changelog

  • Fix navigation items not collapsing on smaller screens

v1.3.2

09 Nov 14:58
Compare
Choose a tag to compare

Changelog

  • Check that application registration is enabled on login page, as well