-
-
Notifications
You must be signed in to change notification settings - Fork 86
v7 upgrade guide
TinaH edited this page Dec 8, 2020
·
6 revisions
You don't have to publish the new theme. There are two publish commands, use the one that matches your Tailwind version.
- 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 your app to Tailwind 2.0
- Follow the instructions in the official Tailwind upgrade guide
- Read the "Manual Installation/Tailwind 2x Config" and "Manual Installation/Laravel Mix", for tips on required plugins and
webpack.mix.js
examples.
- Backup your
tall-forms.css
. Publish the Tailwind 2.0 theme withphp artisan vendor:publish --tag=tall-form-theme-css
- 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
- deprecated
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications