Migration Guides
- 2.x.x -> 3.0.0 - 
- File encoders were removed from eitri-bifrost
- now files selected or downloaded using fs namespace have a toBase64() method
 
 
- 1.x.x -> 2.0.0 - 
- Methods from Eitri.eventBus.* were changed from positional to named parameters
 
Changelog
- 4.1.0
 
- 4.0.0
 
- 3.12.2
 - 
- Fixes
- Removed dead link from Tracking
- Moved Eitri.tracking.GA.initcode example and documentation intoGA.init(trackingId)and fixed it's indentation.
- Fixed promise hanging in Eitri.tracking.GA.initmethod when the Google Analytics domain is blocked on the device or network.
 
 
- 3.12.1
 - 
- Fixes
- Fixed a promise hang in the clarity.initmethod when the Clarity domain is blocked on the device or network.
 
 
- 3.12.0
 - 
- New Features
- New resetStackoption forEitri.navigation.close()
- Resets the stack to the root eitri-app: removes all entries and reopens the first (root) eitri-app, leaving it as the only entry. If no root exists, closes the native view.
 
- New updateTabBadgemethod
- Allows adding and removing badges to bottom bar tab icons.
 
 
 
- 3.11.0
 - 
- New Features
- Added new method addVisibilityListeneron keyboard namespace
 
 
- 3.10.0
 - 
- New Features
- Added new Devicenamespace
- Added introspectable modules for exposed apis. Eitri.modules()
 
- Fixes
- Fix a circular ref !!when trying to printEitri.getConfigs()
 
 
- 3.9.1
 - 
- Fixes
- Fix bifrost missing changelog
 
 
- 3.9.0
 
- 3.8.0
 
- 3.7.0
 
- 3.6.1
 
- 3.6.0
 - 
- New Feature
- Eitri.http.upload()- 
- Support for raw and multipart file upload using files coming from Eitri methods (Eitri.fs.* or Eitri.http.download).
 
 
 
- 3.5.0
 
- 3.4.2
 
- 3.4.1
 
- 3.4.0
 
- 3.3.1
 
- 3.3.0
 
- 3.2.0
 
- 3.1.0
 
- 3.0.0
 
- 2.11.0
 - 
- New Features
- New Eitri.navigation.addOnLostUserFocusListener
 
 
- 2.10.1
 - 
- Fixes
- Improve internal handling of scroll events
 
 
- 2.10.0
 - 
- New Features
- New Eitri.navigation.addOnResumeListener
 
 
- 2.9.0
 - 
- New Features
- New namespace Eitri.geolocation
 
 
- 2.8.2
 - 
- Fixes
- Fix ios blank screen after back navigation in some scenarios
 
 
- 2.8.1
 - 
- Fixes
- Fix Eitri.navigation.backToTop() causing an unnecessary refresh when already on the last view of the stack
 
 
- 2.8.0
 - 
- New Features
- New Eitri.http.fetch() with Fetch syntax
- New Eitri.haptic.vibrate()
 
 
- 2.7.0
 - 
- New Features
- New rules for onResumeListener when used with eitri-apps running in an EitriBottomTabView
 
 
- 2.6.0
 - 
- New Features
- New Eitri.http.request() with Axios syntax
- New attribute versionavailable for eitri-apps usingEitri.getConfig().eitriAppData.version
 
 
- 2.5.0
 - 
- New Features
- Native navigation support for development workspaces
 
 
- 2.4.0
 - 
- New Features
- BackHandlers
- addBackHandler(), clearBackHandlers()
 
 
 
- 2.3.0
 - 
- New Features
- Changelog Section was created
- x-www-form-urlencoded support on http requests
 
 
- 2.2.0
 - 
- New Features
- New param inApp for Eitri.openBrowser method
- New version selector on the doc
- New Json methods on storage namespace
 
- Fixes
- Back gestures or back commands are now forbidden for closing the root iOS view using a bottom bar
 
 
- 2.1.0
 - 
- New Features
- Eitri.biometrics(checkStatus, authenticate)
 
- Fixes
- Fix double url encoding using http methods
 
 
- 2.0.0
 - 
- New Features
- Eitri.environment.getRemoteConfigs()
- Eitri.messageBus - Broadcasting to other running eitri-apps
- breaking change on method signature contract (positional to named)
- Eitri.isOnline()
- Eitri.share.text()
- New Event onUserTappedActiveTab
- Eitri-apps running on a bottom tab view now can listen for this event and react scrolling to top or any other desired action
 
 
- 1.6.0
 - 
- New Features
- transition animation support when using eitri.navigation
 
 
- 1.5.0
 - 
- New Features
- Eitri.notification(checkPermission, requestPermission)
 
 
- 1.4.0
 - 
- New Features
- Eitri.nativeNavigation.open
- Eitri.eventBus(subscribe, publish, clear, clearChannel)
 
 
- 1.3.0
 - 
- New Features
- Eitri.fs.openFilePicker
- Eitri.fs.encoder supporting fileIds from openFilePicker
- Eitri.keyboard(dismiss, setVisibilityListener, clearVisibilityListener)
- Eitri.navigation(setOnResumeListener, clearOnResumeListener)
 
 
- 1.2.0
 - 
- New Features
- New documentation layout
- SharedFs
 
 
- 1.1.0
 - 
- New Features
- eitri-bifrost released
- New FileSystemService with support for download, list, delete, open and share files.