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
gulp
andbasicTasks
with custom build process
- Support SSR by checking if
window
exists (#32)
- Reduced the size of the minified version by almost 50%
Object.assign
must be supported by the browser
- "Missing property
from
" error (#21)
- Precise property rounding to avoid choppy animations (#16)
direct
option 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)
track
option to disable window size tracking for each instance individually (#7)
- The
props
callback parameter is now nicely formatted - The
update
method 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)
inside
andoutside
callbacks now receive the calculated properties
- Syntax of JS files
- Switched from
deepcopy
tolodash.clonedeep
- Added a changelog
- Ignore
yarn.lock
andpackage-lock.json
files