Skip to content

Releases: the-grid/rig

v0.4.0

23 May 08:27

Choose a tag to compare

  • Compile to JavaScript.
  • Use the JS version as the main file.
  • Run specs against the JS version.
  • Add build and clean commands.

v0.3.3

23 May 08:28

Choose a tag to compare

  • Add browserify transform to package.json

v0.3.2

18 May 06:51

Choose a tag to compare

v0.3.1

23 Apr 22:17

Choose a tag to compare

v0.3.0

17 Apr 18:00

Choose a tag to compare

This release introduces a breaking change in that rig methods now accept a dictionary of named options instead of individual parameters.

  • Adds rig.srcset.
  • Replaces individual method parameters with a dictionary of named options.
  • Improves test coverage.

v0.2.0

12 Jan 23:51

Choose a tag to compare

This release introduces a breaking change in that rig has been replaced with rig.generate.

  • Adds rig.breakpoints.
  • Replaces rig with rig.generate.
  • Fixes examples in documentation.

v0.1.1

29 Oct 16:25

Choose a tag to compare

  • Updates imgflo-url.
  • Updates examples in documentation.