Skip to content

Releases: electrode-io/ern-navigation

2.1.0

01 Mar 20:21
v2.1.0
e64d652
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

2.0.0

13 Jan 21:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v2.0.0

v1.2.3

02 Jun 18:50
Compare
Choose a tag to compare

📰 New Features

#33 Introducing replace option for navigate

v1.2.2

02 Jun 18:35
Compare
Choose a tag to compare

📰 New Features

#25 Introducing event

onAppData: Allows native to send data to current visible component.

v1.2.1

07 Apr 06:27
Compare
Choose a tag to compare

📰 New Features

#18 Introducing new lifecycle events

onFocus: Notified when the view is visible.
onBlur: Helps components to know when it goes to background. Some generic use cases are when the app is backgrounded or a new page comes on top.

v1.2.0

12 Dec 22:19
Compare
Choose a tag to compare

📰 New Features

  • New overlay property of the Component class and all subclasses. This feature allows any subclass of our Component class to display as an overlay when navigated to. Additional information can be found at https://github.com/electrode-io/ern-navigation#navigationbar--object

  • New leftButton property of the NavigationBar class. This feature allows any subclass of Component to define a custom left button for the navigation bar, including icon, title (iOS only), and id, such that pressing on that button can be handled entirely on the JavaScript side, if desired. Additional information can be found at https://github.com/electrode-io/ern-navigation#leftbutton--object

v1.1.4

22 Aug 00:09
Compare
Choose a tag to compare

🐞 Bug Fixes

v1.1.3

17 Aug 00:07
Compare
Choose a tag to compare

🐞 Bug Fixes

#4: Fix a REQUEST TIMEOUT error on iOS when finish was invoked with a payload.

v1.1.2

12 Aug 21:23
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix a name conflict for an ErnRoute model object in older API versions.

v1.1.1

05 Aug 21:30
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix BuildConfig import issue on android.