npm @justeat/fozzie 0.32.0

latest releases: 11.2.2, 11.2.1, 11.2.0...
6 years ago

Removed

  • plugins, env and most of the rules from .eslintrc to fix some errors encountered when running gulp.
  • yarn start and yarn lint scripts. These are now part of yarn prepare, which runs gulp --prod.
  • scripts-info section from package.json and npm-scripts-info dependency.

Added

  • breakpointHelper.js to handle CSS breakpoints.
  • index.js as the module entrypoint.
  • JS unit tests.
  • Dependencies on f-dom and js-test-buddy.
  • _breakpoints.scss to scss/tools/ directory.
  • getCurrentScreenWidth() which returns 'narrow', 'mid', 'wide', 'huge', or false if no breakpoints are defined.
  • JS files to dist/js folder.
  • yarn compile and yarn test.

Changed

  • yarn prepare now runs gulp --prod.
  • yarn lint lints JS and SCSS.

Don't miss a new fozzie release

NewReleases is sending notifications on new releases.