Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v9.0.0 #632

Closed
wants to merge 1,289 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1289 commits
Select commit Hold shift + click to select a range
4e5911a
types: fix EventProps property types
aleclarson Feb 26, 2020
73d56df
fix: "loop" prop with async "to" function
aleclarson Feb 26, 2020
5138a4f
fix: use default "config" props when explicitly undefined
aleclarson Feb 26, 2020
940c2df
fix: use "to" value as initial value even if "delay" prop is defined
aleclarson Mar 1, 2020
dc9bf69
feat: let "expires" prop be a boolean or function
aleclarson Mar 3, 2020
c27e99e
fix: force update when all transitions are idle and expired items exist
aleclarson Mar 3, 2020
d605798
test: "loop" with multiple values
aleclarson Mar 7, 2020
f5cde77
types: make "deps" argument a readonly array
aleclarson Mar 7, 2020
f8aaf45
test: remove unnecessary test
aleclarson Mar 7, 2020
3b35200
fix: ensure keys of the same Controller are looped together
aleclarson Mar 7, 2020
9ccba7d
fix: handle errors thrown by "cancel" or "reset" functions
aleclarson Mar 7, 2020
e61a1ad
types: give "scheduleProps" new type parameters
aleclarson Mar 7, 2020
f1cfd07
fix: handle "loop" prop in SpringValue#_update
aleclarson Mar 7, 2020
a2927fd
nit: remove unused type import
aleclarson Mar 7, 2020
1d43d93
feat: let "loop" prop override any "useSpring" props
aleclarson Mar 8, 2020
f2c81b3
types: let event maps contain undefined values
aleclarson Mar 8, 2020
c1feaaa
nit: remove unused type import
aleclarson Mar 8, 2020
c5204ec
fix: make "getForwardProps" return undefined if no forward props exist
aleclarson Mar 8, 2020
d3f2056
types(useTransition): fix inference of untyped "enter" prop function
aleclarson Mar 8, 2020
26f3b57
chore: remove unused "reverse" property from Animation class
aleclarson Mar 8, 2020
50c920e
fix: reset the "keys" prop for loop updates
aleclarson Mar 8, 2020
93e4f6f
test: promise resolution of no-op updates
aleclarson Mar 9, 2020
2270a61
test: update "loop" and "reverse" combination
aleclarson Mar 9, 2020
98b585c
fix: have "onRest" handlers determine their own "finished" value
aleclarson Mar 9, 2020
496b5b4
types: fix inference for ControllerProps by making "loop" less correct
aleclarson Mar 9, 2020
575c82a
fix: make no-op updates wait for animation to finish
aleclarson Mar 9, 2020
70b45bd
fix: "reverse" handling in "createLoopUpdate" helper
aleclarson Mar 9, 2020
7b7ade9
chore: fix typescript errors
aleclarson Mar 9, 2020
acdc7d1
chore: move useSpring test module
aleclarson Mar 9, 2020
fd3d8b9
fix: ensure cached "onRest" is never undefined
aleclarson Mar 9, 2020
1ec2d5e
nit: rename "_to" method to "_focus"
aleclarson Mar 21, 2020
c62eb6c
nit: rename internal function
aleclarson Mar 21, 2020
03cb8b2
fix: remove "_prepareNode" call in SpringValue#update
aleclarson Mar 22, 2020
88af1c3
fix: ensure "hasToChanged" is false when the "to" prop is ignored
aleclarson Mar 22, 2020
948c7a2
fix: change how "from" prop behaves when "default" isn't true
aleclarson Mar 22, 2020
1ab1e05
nit: update some inline comments
aleclarson Mar 22, 2020
37d8563
nit: improve an error message slightly
aleclarson Mar 22, 2020
4ff5626
test: add some tests and disable failed tests
aleclarson Mar 22, 2020
eae5fe7
types: fix config type of Globals.assign
aleclarson Mar 22, 2020
1ff3ac1
fix: call "onStart" and "onRest" when skipAnimation is true
aleclarson Mar 22, 2020
de2e325
feat: skip animation when the user isn't looking
aleclarson Mar 22, 2020
a2e7e55
fix: "reset" prop with equal "from" and "to" values
aleclarson Mar 22, 2020
f716cc0
fix: allow abrupt stops when "reset" is true
aleclarson Mar 22, 2020
dcee665
fix: let no-op updates change the "onRest" prop
aleclarson Mar 22, 2020
f8cc90b
chore: upgrade "fluids"
aleclarson Mar 23, 2020
a82ca8f
chore: reorganize types
aleclarson Mar 24, 2020
86fe1c8
build: generate .d.ts module for .cjs entry points
aleclarson Mar 24, 2020
78e3425
types: stop using PickAnimated on spring chains
aleclarson Mar 24, 2020
8de70ec
fix: nested runAsync calls
aleclarson Mar 25, 2020
f5bcfaf
nit: move "timestamp" into RunAsyncProps type
aleclarson Mar 25, 2020
732d8dc
fix: avoid merging other props when "to" is temporally prevented
aleclarson Mar 25, 2020
b5e4c2d
fix: replace timestamp tracking with call tracking
aleclarson Mar 25, 2020
5274a1f
test: add "advanceByTime" global helper
aleclarson Mar 25, 2020
b4a1011
test: call "jest.advanceTimersByTime" inside "advanceUntil"
aleclarson Mar 25, 2020
2c05ec1
test: temporal prevention with the "delay" prop
aleclarson Mar 25, 2020
ac2f9f5
test: enable fake timers globally
aleclarson Mar 25, 2020
fd49643
fix: call "_merge" before "runAsync"
aleclarson Mar 25, 2020
6c1c907
feat: support temporal prevention for async "to" prop
aleclarson Mar 25, 2020
b520914
refactor: remove unnecessary local variable
aleclarson Mar 25, 2020
c0d7ccc
fix: resolve the promise of updates where "getAnimated" returns falsy
aleclarson Mar 25, 2020
e8c2e29
feat: add "onDelayEnd" prop
aleclarson Mar 25, 2020
5f74dd9
fix: respect "default" prop even if "to" prop is async
aleclarson Mar 25, 2020
b170a2d
test: "from" stops the active animation when "to" is async
aleclarson Mar 25, 2020
b23f440
test: "from" stops the active animation when "to" is undefined
aleclarson Mar 25, 2020
6ca6b11
fix: avoid calling "start" in SpringValue constructor is both args ar…
aleclarson Mar 25, 2020
ef44a63
chore: upgrade to jest@25
aleclarson Mar 25, 2020
7f94604
fix: guarantee order of delayed updates
aleclarson Mar 27, 2020
6fbe6d2
test: fix how animations are observed
aleclarson Mar 27, 2020
530cd6e
fix: don't call "onDelayEnd" when temporally prevented
aleclarson Mar 27, 2020
952aaa4
fix: skip "_merge" call when "to" prop is async and "cancel" prop is …
aleclarson Mar 27, 2020
2ce88b7
chore: fix incorrect type imports
aleclarson Mar 27, 2020
69df495
test: fix failing tests for new "delay" prop logic
aleclarson Mar 27, 2020
1268e2b
test: remove test for unsupported prop combo
aleclarson Mar 27, 2020
adffd3b
types: fix incorrect useSpring call signature
aleclarson Mar 29, 2020
c5a943c
fix: change return type of useSpring with prop function
aleclarson Mar 29, 2020
84dd878
types: use SpringStartFn in return type of useTrail
aleclarson Apr 9, 2020
f9c0dfa
types: fix random type error
aleclarson Apr 9, 2020
c010155
chore: remove unused type import
aleclarson Apr 9, 2020
47057db
test: fix type test for Spring component
aleclarson Apr 9, 2020
cf6d729
fix(Controller): prepare springs before the next loop
aleclarson Apr 10, 2020
a49ddae
fix: properly skip "runAsync" when implicitly prevented
aleclarson Apr 10, 2020
1744059
fix: a few fixes to "createLoopUpdate" function
aleclarson Apr 10, 2020
0497bb4
types: prevent type distribution for InlineToProps
aleclarson Apr 11, 2020
26ed2cc
types: constrain GoalValues type parameter
aleclarson Apr 11, 2020
f1e8e98
types: refine the useSprings type
aleclarson Apr 11, 2020
40c6849
types(web): ensure "document" is declared
aleclarson Apr 14, 2020
6afc047
test: use SpringStartFn type in useSpring tests
aleclarson Apr 16, 2020
9549eac
test: add basic tests for useTrail
aleclarson Apr 16, 2020
1d3293c
types: use "readonly any[]" in deps argument of useTrail type
aleclarson Apr 16, 2020
ee0eb31
fix: return "update" and "stop" functions when useTrail has a deps ar…
aleclarson Apr 16, 2020
9b2b439
fix: make "useTrail" update springs on every render when a props obje…
aleclarson Apr 16, 2020
9c5513e
build: fix linking "dist" packages together
aleclarson Apr 17, 2020
0e4d75e
types: fix type error with generics
aleclarson Apr 17, 2020
3613e31
chore: upgrade rollup
aleclarson Apr 17, 2020
402fad5
build: ensure "shared" package has "tsc" in node_modules/.bin
aleclarson Apr 17, 2020
6101c6b
fix: stop using typescript in renderprops API
aleclarson Apr 17, 2020
059b81b
Revert "fix: stop using typescript in renderprops API"
aleclarson Apr 17, 2020
a24c200
chore: upgrade babel
aleclarson Apr 17, 2020
774c8c8
fix: "onRest" not called when async "to" prop is used
aleclarson Apr 19, 2020
576fcb4
fix: let immediate animations change the animated type
aleclarson Apr 19, 2020
da46520
test: expect string animation to be finished
aleclarson Apr 19, 2020
f7a3168
fix: wrap "onRest" call in "runAsync" with "batchedUpdates"
aleclarson Apr 19, 2020
ff78d6a
test: wrap "batchedUpdates" callbacks with "act"
aleclarson Apr 19, 2020
c3dc450
test: unmount after leave in useTransition
aleclarson Apr 19, 2020
c15820f
Revert "types(web): ensure "document" is declared"
aleclarson Apr 19, 2020
5420282
Revert "feat: skip animation when the user isn't looking"
aleclarson Apr 19, 2020
ea604aa
fix(SpringValue): call "_focus" from the "set" method
aleclarson Apr 19, 2020
ffc970a
fix: ensure "animation.immediate" is always true for non-animatable v…
aleclarson Apr 19, 2020
253fd8d
fix: ensure "finished" is calculated properly for fluid "to" values
aleclarson Apr 19, 2020
5e106b9
types: use "SpringStartFn" type inside "SpringToFn" type
aleclarson Apr 19, 2020
c7e4b63
fix: prevent infinite recursion when looping a noop update
aleclarson Apr 25, 2020
22aecbc
fix: make FrameValue#idle an abstract getter
aleclarson Apr 25, 2020
83a5ae3
types: remove Readonly around AnimationResult
aleclarson Apr 26, 2020
ab7a4ba
fix: try using the "loop" prop even for noop updates
aleclarson Apr 26, 2020
1f1b2ec
test: refactor Controller tests for "loop" prop
aleclarson Apr 26, 2020
25c65eb
test: "loop" prop + "reverse" prop + Controller class
aleclarson Apr 26, 2020
42c4d38
fix: ensure SpringValue has a "key" before applying initial props
aleclarson Apr 26, 2020
dbe489b
fix: pass loop objects to "inferTo" helper
aleclarson Apr 26, 2020
910ac8b
fix: have TransitionFn return a fragment
aleclarson Apr 30, 2020
99a2671
types: fix constraint error
aleclarson May 2, 2020
0568b06
chore: move @alloc/types to dependencies
aleclarson May 2, 2020
8f02b15
fix: wrap the FrameLoop.update function with try-catch
aleclarson May 2, 2020
80d257d
chore: add @types/react to devDeps of @react-spring/native
aleclarson May 2, 2020
a6609d3
chore: update lockfile
aleclarson May 2, 2020
fe392f9
cli: fix publish script bug
aleclarson May 2, 2020
e16ced1
fix(three): stop using r3f's render loop
aleclarson May 3, 2020
0b66c09
fix: ensure `useTrail` returns its animate/stop functions when a prop…
aleclarson May 3, 2020
57cbc5b
fix: ensure `useTrail` props function is only called once
aleclarson May 3, 2020
28a7bce
fix: memoize the `useTrail` animate function
aleclarson May 3, 2020
0bdd0c7
refactor: remove "defaultElement" global
aleclarson May 3, 2020
4237f23
refactor: remove "cancelAnimationFrame" global
aleclarson May 3, 2020
3188227
chore: upgrade to react-three-fiber@3
aleclarson May 3, 2020
ae5ad15
chore: move TreeContext to its own module
aleclarson May 3, 2020
b26f6a0
feat: make platforms work together
aleclarson May 3, 2020
838b0c8
types: fix random typescript bugs
aleclarson May 3, 2020
a413b84
fix: stop assigning old global
aleclarson May 3, 2020
dd681eb
chore: update lockfile
aleclarson May 3, 2020
d05a75d
fix: hslToRgb accuracy
Feb 26, 2020
4341579
types: fix "react-spring/web" entry point
aleclarson May 3, 2020
260c00d
chore: fix install crash
aleclarson May 4, 2020
15f4021
nit: rename protected property of Controller
aleclarson May 4, 2020
de3045f
test: fix the "rendered" variable in useTransition tests
aleclarson May 4, 2020
2569bec
fix: cancel async "to" when { cancel: true } is passed
aleclarson May 4, 2020
d59eb35
fix: let `SpringValue#start` resolve to `{cancelled: true}`
aleclarson May 4, 2020
73a3eac
fix: let `onRest` props be called with `{cancelled: true}`
aleclarson May 4, 2020
9166701
refactor: share imperative API between useSprings and useTransition
aleclarson May 4, 2020
730c07c
nit: less repetition
aleclarson May 4, 2020
f821215
refactor: give AnimationResult type its own module
aleclarson May 4, 2020
cf0b582
feat: add "is" method to Controller
aleclarson May 4, 2020
9470993
types: fix SpringStopFn type
aleclarson May 4, 2020
5aebf9a
types: fix useTransition tuple result type
aleclarson May 4, 2020
d623453
test: fix broken tests
aleclarson May 4, 2020
5a78baa
test: expect `cancelled: true` result when asyncTo is cancelled
aleclarson May 4, 2020
65513e4
test: stop wrapping `act` calls with `batchedUpdates`
aleclarson May 4, 2020
99568aa
chore: fix globals in @react-spring/web tests
aleclarson May 4, 2020
e77d672
chore: fix type errors in test modules
aleclarson May 4, 2020
122e499
chore: add description to SpringValue#_prepareNode
aleclarson May 5, 2020
9b90655
fix: add `cancelAsync` function
aleclarson May 5, 2020
0054ffe
fix: cancel the current `runAsync` call when Controller#stop is calle…
aleclarson May 5, 2020
d91c361
feat: add "pause" prop
aleclarson Sep 29, 2019
7b9e0e9
fix: call "cancel" function before "delay" timeout
aleclarson May 4, 2020
2f6f332
feat: let "cancel" prop have a default value
aleclarson May 4, 2020
8a41630
chore: refactor `runAsync` function
aleclarson May 4, 2020
0904ff9
refactor: remove `reset` coercion from `scheduleProps` function
aleclarson May 5, 2020
ea9f868
feat: let `default` prop be an object
aleclarson May 5, 2020
8222137
fix: use Set objects for pause/resume queues
aleclarson May 5, 2020
a04adce
fix: pass a `pause` action to `scheduleProps`
aleclarson May 5, 2020
ab493af
nit: check `delay > 0` in the `onResume` function
aleclarson May 5, 2020
c461e95
fix: stop handling the `pause` prop in SpringValue#_merge
aleclarson May 5, 2020
47dcaf3
nit: remove unnecessary `Math.max` call
aleclarson May 5, 2020
acff789
nit: tweak the `scheduleProps` description
aleclarson May 5, 2020
eda9b94
fix(Controller): handle the `cancel` prop in `runAsync` start callback
aleclarson May 5, 2020
d5adac2
fix: merging of default `cancel` and `pause` props
aleclarson May 5, 2020
a7c44ca
fix: pass `resume` action to `scheduleProps` function
aleclarson May 5, 2020
78c52d1
fix: bail out of `SpringValue#_merge` early when no `to` value exists
aleclarson May 5, 2020
1f02332
feat: add SpringContext component
aleclarson May 3, 2020
e887e21
fix: ensure default `immediate` prop wins out when truthy
aleclarson May 5, 2020
c29eff1
fix: memoize the SpringContext object
aleclarson May 5, 2020
43a994a
test: the `SpringContext` component
aleclarson May 5, 2020
283d494
build: add esm support to shared package
TrySound May 4, 2020
efebc23
fix: compare `computeGoal` results in `checkFinishedOnRest`
aleclarson May 6, 2020
cc8f51a
feat: umd bundle
aleclarson May 5, 2020
7370ce5
test: add umd testbed
aleclarson May 6, 2020
584c900
refactor: remove "src/types" folder in "shared" package
aleclarson May 6, 2020
5e3e095
types: use `export type` to fix rollup
aleclarson May 6, 2020
5e75eed
chore: upgrade prettier
aleclarson May 6, 2020
515d074
9.0.0-rc.1
aleclarson May 6, 2020
3e3c149
build: use preset-env before preset-typescript
aleclarson May 6, 2020
8b86898
build: remove `modules: false` from preset-env options
aleclarson May 6, 2020
e02a908
refactor: remove Controller#_initialProps
aleclarson May 6, 2020
9f56830
refactor: add `declareUpdate` helper function
aleclarson May 6, 2020
a553e38
feat: pass the `TransitionState` object to the `onRest` prop
aleclarson May 6, 2020
4f71e1c
fix(useTransition): avoid stale `TransitionState` in internal `onRest…
aleclarson May 6, 2020
10b8743
fix(useTransition): revert to the previous phase when a transition is…
aleclarson May 6, 2020
500df3a
fix(useTransition): isolation of default props during render
aleclarson May 6, 2020
668d33f
refactor: remove `applyContext` helper function
aleclarson May 6, 2020
4486651
nit: make `prevTransitions` null when `reset` is true
aleclarson May 6, 2020
d385445
fix(useTransition): apply SpringContext to new transitions
aleclarson May 6, 2020
149159a
fix: let `reset: false` prevent reset implied by `from` prop
aleclarson May 6, 2020
4406505
fix(useTransition): prevent implied `reset: true` on phase changes
aleclarson May 6, 2020
adfb631
feat: expose `SpringContext.Provider` and `.Consumer`
aleclarson May 6, 2020
d2dffe6
types: export `AnimationResult` type again
aleclarson May 6, 2020
0bc7e4b
types: stop using `esModuleInterop` and `allowSyntheticDefaultImports…
aleclarson May 6, 2020
f096fbd
cli: add version argument to `yarn release`
aleclarson May 6, 2020
d8251b1
cli: confirm before publish
aleclarson May 6, 2020
ebdc590
cli: log warning about dry run
aleclarson May 6, 2020
5b5a35e
cli: fetch tag correctly
aleclarson May 6, 2020
1ff929a
cli: use exact dependencies for RC versions
aleclarson May 6, 2020
bc8a220
feat: pass the `Controller` to the `onStart` prop
aleclarson May 6, 2020
0bcd7d6
fix: call `onStart` and `onRest` for immediate animations
aleclarson May 6, 2020
14de4ff
chore: update lockfile
May 7, 2020
42a2780
cli: use `from-package` in lerna publish
aleclarson May 7, 2020
2530b62
cli: use --dist-tag=next for -rc versions
aleclarson May 7, 2020
a1e7283
9.0.0-rc.2
aleclarson May 7, 2020
70ae681
fix: prevent crash when animating a string to another animated string
aleclarson May 7, 2020
09f9a8a
fix(useSprings): avoid creating unnecessary Controller objects
aleclarson May 7, 2020
c904c3d
refactor: rename `FrameLoop#update` to `advance`
aleclarson May 8, 2020
a7e3c55
chore(shared): move hooks to their own module
aleclarson May 8, 2020
79eb476
refactor: move `flush` helper function to `shared` package
aleclarson May 8, 2020
181ec49
nit: use noop
aleclarson May 8, 2020
246555d
types: remove number return type constraint from `requestAnimationFra…
aleclarson May 8, 2020
e472890
nit(shared): reword the `flush` description
aleclarson May 8, 2020
e9104e4
fix: stop calling rAF in `FrameLoop#advance`
aleclarson May 8, 2020
7894c32
fix(FrameLoop): prevent `loop` from calling `advance` when `idle` is …
aleclarson May 8, 2020
45005e7
fix: keep frameloop running
aleclarson May 8, 2020
a86249f
fix: use `AnimatedStyle` class in @react-spring/native
aleclarson May 9, 2020
e0a6ee0
fix: let r3f drive the frameloop
aleclarson May 9, 2020
c63f948
chore: upgrade r3f to v4
aleclarson May 9, 2020
cefe379
chore: update lockfile
aleclarson May 9, 2020
9c218f1
fix: call `mergeDefaultProps` before setting the `default` prop
aleclarson May 9, 2020
2cb4d29
nit: rename internal function
aleclarson May 9, 2020
9a52b40
fix: remove avoidable Object.assign call by assigning default props d…
aleclarson May 9, 2020
a4b7e91
fix(FrameLoop): remove unnecessary `idle` check
aleclarson May 10, 2020
326ed26
types: fix return type of `useSpring` for possibly falsy `to` prop
aleclarson May 10, 2020
d6b0e45
refactor: give `scheduleProps` its own module
aleclarson May 10, 2020
4efdfb2
fix: bail out of `runAsync` on unhandled rejection
aleclarson May 11, 2020
4059877
feat: add `config` prop to `SpringContext` component
aleclarson May 11, 2020
7f095d6
test: fix `advanceUntilIdle` helper
aleclarson May 11, 2020
31d53a7
fix: only merge default props when `default` prop is truthy
aleclarson May 11, 2020
0789f65
nit: use `getDefaultProps` in the `declareUpdate` function
aleclarson May 11, 2020
f14f183
fix: unintended bail on nested async `to` prop
aleclarson May 11, 2020
dc8d22b
nit: rename `AnimationSignal` class to `BailSignal`
aleclarson May 11, 2020
ab00df2
fix: add `callId` to reserved props
aleclarson May 11, 2020
3482daf
fix(Controller): avoid event batching when `to` prop is async
aleclarson May 11, 2020
98df2de
nit: reuse `transitions` local var
aleclarson May 11, 2020
a1b10ae
fix: state updates by nested `runAsync` calls
aleclarson May 11, 2020
e7ca81d
test: more tests for async `to` function
aleclarson May 11, 2020
2d51b84
test: returning an object from `enter` function
aleclarson May 11, 2020
85092ed
fix: returning an object from `enter` function
aleclarson May 11, 2020
dcca3bd
9.0.0-rc.3
aleclarson May 11, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .babelrc

This file was deleted.

11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
dist/
.bic_cache
.rpt2_cache/
node_modules/
coverage/
dist/
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
.DS_Store
.vscode
.docz/
package-lock.json
coverage/
report.*.json
.idea
*.log
/docs/
/examples/
6 changes: 6 additions & 0 deletions .meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"projects": {
"docs": "https://github.com/react-spring/react-spring.io.git",
"examples": "https://github.com/react-spring/react-spring-examples.git"
}
}
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.log
9 changes: 9 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"arrowParens": "avoid",
"jsxBracketSameLine": true,
"printWidth": 80,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}
242 changes: 0 additions & 242 deletions .size-snapshot.json

This file was deleted.

5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
language: node_js
node_js:
- stable
- stable
script:
- yarn test:ts
- yarn test
28 changes: 28 additions & 0 deletions .vscode/react-spring.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"folders": [
{
"name": "targets",
"path": "../targets"
},
{
"name": "packages",
"path": "../packages"
},
{
"name": "examples",
"path": "../examples"
},
{
"name": "docs",
"path": "../docs"
}
],
"settings": {
"typescript.tsdk": "node_modules/typescript/lib",
"files.exclude": {
"**/.bic_cache": true,
"**/.rpt2_cache": true,
"**/node_modules": true
}
}
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"files.exclude": {
"**/.bic_cache": true,
"**/.rpt2_cache": true,
"**/node_modules": true
}
}
Loading