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

Releases: tweenjs/es6-tween

v5.5.11

03 Mar 19:51
Compare
Choose a tag to compare

Docs

  • Updated README

Project life

  • Added note related to project status

v5.5.10: 70th release - thank you!

17 May 05:44
Compare
Choose a tag to compare

Deprecates

  • Deprecated .duration method

Improvements

  • 10% performance improvements
  • 25% performance improvements if a lot of string
  • Tween initialisation was reduced from 80-150ms to 35-65ms
  • String interpolation decompose was improved

Fixes

  • Fixed TWEEN.Interpolation string interpolation
  • Re-rendering issue was fixed

Features

v5.5.3: Minor improvements, but worth

08 May 05:52
Compare
Choose a tag to compare

Fix

  • This release should fix #74

Improvements

  • Code style was improved with Prettier
  • Updated VSCode setting
  • Update ignores which in result faster compiling happening

Feature

  • Added Prettier configuration
  • Using npm instead of yarn for better auditing security and faster CI tests

Breaking change

  • Removed yarn.lock

Other

  • And other updates which may be i missed when writing, let me know if you interested

v5.5.2: Introducing new feature

24 Apr 14:33
Compare
Choose a tag to compare

Features

  • New TWEEN.ToggleLagSmoothing(state: boolean) method. Default value is false.

Fix

  • This release should close #67

Performance

  • We introduced new method, but this release may decrease performance by 5%. We live in era of techs where everyday new and cheap smartphone and computers are made. For animations where strong computations does not exist, this feature may make smooth animations. By default we disable this feature

Note

  • Starting at v6 we enable the new feature by default, but v6 not appear soon because i work on my own pet-projects and full/part-time job

v5.4.3: Security patch

10 Apr 15:49
Compare
Choose a tag to compare

Fixes

  • this fixes #65 completely because it's fixed (good catch and thanks for using this library, @homejam)

Security Patch

  • this closes #66 (good catch and thanks to using this library,@agavrilov)

v5.4.2: Minor fixes and patches

09 Apr 12:01
Compare
Choose a tag to compare

Fixes

  • This release should fix #65

Tests

  • Added tests related to #65 to avoid in future breaking functionality

Improvements

  • Documentation fixes and improvements

v5.4.1

02 Mar 13:49
Compare
Choose a tag to compare

Fixes

  • Fix build command missing script which caused minified version doesn't published with NPM

v5.4.0: Timeline is back and other improvements

02 Mar 08:42
Compare
Choose a tag to compare

Features

  • Timeline is back

Testing

  • Timeline tests
  • Some tests improving

Fixing

  • Fix timing bug in Timeline
  • Fix timing bug in Tween
  • Fix selector bug which caused es6-tween not worked in WebWorker

v5.3.2: Minor fixes, improvements and patches

24 Feb 22:31
Compare
Choose a tag to compare

Fixes

  • This should fix #58
  • Fixed tweening between large or too small integers
  • Fixes package.json and more

Improvements

  • Using eslint instead of standard cli
  • Documentation improvements

v5.2.2: Fixes and not only

11 Apr 17:39
Compare
Choose a tag to compare

Fixes

  • Linting fix for @standard
  • Git ignore file fix
  • small patches
  • Travis error fix

Features

Refactoring

Improvements

  • 25% runtime performance improvements
  • 79% faster compile time (including TS -> ES6 -> Bundle, as now ES6 -> Bundle)
  • 15% better code readability