Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Releases: yellowled/yl-bp

1.3.2

24 Jun 13:12
Compare
Choose a tag to compare

Quick maintenance release to revert back to including normalize.css as an SCSS partial.

1.3.1

24 Jun 10:09
Compare
Choose a tag to compare

Quick maintenance release to use browser-sync instead of grunt-browser-sync.

See BrowserSync + Grunt - a common problem addressed for details.

1.3.0

23 Jun 21:02
Compare
Choose a tag to compare

Changes

  • Use respond.js for IE8 fallback instead of seperate stylesheet
  • Remove BrowseHappy hint
  • Remove fontello iconfonts, possibly replace with SVG sprites (not by default)
  • Include normalize.css through bower
  • Introduce a new init task to execute before browserSync to avoid non-compiled Handlebars templates

Maintenance

  • Rename and edit enable JS partial
  • Clean up Gruntfile and its modules
  • Remove obsolete files from scss-lint task
  • Reorganize SCSS partials

1.2.1

19 Jun 20:04
Compare
Choose a tag to compare

Changes

  • Replace Tablesaw with a simple CSS-only solution
  • Add a .jshintrc

Maintenance

  • Drop obsolete functions partial
  • Move figure mixin to seperate partial
  • Update lazysizes
  • Update respimage

1.2.0

04 Jun 15:10
Compare
Choose a tag to compare

Changes

  • Add time-grunt to measure task execution time
  • Add grunt-svgstore to optionally support SVG sprites
  • Add grunt-browser-sync to replace grunt-contrib-connect
  • Add mixin for retina background-images
  • Add mixin to center absolutely positioned elements

Maintenance

  • Clean up watch task
  • Clean up paths in scsslint task

1.1.4

25 May 21:28
Compare
Choose a tag to compare
  • Remove unused .chromeframe class
  • Also livereload on Handlebars file changes
  • Extended documentation

1.1.3

24 May 10:12
Compare
Choose a tag to compare
  • Revised .gitignore
  • Revised watch task
  • More SCSS restructuring

1.1.2

19 May 19:50
Compare
Choose a tag to compare

Maintenance release to do some long-needed clean-up.

  • Remove redundant placeholder directories
  • Add a license
  • Restructure README.md into proper docs

1.1.1

19 May 10:33
Compare
Choose a tag to compare

Maintenance release to upgrade and test the required node version.

1.1.0

07 May 09:21
Compare
Choose a tag to compare

Changes

  • Grid mixins are now rem-based
  • Drop IE7 support in SCSS altogether
  • Drop some obsolete JS helpers
  • Reorganize SCSS directory structure (again)
  • New mixin: animated CSS-only hamburger
  • New mixin: animated figcaptions

Maintenance

  • Add more options to configure the SCSS output
  • Add more !default variables
  • Clean up Grunt tasks/options
  • Update bundled assets, Grunt plugins and documentation