Skip to content

3.0.0

Compare
Choose a tag to compare
@pedrocorreia pedrocorreia released this 14 Apr 12:19
· 766 commits to master since this release

General

Drops IE7 support. If you need to support IE7 please use 2.3.2.

Documentation

  • Completely rewritten the documentation
  • Documentation is now created with jekyll and hosted on github pages. See gh-pages branch for more details.

CSS

  • New flexbox based grid.
  • Loads of new breakpoint aware selectors. Check our glossary to see what's new.
  • Ink CSS is now created using SASS and Compass.
  • Deprecated shadowed and rounded classes.
  • FontAwesomes css is now distributed on its own.
  • Ubuntu font is no longer distributed and is replaced by Roboto.

JavaScript

  • Ink.UI.Common.elOrSelector doesn't throw an error anymore. It will just return null.
  • Carousel doesn't go to the second page on resize anymore.
    • Fixed getPage() returning undefined sometimes
    • Added spaceAfterLastSlide option (defaults to true in 3.x) to control whether there is white space after the last slide in the last page.
  • SmoothScroller can have a margin option. Works well for sites with top menus.