Releases: projectwallace/css-analyzer
Releases · projectwallace/css-analyzer
Add z-index and box-shadow analysis
- Add
box-shadow
analysis - Add
z-index
analysis - Update dependencies
v2.0.0
- Output is flattened by default (breaking change)
- dependencies updated
- color duplicate reporting follows the format of other reports for more consistency (breaking change)
- color duplicates are renamed to 'notations' instead of 'aliases' (breaking change)
- ... and lots of tiny tweaks
See all issues and PR's in this release: https://github.com/projectwallace/css-analyzer/milestone/1?closed=1
v2 pre-release
v2.0.0-0 2.0.0-0
Improve vendor prefix anlysis
Use is-vendor-prefixed and vendor-prefixes to more accurately determine vendor prefixes for selector, values and properties.
Browser hacks analysis
- Adds analysis to recognise browser hacks as documented on browserhacks.com.
- Fixes an issue where properties with a
*
or_
(or similar) had that prefix stripped and were thus reported incorrectly.
v1.5.1
- Fixes an issue where the same CSS could result in different stats every time because of the way strings are ordered in JS => 9667c593208b837fb8ec5c76835f0b290422ec61
- Adds some more metadata to improve search ranking of this module so it's easier to find in NPM.js or Google
- Swaps Yarn for NPM,
Report transparants as aliases
Revert broken color sorting
v1.4.1 Revert update of color-sorter to v2.0.0 (#62)
Sort colors
Colors are now sorted by default, using https://github.com/bartveneman/color-sorter
Bugfix for color alias false positives
This release fixes #56