- Make sure the DOM ready event runs only once, in the IE support script.
- Reduce the number of times the grid height setter method runs on the grid cells, by improving the debouncer in the IE support script.
- Fix issues with MS Edge by adding
position:relative
on thegl-scrollview
. - Fix failing tests on MS Edge by rounding the numbers returned by
getBoundingClientRect
.
- Improvements to the IE-support script for slightly better performance and better support for IE8.
- Fix issues with extra right-side padding on scrollviews, in IE9.
- Website improvements and IE fixes.
- Reduce the medium and large breakpoints by 1px, to use 640 and 2014, instead of 641 and 1025.
- Introduce the
.gl-fill
class for grids that take up the entire height of the parent container. Mostly for nested grids that mix grids and other content. Previously, nested grids would take up the entire height of the parent container. - Improve documentation.
- Initial release.