Skip to content

1.0.0

Compare
Choose a tag to compare
@cburgmer cburgmer released this 01 Apr 19:58
· 124 commits to master since this release

Features

  • A run will now fail if no test cases have been provided (#55).

Bug fixes

  • When switching to the DOM view (iframe on double click) the correct breakpoint is now triggered (and the scroll bar hidden).
  • Text is now not selected anymore in Chrome when double clicking on the page image.
  • Media queries with ems are now supported in Chrome.
  • An issue under Linux with empty space showing on the right side (place for the scroll bar) has been fixed.
  • Superfluous scrollbars now don't show for Chrome under Linux.

API changes

  • Local storage as storage for reference images was depracted and has now been removed. Migration support has been dropped. If you need to migrate reference images from older versions of CSS Critic make sure to upgrade to 0.7.0 first before upgrading to 1.0.0.
  • The deprecated BasicHTMLReporter has been removed. Please use the NiceReporter (it's nice).
  • The depracted reporter method reporter.reportComparisonStarting() is not supported any more. It has been replaced by reporter.reportSelectedComparison().