Releases: philipp-winterle/crittr
Releases · philipp-winterle/crittr
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2024-06-17)
⚠ BREAKING CHANGES
- changed crittr to ESM
- Minimum nodejs version is 18
Bug Fixes
- added master branch for github action (5f682d5)
- forgot adding release-please to scripts (af9c307)
- tests where also transformed and fixed (b7ec137)
- updated github actions to fit node version (3efd76c)
Miscellaneous Chores
1.5.3
1.5.3
Features
- Added error handling on timeout while getting css. Updated outdated dependencies. by @timonbandit
Security
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #42
- Bump json5 from 2.2.1 to 2.2.3 by @dependabot in #44
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #45
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #46
- Bump postcss from 8.4.16 to 8.4.31 by @dependabot in #47
Full Changelog: 1.5.2...1.5.3
1.5.2
Updates
- Dependency updates (puppeteer 13 to 17)
- Added https://github.com/supports support
- Improved performance for larger css files
- Added new tests for https://github.com/supports
- Updated tests
- Prepared es module convert for test files (cjs)
Features
- Added screenshotNameGenerator to generate names for screenshots on processing @rmachado-studocu
1.5.0 Beta 1
Updates
- Dependency updates
- Added https://github.com/supports support
- Improved performance for larger css files
- Added new tests for https://github.com/supports
- Updated tests
Please test this release to ensure quality
1.4.0
Feature
- added possibility to get critical css without the css option. @timonbandit
Contribution
- added new code styling tools (prettier, eslint) to the project to keep code style over prs
1.3.0
Features
- added support for local html files
Changes
- switch from npm to yarn
- switched out unsafe media query sort with postcss plugin
- added postcss
- removed gulp build (no need at all)
- removed need of local file server
No breaking changes! You can update without any work
1.2.6
Changes
- dependecy update release because of high severity
You can update savely without any breaking issues
1.2.5 - Dependecy Update
task: updated major dependecies to their newest versions @grommas
task: added new media query tests to keep output quality high
The new tests will prepare a change from css-mq-packer to postcss and the better maintained sorting of media queries