chore: Update versions (alpha)#116
Merged
Merged
Conversation
RuudBurger
self-requested a review
July 16, 2026 19:25
RuudBurger
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@plextv/react-lightning-plugin-flexbox@0.4.3-alpha.1
Patch Changes
@plextv/react-lightning-plugin-reanimated@0.4.3-alpha.1
Patch Changes
useDerivedValue(() => withTiming(...))expose the live number reanimated does. It stored the raw animation descriptor, so reading it back for arithmetic (or as a style value) got an object, not a number. Now the derived value ticks from its current value toward the target on the JS thread each frame (timing and spring share the path, since a spring bakes its physics into the easing), so reads stay numeric and styles still animate. Composed programs (withSequence/withRepeat/withDelay) snap to their resting target.@plextv/react-lightning@0.4.3-alpha.1
Patch Changes
@plextv/react-lightning-components@0.4.4-alpha.1
Patch Changes
snapToAlignment/scrollSnapAlignresolve per child,scrollSnapOffsetshifts the snap point, andsnapToItemPaddingpads the snapped item against the viewport edge.'use no memo'hooks (useVisibleRange,useLayoutTotalSize) whose fresh results downstream scopes key on; the rest of the component stays compiled.Infinityfrom the gate, so no re-check timer was scheduled and every cell below it stayed hidden until an unrelated commit woke the list. Such a cell now counts down the same max window a churning cell already uses, so the rows below it can't be stranded invisibly.@plextv/react-native-lightning@0.4.3-alpha.1
Patch Changes
@plextv/react-lightning-example@0.4.4-alpha.1
Patch Changes
@plextv/react-native-lightning-example@0.4.4-alpha.1
Patch Changes
@plextv/react-lightning-storybook@0.4.4-alpha.1
Patch Changes