- Fixes an issue with CSS path configuration.
- Fixes an issue when
raw_inputis used instead ofinput.
- Standalone Tailwind CSS binary support via pytailwindcss;
TAILWIND_USE_STANDALONE_BINARYsetting to force standalone binary mode;TAILWIND_STANDALONE_BINARY_VERSIONsetting to control standalone binary version (default:v4.1.16);- Automatic detection of standalone vs npm-based installations (checks for
package.jsonpresence); app_template_v4_standalone/cookiecutter template for standalone binary apps;- Updates documentation;
Node.jsis now optional when using standalone binary mode;
- Replaces Poetry with UV for dependency management;
- Fixes
extract_host_and_portto support standalone port numbers (e.g.,python manage.py runserver 55555); - Updates tox configuration to use
devdependency group; - Removes Docker instructions from documentation;
- Drops support for Python 3.10;
- Ensures Django 6.0 support;
- Adds new
manage.py tailwind plugin_installcommand to manage Tailwind CSS plugins; - Adds optional daisyUI support;
- Adds new
devcommand that starts Django development server and Tailwind watcher simultaneously; - Automatically installs Honcho if not available when using
devcommand; - Creates
Procfile.tailwindfor customizable process management; - Updates documentation with
devcommand usage;
- Adds support for Tailwind CSS v4+;
- Sets Tailwind CSS v4+ as the default version, with the option to use v3.x via
--tailwind-version 3flag;
- Brings Python 3.10 support back;
- Adds Python 3.13 support;
- Adds
--no-package-lockoption topython manage.py tailwind installcommand to optionally skip creatingpackage-lock.jsonfile; - Upgrades Tailwind CSS to
v3.4.17; - Drops support for Python 3.10;
- Drops support for Django 3.2;
- Upgrades Tailwind CSS to
v3.4. See what's new in Tailwind CSS v3.4.
- Upgrades Tailwind CSS dependencies;
- Removes
@tailwindcss/line-clampdependency 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
cookiecutterdependency optional by installing it automatically whenpython manage.py tailwind initis run; - Updates Django dev dependencies;
- Upgrades Tailwind CSS dependencies;
- Upgrades Django dependencies;
- Brings removed
browser-syncsnippet to support legacy configs; - Follow migrating from
browser-synctodjango-browser-reloadinstructions if you've upgraded.
- Replaces
nodemonandbrowser-syncwithdjango-browser-reload; - Deprecates
TAILWIND_DEV_MODEsetting, the development mode now is deemed whenDEBUG=True; - Updates Tailwind CSS dependencies to their latest versions;
- Removes
--no-syncflag forpython manage.py tailwind startcommand;
- 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.xsupport; - If you're not starting fresh, follow the upgrade guide to upgrade
existing Tailwind CSS
v2.xtov3.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_MODEconfig variable;
- Updates
purgerules intailwind.config.jsto 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-envthat enables cross-platform support forNODE_ENVsetting.
- 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
--legacyflag
- Adds
manage.py tailwind check-updatesandmanage.py tailwind updatecommands
- 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