Skip to content

Releases: Electrode-iOS/ELHybridWeb

v6.0.0

15 Apr 14:16

Choose a tag to compare

  • Migrate to Swift 5 and Xcode 10.2

v5.0.1

13 Feb 23:31

Choose a tag to compare

  • Expose didCreateJavaScriptContext to Obj-C. Fixes an issue in Swift 4 that was preventing didCreateJavaScriptContext from being called which resulted in the JS API never being added to the web view's JS context.

v4.0.8

01 Dec 19:40

Choose a tag to compare

  • Use overCurrentContext presentation style when presenting modal views

v4.0.6

31 Aug 13:59

Choose a tag to compare

  • Use default settings for bitcode

v4.0.5

14 Feb 19:31

Choose a tag to compare

  • Make JSValue helpers public.

v4.0.4

18 Jan 19:35

Choose a tag to compare

  • Update all hybrid APIs to export to JS properly after Swift 3 migration mistakenly converted the APIs to be wrongly exported

v4.0.3

12 Jan 22:17

Choose a tag to compare

  • Update didCreateJavaScriptContext signature to work with Swift 3. Fixes an issue that was preventing the Hybrid API object from being injected into the web view's JSContext.

v4.0.2

04 Jan 19:23

Choose a tag to compare

  • Fixed failing unit tests that started failing after migrating to Swift 3

v4.0.1

30 Dec 16:00

Choose a tag to compare

  • Make sharedLogger API public

v4.0.0

13 Dec 15:27

Choose a tag to compare

  • Migrated to Swift 3
  • Simplify logging code by removing unnecessary ELHybridWeb class
  • Removed dead logging code
  • Removed ELJSBridge as a dependency
  • Enable dependencies to be installed via Carthage