Skip to content

Releases: Instawork/hyperview

v0.91.0

04 Mar 20:16
Compare
Choose a tag to compare

New Features

Demo app updates

What Else Has Changed Since 0.90.0

Full Changelog: v0.90.0...v0.91.0

v0.90.0

27 Feb 15:26
Compare
Choose a tag to compare

Hyperview Core Library

BREAKING CHANGES:
<text-area> is now removed (by @hgray-instawork in #1062). It had been deprecated for several years, so hopefully no one is using it anymore. The <text-field> element with the multiline attribute still provides identical functionality.

Features/Improvements:

Demo app

New Contributors

Full Changelog: v0.89.0...v0.90.0

v0.89.0

19 Feb 23:58
Compare
Choose a tag to compare

What's Changed

Core library

Demo app

Full Changelog: v0.88.0...v0.89.0

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