Skip to content

Releases: kirillzyusko/react-native-teleport

Release 1.1.13

Choose a tag to compare

@kirillzyusko kirillzyusko released this 17 Aug 17:59
f7bc5cb

Fixed crash on Android 🤫

🐛 Bug fixes

  • IllegalArgumentException when view is teleported (d991f19)

Release 1.1.12

Choose a tag to compare

@kirillzyusko kirillzyusko released this 22 Jul 12:52
dd7aa94

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

Choose a tag to compare

@kirillzyusko kirillzyusko released this 20 Jul 10:50
8f984a8

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

Choose a tag to compare

@kirillzyusko kirillzyusko released this 29 Jun 07:38
09bac83

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

Choose a tag to compare

@kirillzyusko kirillzyusko released this 10 Jun 08:56
31c5a02

Fixing a conflict between navigation and simultaneous teleportation 🗺️

🐛 Bug fixes

  • IllegalStateException when navigating back and teleporting children to offscreen (bd54b9d)

Release 1.1.8

Choose a tag to compare

@kirillzyusko kirillzyusko released this 08 Jun 07:50
1904992

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

Choose a tag to compare

@kirillzyusko kirillzyusko released this 22 May 10:29
90a41ea

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

Choose a tag to compare

@kirillzyusko kirillzyusko released this 20 May 08:55
548eae0

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

Choose a tag to compare

@kirillzyusko kirillzyusko released this 11 May 08:36
a118529

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

Choose a tag to compare

@kirillzyusko kirillzyusko released this 23 Apr 06:19
4c4f1fb

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