Tailwind CSS 3.2.0 is a minor release focusing on dependency updates and internal improvements. Key changes compared to version 3.1.8 are primarily within the development and build tooling, impacting developers contributing to the project or needing specific versions for compatibility.
A notable update is the jump in the peer dependency postcss from version 8.4.14 to 8.4.17. Meaning that version 3.2.0 of tailwindcss is compiled using version 8.4.17 of postcss.
The esbuild devDependency also receives a significant upgrade from 0.14.48 to 0.15.10 which contains multiple fixes, improvements, and speed-up enhancements that may have benefited the compilation of the package.
Furthermore, @swc/core moves from 1.2.218 to 1.3.4 and @swc/jest from 0.2.22 to 0.2.23 , indicating enhancements in the build and testing environments using SWC, a Rust-based platform. The cssnano version progresses from 5.1.12 to 5.1.13 for improved CSS optimization. Fast-glob experiences a minor version increment from 3.2.11 to 3.2.12. postcss-nested moves from version 5.0.6 to version 6.0.0 representing a major update to the library.
The updated file count (191 to 231) and expanded unpacked size (4429015 to 4493243) hints at added features or changes within the core utility-first CSS framework. Developers should check the official Tailwind CSS changelog for a comprehensive breakdown of new features, bug fixes, and any breaking changes. While the core functionalities and usage remain similar, staying updated with these changes ensures access to the latest improvements and compatibility with the evolving ecosystem.
The are not vulnerabilities for the version 3.2.0 of the package tailwindcss