This repository has been archived by the owner on May 14, 2019. It is now read-only.
Releases: hnqso/minigrid
Releases · hnqso/minigrid
v3.1.1
v3.1.0
- Add RTL support https://github.com/henriquea/minigrid/issues/59
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
v3.0.1
v3.0.0
The major change is the API. We took one step back to its core principle of "keep it simple".
var props = {
container: '.cards',
item: '.card',
guter: 8
};
var grid = new Minigrid(props);
grid.mount();
- Back to 2kb 🎉
mount()
method to initialize Minigrid- Animation was removed due to issues when dealing with many items which is the most of the user cases
- Remove the custom loading causing issues when loaded with require
- Round
posX
,poxY
values #48 - Fixes the issue when working with multiple grids/selectors #43
- Works when loaded via module #40