All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Updated dependencies
- Updated dependencies
- Updated documentation
- Replace
gulpandbasicTaskswith custom build process
- Support SSR by checking if
windowexists (#32)
- Reduced the size of the minified version by almost 50%
Object.assignmust be supported by the browser
- "Missing property
from" error (#21)
- Precise property rounding to avoid choppy animations (#16)
directoption can be used to apply properties to another element thanelem(#11)- More demos
- Track window size changes and recalculate and update instances when the size changes (#7)
trackoption to disable window size tracking for each instance individually (#7)
- The
propscallback parameter is now nicely formatted - The
updatemethod returns a nicely formatted object of props - Direct mode must now be defined globally per instance instead of setting it on each prop individually
- Callback demo
- Destroy method (#6)
insideandoutsidecallbacks now receive the calculated properties
- Syntax of JS files
- Switched from
deepcopytolodash.clonedeep
- Added a changelog
- Ignore
yarn.lockandpackage-lock.jsonfiles