Releases: forem/ForemWebView-ios
Releases · forem/ForemWebView-ios
0.6.0
0.5.2
0.5.1
Version 0.5.0
What's Changed
- Device registration enhancement by @fdocr in #30
- Rely on meta tag CSRF Token over window.csrfToken by @fdocr in #31
- Image Upload - Native Bridge fix by @fdocr in #32
- Fix Navigator API loading issues by @fdocr in #33
- Implements WKUIDelegate by @fdocr in #34
- Navigator API availability fix without reload by @fdocr in #35
- Load from cached state by @fdocr in #37
- Change unowned self with weak self by @fdocr in #38
- Fix target="_blank" links by @fdocr in #39
- Reorder logic to only allow accepted links by @fdocr in #40
- Remove lingering guard clause by @fdocr in #41
- Add support for Forem passport auth by @fdocr in #42
- Native Bridge interface refactor by @fdocr in #44
- Adds excemptions to ForemWebViewCachedState scroll offset (for main feed) by @fdocr in #45
- Dark navbar fix - iOS15/XCode13 by @fdocr in #46
- Switch preferredContentMode to .desktop for some OAuth URLs by @joshpuetz in #47
New Contributors
- @joshpuetz made their first contribution in #47
Full Changelog: 0.4.0...0.5.0
Version 0.4.0
New features:
- Push Notification registration functions
- Native image picker interface
Other updates:
- Now pinning YPImagePicker dependency to a commit to attempt using versioned releases again
SPM
Native Image Picker in Post Editor
Adds a native picker that will handle image uploads in the Post Editor
Facebook OAuth Regex fix
A fix to the Regex that detects the Facebook OAuth URLs was added
Removed try! safeguard
We had a try!
statement that was meant to throw when encountering a fatal error. This is no longer the case and a silent failure to nil
on the instance metadata is used.
Native Bridge fixes
Bug fixes for messaging via the Native Bridge (webkit message handlers) and some project directory restructuring.