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
stagger
option 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-options
still works isOption
changed tooption
. Maintain backwards compatibility with oldisOption
names:isOriginLeft
->originLeft
isOriginTop
->originTop
isResizeBound
->resize
isInitLayout
->initLayout
- ⬆️ jquery-bridget v2. Changed
jquery.bridget.js
path 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
arrangeComplete
event. Fixed #732 - Changed
bower.json
main
to justjs/isotope.js
. Resolved #879 - Added fizzy-ui-utils
- Removed
isoInstance
argument fromlayoutComplete
andremoveComplete
events
v2.1.1
v2.1.0 - CommonJS for npm/Browserify
- AddedCommonJS support for npm/Browserify
- Added
gutter
option for fitRows #580 - Fixed
updateSortData
with empty Array or jQuery object