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

  • 3.7.0

    • New Feature
      • New param keepLoadingScreenUntilDomainChange for Eitri.webflow.start method
  • 3.6.1

    • New Feature
      • Fix http upload docs
  • 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

    • New Feature
      • Eitri.webFlow.start()
  • 3.4.2

    • Fixes
      • Fix Eitri.notification.sendLocalPush internal method name
  • 3.4.1

    • Fixes
      • Improve docs related to Eitri.navigation.open method
  • 3.4.0

    • New Features
      • New param replace for Eitri.navigation.open method
  • 3.3.1

    • Fixes
      • fix Eitri.notification.listLocalPushes() method not receiving results
  • 3.3.0

    • New Features
      • Eitri.notification.listLocalPushes()
      • Eitri.notification.cancelLocalPush()
      • Eitri.navigation.reload()
  • 3.2.0

    • New Features
      • Eitri.appStore.requestInAppReview()
      • Eitri.bottomBar.changeTab()
      • Eitri.notification.checkSchedulePermission()
      • Eitri.notification.requestSchedulePermission()
      • Eitri.notification.sendLocalPush()
  • 3.1.0

    • New Features
      • New Eitri.mediaNotification namespace
  • 3.0.0

    • New Features
      • New Eitri.fs.openImagePicker
      • New Eitri.bottomBar namespace
  • 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 version available for eitri-apps using Eitri.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.

Generated using TypeDoc