Releases: Electrode-iOS/ELHybridWeb
Releases · Electrode-iOS/ELHybridWeb
v6.0.0
v5.0.1
- Expose
didCreateJavaScriptContextto 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
- Use
overCurrentContextpresentation style when presenting modal views
v4.0.6
- Use default settings for bitcode
v4.0.5
- Make JSValue helpers public.
v4.0.4
- Update all hybrid APIs to export to JS properly after Swift 3 migration mistakenly converted the APIs to be wrongly exported
v4.0.3
- Update
didCreateJavaScriptContextsignature to work with Swift 3. Fixes an issue that was preventing the Hybrid API object from being injected into the web view'sJSContext.
v4.0.2
- Fixed failing unit tests that started failing after migrating to Swift 3
v4.0.1
- Make
sharedLoggerAPI public
v4.0.0
- 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