Just fucked up last publish on NPM. -.-
Features:
- Added module support for AMD and Node
- Added public .create() method
- Added public .detect() method
- Improved error handling and warnings to be more helpful
Bugfixes:
- Fluffy now waits for the DOM to finish before initializing itself
- Fixed "main" tag in
bower.json
- Added Fluffy.js to Bower registry.
Features:
- Dropped support for IE9
- Added support for multiple instances of Fluffy
- Added automatic initialization of Fluffy (drops options object as well)
- Each instance can be customized via data attributes now
- Simplified necessary markup
- Dropped debugging messages in favor of real warning messages when needed
- Scrolling is now based on CSS3 transform instead of scroll property
- Refactored the whole library to an object orientated base
- SmartWidth/smartHeight are able to return the average size now
Bufixes:
- Removed contentWidth hack in favor of correct calculations
- Fixed smartWidth/smartHeight returning incorrect values
Features:
- Added option
triggerDirection
to define which axis to trigger movement for - Added option
triggerSelector
to specify a different element for triggering movement - Added option
mouseDamp
to adjust movement reaction speed - Added option
mousePadding
to added dead space in trigger area - Added
is-moving
modifier to container when movement is going on
Bugfixes:
- Improved behaviour when elements are not found in the DOM
- Improved debugging function when trying to print objects
- First official release