Compatibility: Autoprefixer now uses up-to-date data for the ::file-selector-button, ensuring better support across browsers. This change enhances the accuracy of vendor prefixes applied to file input elements.
Improvements
Installation: The CLI dependency installation instructions are improved, making it clearer that postcss is required to avoid errors during setup.
Others
Dependencies: The project has updated its dependencies to ensure better performance and security.
Package Management: The project transitions from Yarn to PNPM for package management, streamlining the installation process.
Continuous Integration: The CI process is refined by removing unnecessary Windows tests, which enhances the testing efficiency.
Testing Framework: The project moves from Jest to uvu for testing, providing a more lightweight and faster testing experience.