Releases: kirillzyusko/react-native-teleport
Releases · kirillzyusko/react-native-teleport
Release 1.1.13
Compare
Sorry, something went wrong.
No results found
Fixed crash on Android 🤫
🐛 Bug fixes
IllegalArgumentException when view is teleported (d991f19 )
Release 1.1.12
Compare
Sorry, something went wrong.
No results found
Fixed regression introduced in previous 1.1.11 release 🙈
🐛 Bug fixes
use host layout bounds for teleported size instead of transform inclusive convertRect (2d09f26 ) by @isekovanic
🔢 Miscellaneous
add e2e test to assure we use correct host layout (0a79deb )
Release 1.1.11
Compare
Sorry, something went wrong.
No results found
Just a regular release improving library stability and adding tvOS support 👍
🐛 Bug fixes
provide correct Portal dimensions when phone is changing orientation (ac53bcd )
👍 Improvements
🔢 Miscellaneous
don't publish detekt.yml to npm (fbc35e2 )
Release 1.1.10
Compare
Sorry, something went wrong.
No results found
Fixed a problem with non-triggered onPress handler from Pressable 👍
🐛 Bug fixes
cancelled onPress handler from Pressable (20aebd3 )
📚 Documentation
Illusion of Portals blogpost (d744520 )
🔢 Miscellaneous
fixed web e2e tests (fed9623 )
iOS 27 example app compatibility (0a31392 )
duplicated root hosts in example app (c2bd035 )
improve iOS stability of e2e tests on CI (9f2fdca )
improve Android stability of e2e tests on CI (aab6636 )
add navigation ownership e2e test (04b24d1 )
add swipe within button should not cancel gesture e2e test (79048c3 )
fixed publishing to npm (d1bc41b )
Release 1.1.9
Compare
Sorry, something went wrong.
No results found
Fixing a conflict between navigation and simultaneous teleportation 🗺️
🐛 Bug fixes
IllegalStateException when navigating back and teleporting children to offscreen (bd54b9d )
Release 1.1.8
Compare
Sorry, something went wrong.
No results found
Regular improvements to library stability 👀
🐛 Bug fixes
compilation error on Android for RN < 0.81 (08b9063 )
👍 Improvements
reduce code duplication on web (4a8bd74 )
Release 1.1.7
Compare
Sorry, something went wrong.
No results found
Fixing a false-positive warning when teleporting FlatList that is located within a ScrollView 👀
🐛 Bug fixes
FlatList in nested ScrollView detection (4ccf0b8 )
🔢 Documentation
replace text diagram with visualised image in instagram transition guide (baba59c )
Release 1.1.6
Compare
Sorry, something went wrong.
No results found
Resolving a crash when hot reloading the app on Android 👀
🐛 Bug fixes
crash on Android when hot reloading the app (eb2bf3a )
👍 Improvements
simplify state management for preloading example (454f93e )
🔢 Miscellaneous
avoid compromised release being publish through the poisoned cache (b18de5b )
setup security policy (154b184 )
Release 1.1.5
Compare
Sorry, something went wrong.
No results found
Fixing bug with non-working teleport after PortalHost re-mounting 🤐
🐛 Bug fixes
NPE in PortalView.extractPhysicalChildren during reparent (db13d88 ) by @Nantris
mounting/unmounting PortalHost with teleported content (92ce4f5 )
🔢 Miscellaneous
add PersistedPortal example (d987797 )
add Photos example app (df64fb1 )
specify style for Portal so that first render doesn't produce empty screen for preloading example (7ce28f4 )
Release 1.1.4
Compare
Sorry, something went wrong.
No results found
Fixing a regression with children order when teleporting them 👀
🐛 Bug fixes
children teleportation order (ed0d144 )
👍 Improvements
added a guide covering how to preload heavy components using this lib (607df23 )
🔢 Miscellaneous