Releases: electrode-io/ern-navigation
Releases · electrode-io/ern-navigation
2.1.0
What's Changed
- Update ernnavigation dependencies by @friederbluemle in #50
Full Changelog: v2.0.0...v2.1.0
2.0.0
What's Changed
- Update GitHub workflows by @friederbluemle in #42
- Update ini and y18n by @friederbluemle in #49
- Update ernnavigation deps to latest by @friederbluemle in #39
Full Changelog: v1.2.4...v2.0.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
📰 New Features
-
New
overlay
property of theComponent
class and all subclasses. This feature allows any subclass of ourComponent
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 theNavigationBar
class. This feature allows any subclass ofComponent
to define a custom left button for the navigation bar, includingicon
,title
(iOS only), andid
, 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