- FIX: Mainly a release to make npm load the latest version including changes from 2.1.3
- FIX: Add docco as dependency to make grunt build task work properly
- CHG: Updated some dependencies and removed bower
- FIX: Use own $ variable, make sure Jquery can be loaded. Patch by @dollars0427. Thanks!
- FIX: Reference correct
main
file for ES6 imports. Patch by @teawithfruit. Thanks! - CHG: Removed window and document. Patch by @teawithfruit. Thanks!
- FIX: Resize and refresh events were not triggered correctly
- FIX: Layout on hidden containers couldn't be forced
- FIX: Items were not rendered when ignoreActiveItems was set
- FIX: Simple example didn't work properly
- FIX: Reduce flickering on loading
- FIX: Only enable transition after wookmark has initialized
- FIX: Defined dev only scripts in package.json
- FIX: layout call didn't trigger item height recomputation
- ADD: Add initialised state after first layout
- CHG: Updated readme
- CHG: !!! We start to rename the plugin to
wookmark
instead ofwookmark-jquery
. Also the repository moved to https://github.com/germanysbestkeptsecret/Wookmark-jQuery. - CHG: Cleanup of package files, readme, plugin name
- FIX: Correct filename in
main
property in bower.json - FIX: Error when creating more than one grid with jQuery
- FIX: Use proper update function. Patch by Raik Osiablo. Thanks!
- FIX: Replaced some strange unicode characters by spaces. Patch by weberho. Thanks!
- FIX: Remove active filters on click again in filter example. Patch by Patrick Ludewig. Thanks!
- FIX: Remove moot
version
property from bower.json. Patch by Kevin Kirsche. Thanks! - ADD: Basic rtfd.org integration to render documentation
- ADD: Basic travis-ci integration to show build results
- ADD: Gitter integration to create a community space
- ADD: Inital browserstack integration for cross browser testing
- CHG: !!! Rewrite of plugin to work without jQuery
- CHG: !!! New initialization code (see the readme)
- CHG: !!! jQuery and imagesloaded plugins are now installed with bower
- CHG: Source is now lint-free and much more optimized for speed
- CHG: Ignoring most files when installing with bower
- ADD: itemWidth and flexibleWidth can now be functions returning a number or percentage
- FIX: In jQuery amd dependency. Patch by Guido Contreras Woda. Thanks!
- ADD: Waffle.io badge. Will check out if it's cool to manage issues there.
- CHG: Using MagnificPopup instead of Colorbox in examples. Works better with endless scroll and filtering.
- ADD:
example-api
now has an additional example for a custom php based server app - FIX: Example amd was missing required shim so imagesLoaded plugin attaches itself to jQuery
- ADD: "Mentioned or used by others" section to readme
- ADD: dryRun feature for filtering and the filter call will return the list resulting list of items as jQuery object
- CHG: Small optimization for window object
- CHG: Starting opacity for list items in examples is now 1 so opacity animations have a starting point
- New option 'verticalOffset'. Old option 'offset' still defines the horizontal offset between tiles.
- Added 'Reset filters' button to filter examples.
- 'flexibleWidth' will now be handled a bit differently. When set the plugin will try to fit as many columns into the container as possible.
itemWidth
is then the minimum width of those columns.
- Fix for placeholders in non-chrome browsers.
- The clear method of the wookmark instance will remove the instance itself.
- New introduction page with links to examples. Will work on that further on the way to 1.5.0.
- Fixed bug in example-amd with requirejs.
- CSS changes will be executed as bulk with requestAnimationFrame when available.
- Added progressbar to imagesloaded example.
- Filterclasses can be updated via the wookmarkInstance of the handler.
- Wookmark layouting won't break when container isn't visible at the start. But you should call 'refreshWookmark' after making it visible.
- Added 'possibleFilters' option. With this you can have filter even when no items fit. Patch by Aakash Goel. Thanks!
- Fix when filtering and no items match. Patch by Gabriel Kaam. Thanks!
- Enabled option 'direction'. This was an internal setting and can now be overriden to order the items from one direction but align them to a different side.
- 'flexibleWidth' now works as expected when it's greater than 50% or more than half of the containers width in pixels.
- New option 'outerOffset'. Optional offset to the sides of the tiles. The old 'offset' will only be used between tiles.
- New option 'comparator'. A comparison function which can be used to sort the items before they are positioned in the layout.
- Offset for first column is now correctly set when align is 'left' or 'right'.
- Column count behaviour improved, when browser window is resized.
- New option 'ignoreInactiveItems'. When set to 'false' inactive items will still be shown when filtered. This can be used to fade out filtered items. See the example-filter/fade.html example.
- New option 'fillEmptySpace' which creates placeholders at the bottom of the columns to create an even layout. See 'example-placeholder' on how to use it.
- FIX: layout now checks if active item count has changed and does a full relayout when that happens
- ADD: Wookmark can now be loaded as amd module
- FIX: Using load images function in all examples, so no specific load images example has been removed
- CHG: Some refactoring and cleanup in all examples
- ADD: Include filtering capability, see the examples in the example-filter folder
- FIX: Error when the layout tries to render less than 1 column