Tailwind CSS saw a minor version bump from 3.0.23 to 3.0.24, bringing with it several dependency updates and subtle internal changes. A key difference lies in the updated dependencies, crucial for developers seeking compatibility and the latest features. The newer version reflects updates such as postcss moving from version 8.4.6 to 8.4.12, incorporating potential performance improvements and bug fixes within PostCSS itself. Several other dependency updates happened on version 3.0.24 like object-hash to 3.0.0. Furthermore, the development environment received updates, with esbuild jumping from 0.14.21 to 0.14.25, @swc/core advancing to 1.2.160, and prettier shifting to version 2.6.0. Especially the update to prettier-plugin-tailwindcss from 0.1.7 to 0.1.8 improves formatting functionality for Tailwind CSS syntax, enhancing the development workflow. Notably, chalk and cosmiconfig dependencies were removed from the core dependencies of tailwind in version 3.0.24 and in contrast, picocolors were added. For developers, these updates mean potentially smoother integration with other tools, better performance during development builds, and enhanced code formatting, but also requires to update the tools in your local environment. The newer release also incorporates an increased unpacked size, hinting at other potential internal improvements, bug fixes, or new features, although the core functionality remains largely consistent. The autoprefixer update from 10.4.2 to 10.4.4 also allows for newer compatibility for CSS rules prefixes used in different browsers.
The are not vulnerabilities for the version 3.0.24 of the package tailwindcss