Skip to content

Conversation

@owenjeon
Copy link

@owenjeon owenjeon commented Apr 4, 2022

No description provided.

janicduplessis and others added 30 commits September 28, 2021 11:19
Safari requires use of `white-space:nowrap` if not using the multi-line
technique. This patch uses the multi-lines styles to truncate single-lines.

Fix #2111
Close #2113
Remove problematic code added only for native platforms using Fabric.

Fix #2136
Less specific shorthand style properties are being applied instead of the more
specific styles if there is another element also with one of the more specific
styles. This is due to the common styles being pulled out as class names for
de-duplication.

Ref #2007
Close #2010
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.4 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@12.0.4...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.13.1...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.28 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@3.1.28...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Reverts the change made for #2058, which is considered an avoidable
edge-case.

Fix #2243
We only need to test against the baseline of css-modules.

Fix #2210
necolas and others added 10 commits October 15, 2024 15:11
Close #2678
Fix #2672

Co-authored-by: evanbacon <bacon@expo.io>
Removes warnings for non-standard APIs in React Native, given there has
been no upstream interest in deprecating them. And the standards-based
approach to cross-platform React is instead being built into React
Strict DOM.
* Remove 'findNodeHandle' - it can't be supported on web.
* Remove legacy render and hydrate functions.

Fix #2686
Close #2731
necolas and others added 7 commits August 20, 2025 13:40
* Import 'createRoot' from the right place
* Update class name hashes that have changed
`ease-in` and `ease-out` were mixed up, making the animation jarring, as it would accelerate faster towards the destination.

The defined `cubic-bezier` animations now used are approximately equivalent to using `Easing.out(Easing.cubic)` for the animation in and `Easing.in(Easing.sin)` for the animation out.
Removes __attach() call from AnimatedProps constructor that caused
duplicate child additions when combined with lifecycle hook.

The constructor was calling __attach(), then useLayoutEffect in
useAnimatedProps called it again on the same instance, causing each
AnimatedProps to be added as a child twice to its parent nodes.
This led to unbounded memory growth in applications with frequent
re-renders.

This change aligns with React Native core implementation, which does
not call __attach() in the AnimatedProps constructor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.