Releases: metafizzy/isotope
Releases · metafizzy/isotope
v3.0.5
v3.0.4
v3.0.2
v3.0.1
v3.0.0 - IE8 & 9 support dropped; stagger option
- 🔧 Added
staggeroption to stagger item transitions. Fixed #1019 - 📦 Improved Webpack config
- ✂️ Removed IE8 & 9 code
- ✂️ removed IE8 dependencies: classie, eventie, get-style-property
- ⬆️ outlayer v2.
- replaced EventEmitter with smaller ev-emitter
- use
[data-isotope]to init in HTML..js-isotope&data-isotope-optionsstill works isOptionchanged tooption. Maintain backwards compatibility with oldisOptionnames:isOriginLeft->originLeftisOriginTop->originTopisResizeBound->resizeisInitLayout->initLayout
- ⬆️ jquery-bridget v2. Changed
jquery.bridget.jspath tojquery-bridget.js - ⬆️ get-size v2
- 🍹 switched out Grunt for Gulp for tasks
v2.2.2
v2.2.1
v2.2.0 - GPL licensing, arrangeComplete event
- Revised license model. Isotope is licensed GPL by default. Purchasing a commercial license allows use outside of the GPL, under the Commercial License terms. Read details at: isotope.metafizzy.co/license.html
- Added
arrangeCompleteevent. Fixed #732 - Changed
bower.jsonmainto justjs/isotope.js. Resolved #879 - Added fizzy-ui-utils
- Removed
isoInstanceargument fromlayoutCompleteandremoveCompleteevents
v2.1.1
v2.1.0 - CommonJS for npm/Browserify
- AddedCommonJS support for npm/Browserify
- Added
gutteroption for fitRows #580 - Fixed
updateSortDatawith empty Array or jQuery object