- Upgrades Tailwind CSS to
v3.4
. See what's new in Tailwind CSS v3.4.
- Upgrades Tailwind CSS dependencies;
- Removes
@tailwindcss/line-clamp
dependency as it's now included in Tailwind by default; - Ensures Django 5.0 support;
- Drops Python 3.8, 3.9 support;
- Ensures Python 3.12 support;
- Updates docs for Windows users;
- Updates example Dockerfile;
- Adds support for Django 4.2.
- Stops caching CSS in DEBUG mode.
- Makes django-browser-reload dependency optional to install by using the [reload] extras.
- Adds instructions on how to contribute
- Upgrades Tailwind CSS dependencies;
- Updates Django dev dependencies;
- Upgrades Tailwind CSS dependencies;
- Updates Django dev dependencies;
- Makes
cookiecutter
dependency optional by installing it automatically whenpython manage.py tailwind init
is run; - Updates Django dev dependencies;
- Upgrades Tailwind CSS dependencies;
- Upgrades Django dependencies;
- Brings removed
browser-sync
snippet to support legacy configs; - Follow migrating from
browser-sync
todjango-browser-reload
instructions if you've upgraded.
- Replaces
nodemon
andbrowser-sync
withdjango-browser-reload
; - Deprecates
TAILWIND_DEV_MODE
setting, the development mode now is deemed whenDEBUG=True
; - Updates Tailwind CSS dependencies to their latest versions;
- Removes
--no-sync
flag forpython manage.py tailwind start
command;
- Fixes minimum Django version requirement. Sets it back to
2.2
.
- Upgrades project template to be compatible with Tailwind CSS
v3.0
; - Drops Tailwind CSS
v2.x
support; - If you're not starting fresh, follow the upgrade guide to upgrade existing Tailwind CSS
v2.x
tov3.x
;
- Drops support for Python 3.7 and Django 2.x;
- Updates Tailwind CSS to 2.2.19;
- Adds support for Tailwind CSS v2.2;
- Updates Tailwind CSS dependencies;
- Adds
TAILWIND_DEV_MODE
config variable;
- Updates
purge
rules intailwind.config.js
to include other Django app templates by default;
- Adds JIT mode support;
- Adds Hot reloading for CSS, templates and config files;
- Adds full documentation;
- Drops Tailwind v1 support;
- Adds official Tailwind plugins: typography, form, line-clamp and aspect-ratio.
- Removes the upper bound on the Django version.
- Adds
cross-env
that enables cross-platform support forNODE_ENV
setting.
- Enables Purge CSS by default in Tailwind CSS v2 template
- Improves Windows support
- Adds support for Tailwind CSS 2.0
- Moves Tailwind CSS 1.0 support under
--legacy
flag
- Adds
manage.py tailwind check-updates
andmanage.py tailwind update
commands
- Updates tailwindcss to 1.9.6
- Updates tailwind.config.js
- Adds Django 3.1 support
- Adds Purge CSS support and instructions
- Fixes failing tests, we're green now!
- Updates tailwindcss to 1.6.2
- Updates tailwind.config.js
- Updates script commands in package.json
- Fixes SASS support
- Updates tailwindcss to 1.4.6
- Updates tailwind.config.js
- Updates tailwindcss to 1.2.0
- Updates tailwind.config.js
- Updates tailwindcss to 1.1.4
- Updates other dependencies in package.json