906 Commits

Author SHA1 Message Date
Joe Pea
4e7ffbf45c
Merge pull request #673 from keiya01/patch-1
fix: link the type definitions in the package.json `exports` field
2024-01-14 14:11:51 -08:00
keiya sasaki
33d57ed487
fix: Use type definition in ESM 2023-12-17 13:11:49 +09:00
Joe Pea
e01bbdbebe
Merge pull request #662 from victorbnl/main
docs: update tutorial link
2023-07-01 16:04:31 -07:00
Victor B
3f1c175c66
docs: update tutorial link 2023-07-01 20:26:46 +02:00
Joe Pea
881ac559f1 v21.0.0 v21.0.0 2023-06-22 23:55:07 -07:00
Joe Pea
283e66e3b1
Merge pull request #652 from christjt/christjt/package-health
fix(package.json): add export map
2023-06-22 23:54:17 -07:00
Joe Pea
f439388394
Merge branch 'main' into christjt/package-health 2023-06-22 23:47:52 -07:00
Joe Pea
0508229c6a chore: package.json update description 2023-06-22 23:47:20 -07:00
Joe Pea
dd79d897c5
Merge branch 'main' into christjt/package-health 2023-06-22 23:41:10 -07:00
Joe Pea
2484a646c3 chore: run the automated build on any push instead of for specific branches 2023-06-22 23:40:44 -07:00
Joe Pea
f616e47359
Merge branch 'main' into christjt/package-health 2023-06-22 23:32:34 -07:00
Joe Pea
a0413f341c chore: format source 2023-06-22 23:25:53 -07:00
Joe Pea
02693c1d45
Merge pull request #648 from mk965/main
docs(zh-CN): Update zh-CN documentation to v.20
2023-06-22 23:21:16 -07:00
Christopher Tannum
020232da56 fix: lint 2023-05-12 10:35:04 +02:00
Christopher Tannum
ea9c2bb305 fix(package.json): add export map 2023-05-05 11:09:50 +02:00
mk965
bf50c1f529 docs(zh-CN): Update zh-CN documentation to v.20 2023-04-24 13:51:08 +08:00
Joe Pea
0e10e567af chore: update examples to use CSS transform instead of CSS top/left
closes #219
2023-04-23 13:53:19 -07:00
Joe Pea
c35ad456db chore: update user_guide with isPlaying and isPaused 2023-04-23 12:16:06 -07:00
Joe Pea
4093972473 chore: update start() method docs, add startFromCurrentValues() doc 2023-04-23 12:05:53 -07:00
Joe Pea
6abed8318a v20.0.3 v20.0.3 2023-04-22 22:43:48 -07:00
Joe Pea
9be51ba06b update Node version for GitHub actions 2023-04-22 22:41:38 -07:00
Joe Pea
f3b9f93429 v20.0.2 v20.0.2 2023-04-22 22:37:48 -07:00
Joe Pea
a5f73f549f chore: fix README image size 2023-04-22 22:37:33 -07:00
Joe Pea
c9c002c08c remove unused sync-gh-pages.yml 2023-04-22 22:33:56 -07:00
Joe Pea
d719527b58 v20.0.1 v20.0.1 2023-04-22 22:20:43 -07:00
Joe Pea
e0130f01c0 chore: update README 2023-04-22 22:19:38 -07:00
Joe Pea
acfaf6d6e7 v20.0.0 v20.0.0 2023-04-22 21:09:26 -07:00
Joe Pea
fbdd788bf8 chore: format code to updated prettier standard 2023-04-22 21:09:08 -07:00
Joe Pea
06e35299e0 chore: update user guide 2023-04-22 21:09:02 -07:00
Joe Pea
dec679d4ed chore: convert the project to type:module (ES Module mode); update prettier, typescript, and rollup; remove sinonjs because of too much complexity getting it to work in ESM mode and instead mock performance.now ourselves for our tests, which ends up being simpler anyway!; get browser tests in nodeunit.html working; party 🎉 2023-04-22 20:47:40 -07:00
Joe Pea
58250f5ebd chore: fix the relative_start_time example 2023-04-22 20:47:34 -07:00
Joe Pea
81e13893a6 Merge branch 'fix-dynamic-to-with-array-values'
* fix-dynamic-to-with-array-values:
  WIP sync github pages
  chore: update examples list
  chore: re-order list of examples
  fix: the video example wasn't working sometimes
  breaking: add a dynamic option controls whether objects and arrays passed to `Tween.to()` can be dynamically modified during animation.
  unit tests and examples for #555
2023-04-22 09:43:41 -07:00
Joe Pea
f125db1580 fix: the video example wasn't working sometimes 2023-04-21 22:21:31 -07:00
Joe Pea
a00426904e add language to code fence 2023-04-21 18:37:23 -07:00
Joe Pea
67526623f4 Revert "Cherry-pick from gh-pages to give @iangilman credit for pointing out the issue with the docs:" so that we will have the latest docs, then we will sync gh-pages and keep it in sync. Thanks @iangilman!
This reverts commit eef09f63919405a277b63926ca1b4281fd2033e6.
2023-04-21 18:36:19 -07:00
Ian Gilman
eef09f6391 Cherry-pick from gh-pages to give @iangilman credit for pointing out the issue with the docs:
Improved yoyo documentation

It wasn't clear from the documentation that I had to pass anything into the `yoyo` function. I had to go look at the yoyo example page to figure that out. Hopefully this change will make it clear to the next person.
2023-04-21 18:34:49 -07:00
Joe Pea
351810c1b1 v19.0.0 v19.0.0 2023-04-02 16:42:46 -07:00
Joe Pea
fee407c680 undo release script update, test and build already happens 2023-04-02 16:42:36 -07:00
Joe Pea
5b8baa01db
Merge pull request #641 from tweenjs/update-release-scripts
update release scripts so that they build and test prior to publishing on npm
2023-04-02 16:32:06 -07:00
Joe Pea
dde3612fca update release scripts so that they build and test prior to publishing on npm 2023-04-02 16:28:21 -07:00
Joe Pea
b42a9a959c
Merge pull request #597 from chris-bingham/add-startFromCurrentValues
Add new method Tween.startFromCurrentValues
2023-04-02 16:12:45 -07:00
Joe Pea
6ac20bb6f8
Merge branch 'main' into add-startFromCurrentValues 2023-04-02 16:10:44 -07:00
Joe Pea
0848416075
Merge pull request #640 from tweenjs/freeze-Easing
Freeze the Easing API so it is not patchable
2023-04-02 16:02:33 -07:00
Joe Pea
d88fefc26b update GitHub actions to run tests for PRs against main instead of master 2023-04-02 15:58:48 -07:00
Joe Pea
1a723360c2 restore the original Easing format to avoid a breaking change 2023-04-02 15:58:41 -07:00
Joe Pea
9d64c19869
Merge branch 'main' into freeze-Easing 2023-04-02 15:26:22 -07:00
Joe Pea
c44e7ae632
Merge pull request #639 from tweenjs/master
sync main to master (we will delete master)
2023-04-02 15:18:21 -07:00
Joe Pea
b898eececc
Merge branch 'master' into PR-#610-Freeze-Easing 2023-04-02 14:37:28 -07:00
Joe Pea
720495c606
Merge pull request #621 from tvytlx/master
fix: endless concat
2023-04-02 14:36:38 -07:00
chris-bingham
429edef64e docs: 📝 Add startFromCurrentValues example (example no 18) 2022-02-28 14:34:34 +00:00