This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
Releases: yellowled/yl-bp
Releases · yellowled/yl-bp
1.3.2
1.3.1
Quick maintenance release to use browser-sync
instead of grunt-browser-sync
.
See BrowserSync + Grunt - a common problem addressed for details.
1.3.0
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 beforebrowserSync
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
1.2.0
Changes
- Add
time-grunt
to measure task execution time - Add
grunt-svgstore
to optionally support SVG sprites - Add
grunt-browser-sync
to replacegrunt-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
1.1.3
1.1.2
1.1.1
1.1.0
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
figcaption
s
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