Releases: pangolinjs/core
Releases · pangolinjs/core
Beta 0.12.1
- Completely remove gulp-responsive. Let's try this sometime later...
Beta 0.12.0
- Add Bootstrap responsive utilities
- Remove unused Sass mixins
- Tried gulp-responsive (not enabled because of a bug)
Beta 0.11.5
- Add CSS and JavaScript version number for cache invalidation
- The version number is based on the package.json version
Beta 0.11.4
- Add box-sizing: border-box to all Elements… cause Bootstrap requires it and everyone needs it
Beta 0.11.3
- Handlebars production task receives correct input files
- Browsersync reloads correctly on Sass change
- Improvements in sg.scss
- New
gulp development
task for one time generation of development files
Beta 0.11.2
- Assets Browsersync reloading
- Splitted CSS generation for IE is now working properly
Beta 0.11.1
- Some cleaning here, some cleaning there.
Beta 0.11.0
- Handlebars to HTML compilation now supports subfolders
- Styleguide dev menu uses more streamlined CSS
- Console logging shows which file changed
Beta 0.10.0
- Replaced gulp-concat with gulp-include for JavaScript
Beta 0.9.0
- Gulp-Bless was added to support old legacy Internet Explorer. Since Microsoft ditched support for IE < 11, this will probably be removed in the near future. But for now it's there.
- Some general clean up and update.