Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Releases: tweenjs/es6-tween

v3.8.15: A lot of fixes

20 Sep 17:30
Compare
Choose a tag to compare
  • 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

20 Sep 17:32
Compare
Choose a tag to compare
v3.8.15-f2 Pre-release
Pre-release

Fix: Missing selector.ts file adding

v3.8.11: Major new features

18 Sep 17:55
Compare
Choose a tag to compare

[NEW] Property syntax

  • Using dot notation like this scale.x.y on the property and about processing takes cares es6-tween and 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 Easing feature (huh...)

Improvements

  • Reduced object size on Garbage Collection of browsers

v3.8.5: Major Update

16 Sep 17:39
Compare
Choose a tag to compare

[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 Full and Lite folders 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

30 Aug 12:26
Compare
Choose a tag to compare

New

  • types for TypeScript users
  • New design tests with ava

Fix

  • Missing repeat and reverse callback

v3.5.2

30 Aug 10:13
Compare
Choose a tag to compare

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 hsl color fix
  • v3.5.x is back (from v3.4.x) _valuesStart for better things
  • v3.4+ does relative tweening with best performance with InterTween

Deprecate

  • Interpolation method as does linear interpolation for all stuffs with lighter size

v3.3.0

18 Aug 18:43
Compare
Choose a tag to compare

Features

  • Features & Modern label position
  • Timeline label accepts complex values without performance affecting
  • reassignValue method for fixing issue when using Timeline
  • Node first argument shifting done
  • Now tweens was removing via Tween instance, not global update as it's required by Timeline

Fixes

  • Timeline now handles better and fixed
  • Performance drop (almost, rarely = 1/10000) issue was fixed in Timeline

v3.1.0: Cool Improvement :)

06 Aug 09:11
Compare
Choose a tag to compare

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 useActiveMode as it's for DOM Node and now enabled by default

Improvement

  • Maybe gives bit performance improvement along with transform plugin combination

v3.0.5

04 Aug 08:04
Compare
Choose a tag to compare

Fixes

  • Refactored Plugins fix
  • Plugins excluded and has own NPM package

v3.0.2

04 Aug 05:14
Compare
Choose a tag to compare

Breaking change

  • Deprecated Composite method, that created a lot of memory
  • Deprecated old Plugins API method, that has been made non-well and low-quality code

Feature

  • New Plugins API 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