Skip to content

Releases: projectwallace/css-analyzer

Add z-index and box-shadow analysis

03 Feb 13:23
Compare
Choose a tag to compare
  • Add box-shadow analysis
  • Add z-index analysis
  • Update dependencies

v2.0.0

23 Dec 14:18
Compare
Choose a tag to compare
  • 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

22 Dec 21:56
Compare
Choose a tag to compare
v2 pre-release Pre-release
Pre-release
v2.0.0-0

2.0.0-0

Improve vendor prefix anlysis

01 Dec 21:33
Compare
Choose a tag to compare

Use is-vendor-prefixed and vendor-prefixes to more accurately determine vendor prefixes for selector, values and properties.

Browser hacks analysis

25 Nov 20:46
Compare
Choose a tag to compare
  • 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

11 Nov 13:30
Compare
Choose a tag to compare
  • 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

05 Oct 21:33
Compare
Choose a tag to compare

Revert broken color sorting

22 Sep 19:59
7660851
Compare
Choose a tag to compare
v1.4.1

Revert update of color-sorter to v2.0.0 (#62)

Sort colors

16 Sep 13:32
Compare
Choose a tag to compare

Colors are now sorted by default, using https://github.com/bartveneman/color-sorter

Bugfix for color alias false positives

04 Sep 13:33
Compare
Choose a tag to compare