Now isotope doesn't forcibly add the item-selector class to the gutter-sizer div, if the :key="'$ignore'".
Before this change, I would either have to add a :key to the gutter-sizer div, which would force the item-selector class, or leave it without a :key, which would lead to the error: Warning template error: isotope children must be keyed. Please rebuild dist/*as you see fit.
Added a change in
src/vue_isotope.js
that makes it possible to add non-grid items under the isotope element. For example:Now isotope doesn't forcibly add the item-selector class to the gutter-sizer div, if the
:key="'$ignore'"
.Before this change, I would either have to add a
:key
to the gutter-sizer div, which would force the item-selector class, or leave it without a:key
, which would lead to the error: Warning template error: isotope children must be keyed. Please rebuilddist/*
as you see fit.I was also working on a more complex fix for this, but this took only into account masonry's gutter and columnWidth, but it might be useful for you later on so check it out: https://github.com/zArubaru/Vue.Isotope/commit/5fcbbcaf043d28c2d706f4ffb9b6b0c308caf729#diff-c0f7674dbe53fdbdfb7d9ff2640ec489
... which made the syntax like this: