Releases: tin-cat/jquery-mosaic
Limited rows edition!
This edition is up to date with the latest solved bugs, and includes the new option maxRows option for those situations where you need fine control on the maximum number of rows of your mosaic. Also added advanced options maxItemsToShowWhenResponsiveThresholdSurpassed and showTailWhenNotEnoughItemsForEvenOneRow for even more fine-grained control of your mosaic.
Now with floating points!
Added standardized support for parameters passed via HTML data-* attributes. A bug that might affect versions of jQuery < 3 has been addressed thanks to @BenTalagan.
Now with tails!
New maxRowHeightPolicy 'tail' allows for an unfinished final row if the items you provide cannot be fitted perfectly in the mosaic. The items on the final row still keep their aspect ratio, and respect the specificed maxRowHeight. This leaves an empty space at the end, but that might be what you want! This new policy also takes care of the problem of single-row mosaics: They will be shown even if the provided mosaic items are not enough to fill the row. Enjoy!
Pixel perfect
Huge bug on IE has been solved! Other bugs have been solved that make the mosaics now appear pixel-perfect: No more unexpected gaps, images always match perfectly the desired width, creating clean and seamless mosaics.
Now with more gaps!
This new version adds support for specifying an outer margin for the whole mosaic and an inner gap to leave an empty space between mosaic items independently.
Bugs solved, better docs
Solved bugs with 'skip' maxRowHeightPolicy. Added 'refitOnResizeDelay' option. Better documentation and examples.
First release
This is the first release of the jquery-mosaic plugin. Seems to be stable but haven't been thouroughly tested yet. Any test help and reports will be greatly appreciated!