Releases: yellowled/yl-bp
Releases · yellowled/yl-bp
1.0.3
Maintenance release.
- Fix #13
- Update
accessifyhtml5-amd
1.0.2
Maintenance release.
copy
task did no longer work, most likely due to changes in grunt-contrib-copy
0.8.0.
1.0.1
Maintenance release. Mostly updates Grunt and JS plugins.
- Add some “resets” for responsive nav styles that were previously missing
- Add correct cursor for
summary
- Remove
grunt-localtunnel-me
since it was more of a distraction
- Edit the order in which JS files are concatenated
1.0.0
Just a bit of cleaning up, updating assets and making things a little more configurable.
0.9.9
- Add respimage polyfill for responsive images
- Add new task to expose local web server via localtunnel.me
- Lots of cleaning up, especially concerning
scss-lint
0.9.8
- Add a new plugin for simple responsive smallscreen navigation.
- Remove automagic nav markup generation in assemble partials.
- Update Grunt and jQuery plugins.
0.9.7
Lots of cleanup and resturcturing as well as dropping obsolete and/or outdated things.
- Update apache server config to latest version.
- Drop favicon task.
- Use more sensible media queries.
- Revert some
@extend
s back to @mixin
s.
0.9.6
- Major SCSS restructuring to make it easier to update projects.
- Basic support for a simple smallscreen nav.
- Updated documentation.
0.9.5
- Now uses libsass instead of ruby-sass.
\o/
- Added new task
stage
for deployment on staging servers.
- Added lazysizes for lazyloading images.
- Updated
.htaccess
to latest Apache server config.
- Removed obsolete
connect-livereload
middleware.
- Removed flexnav.
- Improved SCSS.
- Improved documentation.
0.9.4
- New
assemble
partial to generate (simple) navigation lists automagically.
- Update
normalize
SCSS partial.
- Update
scss-lint
configuration.
- Make use of Sass's
!default
to make it easier to override variables in partials.
- General SCSS maintenance.