Skip to content

Releases: forem/ForemWebView-ios

0.6.0

09 Mar 03:43
e36127f
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

What's Changed

  • Rebranding changes related to Forem passport > account by @fdocr in #50

Full Changelog: 0.5.2...0.6.0

0.5.2

03 Mar 21:53
8926bba
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

What's Changed

Full Changelog: 0.5.1...0.5.2

0.5.1

08 Feb 16:48
f366039
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.5.0...0.5.1

Version 0.5.0

08 Feb 16:06
5dfaa77
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

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

Full Changelog: 0.4.0...0.5.0

Version 0.4.0

06 Apr 01:26
5183b53
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

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

24 Dec 18:08
55f3158
Compare
Choose a tag to compare
SPM Pre-release
Pre-release

The project migrated to supporting Swift Package Manager

Native Image Picker in Post Editor

23 Dec 17:42
dc1e7f2
Compare
Choose a tag to compare
Pre-release

Adds a native picker that will handle image uploads in the Post Editor

Facebook OAuth Regex fix

17 Nov 14:49
d3145f3
Compare
Choose a tag to compare
Pre-release

A fix to the Regex that detects the Facebook OAuth URLs was added

Removed try! safeguard

11 Nov 03:44
31be170
Compare
Choose a tag to compare
Pre-release

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

09 Nov 23:24
735b0fa
Compare
Choose a tag to compare
Native Bridge fixes Pre-release
Pre-release

Bug fixes for messaging via the Native Bridge (webkit message handlers) and some project directory restructuring.