Releases: software-mansion/react-native-reanimated
3.4.1
3.4.0
What's Changed
-
Shared Element Transition
- Added support for progress based transition (
⚠️ requires[email protected]
+) - Added possibility to animating border radius
- Added support for progress based transition (
-
Plugin improvements:
- Support for nested worklets #4332
- Better error messaging
- Added more unit tests
- Refactor
-
Refactors
-
Fixes
- Bug fix on IOS check if method exists before swizzling it in #4566
- Fix ChoreographerCallback double execution in #4579
- Fix animations not running when Chrome Debugger is attached in #4568
- Fix R class reference ReanimatedKeyboardEventListener in #4571
- Fix sensors on android web in #4499
- Fix babel plugins' location in #4561
- Fix "withDecay clamps position to the wrong boundary" in #4591
- Replace
useRef
withuseSharedValue
inuseAnimatedReaction
to preserve value between renders in #4633 - Unregister commit hook on Android in #4658
- Fix inline styles for Animated Components in #4671
- Fix TypeScript issue with useAnimatedProps in #4653
- Swizzle RCTUIManager in #4619
- Remove location property in worklets for production builds in #4695
- Merge initial style in #4711
- Fix React-Fabric imports with
USE_FRAMEWORKS=static
in #4718 - Detected debug version of the worklet in release bundle in #4732
- Add missing layout props to configHelper in #4770
- Initialize CADisplayLink on UI thread in #4694
- Cancel animation for modals in #4776
-
Other
- Batch update props JSI calls in #4503
- Use commit hook to update props on Fabric in #4075
- Memoize ReanimatedModule in
sendEvent
in #4525 - Fix runOnJS on Web and make it asynchronous in #4572
- Set default scrollEventThrottle in #4589
- Add warnings when sensor unavailable on web in #4573
- Allow setting ndk path/version in #4596
- Unify platform checks in #4594
- Remove react-native-reanimated.d.ts in #4519
- Register for events by name in #4640
- Unify types of all 'style' related props in AnimateProps in #4610
- [Fabric] Remove
ShadowTreeCloner::updateYogaChildren
in #4664 - Batch remove from props registry in #4678
- Add useReducedMotion hook in #4687
- Autoworkletize callbacks in Layout Animations in #4652
- Add JSLogger class and duplicate SET tags in #4675
- Add support for sharing
RegExp`` in https://github.com/software-mansion/react-native-reanimated/pull/4713 Add support for
Intl` in worklets in #4717 - Add pendulum example in #4648
- Add duration support to springify in #4710
- CI for iOS build with USE_FRAMEWORKS=static in #4735
- Improve transform matrix animation in #4536
- Schedule worklets via
runOnJS
in #4622 - Implement
dispatchCommand
on Paper in #4586
New Contributors
@samuel-rl @androideveloper @michalmaka @diego-antonelli @efstathiosntonas @jfedak @bartlomiejbloniarz @joonmanji @matt-livekindred
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/5656199880
Full Changelog: 3.3.0...3.4.0
3.3.0
What's Changed
- Add React import by @tomekzaw in #4532
- Remove warning when calling
measure
from RN runtime by @tomekzaw in #4526 - Remove unnecessary import by @tomekzaw in #4528
- Inject
_WORKLET
to RN runtime by @tomekzaw in #4511 - Unify iOS initialization / Add support for 0.72.0-rc.5 by @tomekzaw in #4523
- Bump fast-xml-parser from 4.2.2 to 4.2.4 by @dependabot in #4542
- Bump fast-xml-parser from 4.2.0 to 4.2.4 in /Example by @dependabot in #4539
- Bump fast-xml-parser from 4.2.0 to 4.2.4 in /WebExample by @dependabot in #4541
- Bump fast-xml-parser from 4.2.0 to 4.2.4 in /FabricExample by @dependabot in #4540
- Added getAnimatableRef function by @behenate in #4533
- Fix testing example by @mccraveiro in #4547
- fix: ios build error when using 'use_frameworks!' in Podfile by @yupengyang in #4504
- Fix spring bug with extra type verification by @Latropos in #4512
- Fix RCTAppDelegate.h file not found error when
USE_FRAMEWORKS=static
by @tomekzaw in #4558 - fix: transform type change in RN 0.71.9 by @radko93 in #4550
- Release 3.3.0 by @tomekzaw in #4560
New Contributors
- @behenate made their first contribution in #4533
- @mccraveiro made their first contribution in #4547
- @yupengyang made their first contribution in #4504
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- Make single instance assertion work with Gradle Configuration Cache by @j-piasecki in #4350
- Fix updating props of ScreenStackHeaderConfig on Paper iOS by @tomekzaw in #4375
- Set the opposite sensor values on android to be consistent with iOS by @mstach60161 in #4368
- Fix scrollTo on FlashList by @tomekzaw in #4384
- [Fix][Android] useAnimatedKeyboard hook breaks translucent status bar by @Latropos in #4390
- Add one listener per sensor config by @mstach60161 in #4340
- Fix Layout Animations iOS crash on reload by @tomekzaw in #4404
- Resolve sync UI updates concurency issue on iOS by @kmagiera in #4403
- Unfreeze UI objects 🥶 -> 😎 by @piaskowyk in #4401
- Bump patch-package for dependabot alerts by @tjzel in #4410
- expose convertToRGBA to the types by @wcandillon in #4415
- Simple code cleanup - remove unused function parameter by @Latropos in #4427
- Generalize withTiming/withSpring to animate objects by @mstach60161 in #4393
- Remove plugin dev files from npm package by @tjzel in #4433
- Rewrite jest unit tests to TypeScript by @tjzel in #4399
- Fix infinite loop in mappers by @mstach60161 in #4429
- Add test suites to check Reanimated Babel plugin idempotency by @tjzel in #4441
- Replace console.error with throw new Error by @tomekzaw in #4452
- Add sensor slider example by @kacperkapusciak in #4330
- Publish nightly builds on npm by @tomekzaw in #4438
- Restore header back button after reload on web by @tomekzaw in #4453
- Publish on npm only when flag is enabled by @tomekzaw in #4460
- Change nightly version numbering by @tomekzaw in #4461
- Auto-workletize functions passed to runOnUI by @tomekzaw in #4459
- Migrate away from
setNativeProps
on web by @tomekzaw in #4352 - Remove
withDecay
velocity fix on Web by @kacperkapusciak in #4462 - Rename
ref
&aref
->animatedRef
in types by @kacperkapusciak in #4469 - Remove commonjs generation by @tjzel in #4468
- Fix createReactDOMStyle import by @tomekzaw in #4473
- Optimize
useAnimatedReaction
by @j-piasecki in #4466 - Fix chrome debugger for Android by @piaskowyk in #4474
- Fix Jest bundling error by @tomekzaw in #4478
- Update view tag on
componentDidUpdate
by @Latropos in #4440 - Fix animatedRef on Fabric by @mstach60161 in #4445
- Fix cyclic object detection in
makeShareableCloneRecursive
by @tomekzaw in #4475 - Bump react native version to 0.72.0-rc.3 by @mstach60161 in #4471
- Add support for spring duration by @Latropos in #4179
- Add Reanimated Beta Docs banner by @kacperkapusciak in #4490
- Set
viewTag
only if needed by @Latropos in #4487 - Throw error when calling
runOnUI
on the UI runtime by @tomekzaw in #4477 - Fix runOnUI on web by @tomekzaw in #4491
- Add scrollViewOffset prop to AnimatedScrollView by @mstach60161 in #4414
- Fix spring bug by @Latropos in #4501
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/5120718532
Full Changelog: 3.1.0...3.2.0
2.17.0
2.16.0
3.1.0
What's Changed
- fix
Error
Variable scope conflicts, and remove duplicateDate
by @jinliming2 in #4046 - Rewrite plugin to TypeScript by @tjzel in #4096
- Actually apply changes from #4046 by @tomekzaw in #4190
- Add .prettierignore file to stop CI fails on plugin compiled files commits by @tjzel in #4193
- [V3 bugfix] Change private methods to public ones by @Latropos in #4205
- Bump webpack from 5.74.0 to 5.76.1 in /docs by @dependabot in #4224
- Add information about RN architecture limitation by @piaskowyk in #4220
- Bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #4230
- Fix a typo by @Hostname47 in #4246
- chore: set library namespace in build script by @kkafar in #4208
- Fix corrupted yarn.locks by @tjzel in #4249
- Fix issue causing ANR when performing sync layout updates by @kmagiera in #4239
- Fix monorepo worklow by @tjzel in #4255
- Emoji waterfall example by @tomekzaw in #4233
- Properly setup ESLint and fix lint errors in Example app by @tomekzaw in #4259
- [Plugin] Add plugin versioning and a version check in runtime by @tjzel in #4206
- Fix
npm pack
includingplugin/node_modules
. by @tjzel in #4264 - Fix useAnimatedKeyboard animation restart on iOS by @piaskowyk in #4266
- Fix withDecay
rubberBandFactor
on Web by @kacperkapusciak in #4270 - Add missing end namespace comments by @tomekzaw in #4271
- Use Node.js 16 on CI by @tomekzaw in #4274
- Bump actions to latest versions by @tomekzaw in #4275
- Change typeof for prototype check to only process plain objects as mappers inputs by @kmagiera in #4258
- Fix monorepo workflow by @tomekzaw in #4273
- Add missing configureLayoutAnimation on web by @tomekzaw in #4289
- Fix issue with setImmediate not defined on Web by @kmagiera in #4276
- Remove size check CI on Reanimated2 by @tjzel in #4290
- Billiard example by @tomekzaw in #4265
- Let Reanimated2 build! by @tjzel in #4292
- [Plugin] [0/9] Split plugin into separate files and add bundling option. by @tjzel in #4209
- Add flashImmediateRunning flag to setupSetImmediate by @mstach60161 in #4280
- @tjzel/reanimated2 ci by @tjzel in #4293
- [Plugin] Amend direct bundling of package.json into plugin by @tjzel in #4294
- [Dependabot] Fix critical #132 by @tjzel in #4295
- [Plugin] [1/9] Remove passing a 'method holder' object and properly use TypeScript for plugin. by @tjzel in #4210
- Remove
lodash.isequal
by @Semigradsky in #4181 - Add merge_group event to github workflows by @mstach60161 in #4296
- [Dependabot] Fix #188 by @tjzel in #4301
- Unify example apps by @tomekzaw in #4288
- Update yarn.lock by @tomekzaw in #4305
- Update yarn.lock again by @tomekzaw in #4307
- Fix useFrameCallback fast refresh by @mstach60161 in #4121
- Example apps improvements by @tomekzaw in #4308
- Fix console error by @Latropos in #4252
- [Dependabot] Fix WebExample alerts by @tjzel in #4311
- Add
steps
easing function by @alabsi91 in #4298 - chore: add Reanimated 3 Announcement example by @kacperkapusciak in #4309
- Add shareable HostFunction by @tomekzaw in #4117
- Cleanup NativeProxy on Android by @jwajgelt in #4116
- Fix smooth scroll android by @Latropos in #4238
- Call assert in
SingleInstanceChecker
only in example apps by @tomekzaw in #4316 - fix: do not apply namespace if it is not available in agp by @WoLewicki in #4313
- Fix unnecessary calls startMapper/stopMapper in useAnimatedReaction by @rozhkovs in #3864
- [Plugin] [2/9] Convert throws to asserts by @tjzel in #4211
- [Plugin] [3/9] Rename functions. by @tjzel in #4212
- [Plugin] [4/9] Improve MakeWorklet type check conditions by @tjzel in #4214
- [Plugin] [5/9] Split ProcessIfWorkletFunction into two functions and improve type checks by @tjzel in #4215
- [Plugin] [6/9] Split ProcessForCalleesWorklets to Reanimated-type distinguished functions by @tjzel in #4216
- [Plugin] [7/9] Changes to ProcessIfGestureHandlerEventCallbackFunctionNode for better logic. by @tjzel in #4217
- Flush UI operation queue when animation is not running by @piaskowyk in #4329
- Add pre-commit plugin .js files compiling and building by @tjzel in #4326
- [Plugin] [9/9] Split MakeWorklet to two functions by @tjzel in #4219
- Amend plugin dependencies by @tjzel in #4286
- Add support for React Native 0.72 by @tomekzaw in #4253
- Persist most recently visited screen in example apps by @tomekzaw in #4342
- Add lacking transformation of useAnimatedScrollHandler function argument to plugin by @tjzel in #4355
- Persist current screen during fast refresh on web by @tomekzaw in #4343
- Fix globals.d.ts and migrate to globalThis by @tjzel in #4331
- Format Babel plugin test inputs by @tomekzaw in #4356
- doc: added important tip when using android device by @Chinedu19 in #4357
- Fix "Maximum call stack size exceeded" error by @kmagiera in #4367
- Break infinite queueMicrotask loop when updates are triggered in mapper-run phase by @kmagiera in #4358
- Refactor keyboard observer on iOS by @kmagiera in #4360
- Add version property to worklets for Reanimated plugin version verification by @tjzel in #4370
- Change tests for version check (missing commit) by @tjzel in #4373
- fix: ...
2.15.0
3.0.2
What's Changed
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/4357058927
Full Changelog: 3.0.1...3.0.2
3.0.1
What's Changed
- Update README.md by @TheRogue76 in #4127
- Fix typo in callbacks by @tomekzaw in #4122
- Guard
isSharedValue
against nullish values by @gvarandas in #4128 - Fix web on v3 when not using a Babel plugin by @nandorojo in #4141
- style might be undefined at this point by @bmatasar in #4155
- Fix typo by @piaskowyk in #4161
- Cleanup react-native-reanimated.d.ts and mock.js by @tomekzaw in #4160
- Added missing null checks by @piaskowyk in #4159
- Add flushImmediates to useAnimatedSensor by @piaskowyk in #4123
New Contributors
@TheRogue76 @gvarandas @bmatasar
🙌 Thank you for your contributions!
Package build: https://github.com/software-mansion/react-native-reanimated/actions/runs/4325116704
Full Changelog: 3.0.0...3.0.1