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.0.3

24 Feb 00:40
Compare
Choose a tag to compare

Maintenance release.

  • Fix #13
  • Update accessifyhtml5-amd

1.0.2

21 Feb 16:37
Compare
Choose a tag to compare

Maintenance release.

copy task did no longer work, most likely due to changes in grunt-contrib-copy 0.8.0.

1.0.1

20 Feb 12:08
Compare
Choose a tag to compare

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

30 Jan 17:12
Compare
Choose a tag to compare

Just a bit of cleaning up, updating assets and making things a little more configurable.

0.9.9

23 Jan 20:14
Compare
Choose a tag to compare
  • 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

05 Dec 15:22
Compare
Choose a tag to compare
  • 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

28 Nov 15:30
Compare
Choose a tag to compare

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 @extends back to @mixins.

0.9.6

10 Nov 14:01
Compare
Choose a tag to compare
  • Major SCSS restructuring to make it easier to update projects.
  • Basic support for a simple smallscreen nav.
  • Updated documentation.

0.9.5

08 Nov 16:15
Compare
Choose a tag to compare
  • 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

21 Oct 12:07
Compare
Choose a tag to compare
  • 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.