Releases: tweenjs/es6-tween
Releases · tweenjs/es6-tween
v3.8.15: A lot of fixes
- Timing(fix): now timing seems works fine (after fix)
- Visiblity(change): now timing about it takes care
- Sync issue fix
- [NEW] Selector function that makes work faster
- TypeScript(types): improvements
v3.8.15-f2
Fix: Missing selector.ts file adding
v3.8.11: Major new features
[NEW] Property syntax
- Using dot notation like this
scale.x.yon the property and about processing takes careses6-tweenand fast - 3-level parsing dot notation syntax parsing
[NEW] Getter/Setter
- Automatic matching getter-only properties (like one in Three.js) and don't tween that for performance reason. No one tweening engine can't do this except es6-tween with good performance...
- Skipping getter-only properties setting for fail-safe tweening
[NEW]
- Relative on the all of the property
- Dot notation on the all of the property
- Per-subproperty or all-subproperty with dot-notated easing matching
Easingfeature (huh...)
Improvements
- Reduced object size on Garbage Collection of browsers
v3.8.5: Major Update
[NEW] Documentation
- jsDoc documentation syntax on most essential part of files
- You can see documentation at homepage
- or at API Docs
[NEW] Workflow / Types
- Now we use TypeScript for better, easier and faster workflow
[NEW] Files / Folders
- Cleaned folder
- Restructured one-level file level
- Now
FullandLitefolders was compiles to seperate folders by type of source
GitHub
- Issue template changing
Note
Thank you Stargazers for supported me by Stars, you're great. You're motivated me to optimize and maintain the library
v3.5.3
v3.5.2
Fix
- This release should fix #31
- This release should reduce memory-leak after tween complete
Feat
- v3.5.x is does the tweening stuffs better and
hslcolor fix - v3.5.x is back (from v3.4.x)
_valuesStartfor better things - v3.4+ does relative tweening with best performance with InterTween
Deprecate
Interpolationmethod as does linear interpolation for all stuffs with lighter size
v3.3.0
Features
- Features & Modern label position
- Timeline label accepts complex values without performance affecting
reassignValuemethod for fixing issue when usingTimelineNodefirst argument shifting done- Now tweens was removing via
Tweeninstance, not global update as it's required byTimeline
Fixes
- Timeline now handles better and fixed
- Performance drop (almost, rarely = 1/10000) issue was fixed in
Timeline
v3.1.0: Cool Improvement :)
Features
- Now every property can be applied invididual on DOM Node
- Now timeline handles for multiple-tweens at once
Fixes
- Now timeline can do properly reverse
- Now timeline skipping tween fixed
Deprecate
- Deprecated
useActiveModeas it's for DOM Node and now enabled by default
Improvement
- Maybe gives bit performance improvement along with
transform plugincombination
v3.0.5
v3.0.2
Breaking change
- Deprecated
Compositemethod, that created a lot of memory - Deprecated old
PluginsAPI method, that has been made non-well and low-quality code
Feature
- New
PluginsAPI is out of core functionality and well-coded memory effecient and shareable method - DOM Node support with
{node:document.querySelector('#node')}property add inside source object
Fix
- Semantic-Release dropped due of release failing
- Travis CI now first lints, then builds file