Skip to content

Releases: queueit/ios-webui-sdk

3.0.12

03 May 09:35
Compare
Choose a tag to compare

Release notes:

  • CustomerId, EventId, LayoutName, Language are now exposed in QueueItEngine.h

3.0.11

28 Apr 13:49
Compare
Choose a tag to compare

Release notes:

  • Fixed a retain cycles issue.
  • Added a new callback that's called whenever the webview did appear.
  • Removed log statements
  • Added missing super calls for the webview.

3.0.10

17 Feb 08:26
Compare
Choose a tag to compare

Release notes:

  • QueueITToken is now available when the waiting room is disabled. It can be accessed through queueDisabledInfo.

Breaking changes:

  • The notifyQueueDisabled callback was changed. Its signature looks like this now:
(void)notifyQueueDisabled:(QueueDisabledInfo* _Nullable) queueDisabledInfo

3.0.9

04 Jan 10:15
Compare
Choose a tag to compare

Release notes:

  • Nullability type annotations were added to header files.

3.0.8

20 Oct 09:17
Compare
Choose a tag to compare

Release notes:

  • Added new methods: runWithEnqueueToken, runWithEnqueueKey
  • Added a new callback for session restart

3.0.7

05 Aug 12:52
Compare
Choose a tag to compare

Release notes:

Fixed an issue where the web view would not render properly in split view and device rotation. The view now has flexible width and height.

3.0.6

14 Jul 11:48
Compare
Choose a tag to compare

Release notes:

  • WebView doesn't navigate to the target URL anymore
  • Library is available as XCFramework

3.0.5

05 Feb 09:27
Compare
Choose a tag to compare

Release notes:

  • Added support for waiting rooms with Captcha and Proof of Work

3.0.4

23 Nov 15:28
Compare
Choose a tag to compare

Updated navigation handling:

  • queue passed callback is now called only when there's an exact same target URL match
  • "what is this" and logo URLs aren't followed anymore

3.0.3

15 Sep 12:45
Compare
Choose a tag to compare

Removed navigation callbacks for layout URLs.
Closing links are now used instead. A callback is provided: notifyViewClosed