Tailwind CSS has released version 4.0.1, a minor update following the 4.0.0 release, offering developers a refined experience in utility-first CSS development. Both versions maintain the core functionality of the framework, empowering developers to rapidly construct custom UIs. Examining the package.json files reveals key distinctions. Notably, @tailwindcss/oxide sees an update from version 4.0.0 to 4.0.1, aligning it with the new Tailwind CSS release. This likely includes performance enhancements, bug fixes, or new features specifically tailored for the Oxide engine, which is crucial for Tailwind's processing and compilation speed.
Another difference lies in the dist object, indicating changes in the package's distribution. While both contain 34 files, the unpacked size of version 4.0.1 is slightly larger (554830 bytes) than 4.0.0 (554496 bytes). This suggests additions or modifications within the core files, potentially including new utility classes, updated functionalities or expanded documentation. Finally, the release dates denote that version 4.0.1 came out approximately one week after 4.0.0.
For developers, upgrading to 4.0.1 offers access to the latest refinements and improvements within the Tailwind ecosystem. As always, you may consult the official Tailwind CSS changelog for a complete list of updates.
The are not vulnerabilities for the version 4.0.1 of the package tailwindcss