Skip to content

Releases: Instawork/hyperview

v0.88.0

06 Feb 20:26
Compare
Choose a tag to compare

Breaking changes

We've announced Hyperview navigation back in May 2024, as a way to define and control your navigation stack using HXML. Today, we're removing support for the hook to an external navigation. This is a necessary step, as the complexity maintaining and testing two separate code paths became too much of a burden for our small team. If your application relies on the following methods, update your server to provide new endpoints for the initial navigation document, and update your React Native/Expo app to remove the following external navigation properties:

  • back
  • closeModal
  • navigate
  • navigation
  • openModal
  • push
  • route
  • url

Please see the Hyperview Navigation Guide for more information on implementing navigation with Hyperview.

What's Changed in the Hyperview Library

What's Changed in the Demo App

Full Changelog: v0.87.0...v0.88.0

v0.87.0

25 Nov 19:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.86.0...v0.87.0

v0.86.0

12 Nov 22:35
Compare
Choose a tag to compare

Breaking changes

Updates to Hyperview demo

Other changes

New Contributors

Full Changelog: v0.85.1...v0.86.0