Skip to content

v7 upgrade guide

TinaH edited this page Dec 8, 2020 · 6 revisions

You can use this version with both Tailwind 1.0 and 2.0

You don't have to publish the new theme. There are two publish commands, use the one that matches your Tailwind version.

Breaking changes

  • There are no breaking changes, except that the default vendor:publish command publishes
    Tailwind 2.0 stubs instead of Tailwind 1.0. (There are separate publish commands for both versions)
  • IMPORTANT Using the new theme, doesn't make the rest of your app compatible with Tailwind 2.0. Follow the instructions in the official Tailwind upgrade guide to upgrade the rest of your app.

Upgrade instructions

New

  • Tailwind 2.0 tall-theme.css
  • New vendor:publish commands have been added for Tailwind 1.0 and 2.0 stubs.
  • The make:tall-forms-installation has been updated to support Tailwind 2.0, + tested on Laravel 8 with/without Jetstream and Breeze
  • Tailwind 1.0 "Teal" color is added to the new Tailwind 2.0 theme for backward compatibility.
  • Tailwind custom-forms plugin classes (form-input, form-select...) are added to the Tailwind 2.0 theme for backward compatibility.
  • The new theme has some modifications regarding the styling of inputs. (see, tall-theme.css)
  • Watch the screen casts on the TallForms Youtube channel, for a detailed walk-through.
  • The 2.0 theme contains:
    • deprecated form-*classes.
    • all the Teal colors from Tailwind 1.x
    • shadow-xs class
    • you can continue using them just as in Tailwind 1.0
Clone this wiki locally