Skip to content

Commit 555b697

Browse files
authored
Merge pull request #5 from freestylejs/feature/web-animation-api
[feature] web animation api based perf improvements.
2 parents 44fc9c7 + 8cd1a2b commit 555b697

File tree

104 files changed

+5415
-2681
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+5415
-2681
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"format": "biome format --write",
2323
"check": "biome check --write",
2424
"report": "biome check --reporter=summary",
25-
"reset:dist": "pnpm -r --parallel exec rimraf dist .turbo",
26-
"reset:modules": "pnpm -r --parallel exec rimraf node_modules && rimraf node_modules .turbo",
25+
"reset:dist": "pnpm -r --parallel exec rimraf dist .turbo .source",
26+
"reset:modules": "pnpm -r --parallel exec rimraf node_modules && rimraf node_modules .turbo .source",
2727
"reset": "pnpm reset:dist && pnpm reset:modules",
2828
"img:compress": "chmod +x ./scripts/img_compress.sh && ./scripts/img_compress.sh",
2929
"pkg:init": "pnpm test:ci && changeset",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @freestylejs/ani-core
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- Support raf/waapi based animation timeline using compilation. Update framework bindings.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@freestylejs/ani-core",
33
"author": "freestyle",
4-
"version": "1.1.0",
4+
"version": "1.2.0",
55
"description": "Core functionality for the Ani animation library.",
66
"license": "MIT",
77
"type": "module",

0 commit comments

Comments
 (0)