Initial release
- Refactored for DRY.
- Added support for the Breakpoint's no-query fallback.
- Fixed
to
andfrom
being swapped. (-_-')
- Introduced
$slicer-anti-overlap-corrections
to prevent slices from overlapping.
- Introduced
$slicer-breakpoint-names
to call slices by name rather than number.
- Fixed bug: Breakpoint Slicer was failing without
$slicer-breakpoint-names
defined.
- Added support for slice names to helper functions.
- Fixed a typo in an error message, brushed up comments.
- Added
lbp()
andrbp()
shortcuts for theleft-bp-of-slice()
andright-bp-of-slice()
functions.
- Removed support for slices names from the
bp()
function. It made no sense. - Fixed a bug with
lpm()
callingright-bp-of-slice()
.
- Added
prev-slice()
andnext-slice()
helper functions.
- Project published on Bower.
- Project published on npm and Eyeglass.
breakpoint
is no longer imported implicitly. Manual@import breakpoint
required.