Releases: queueit/ios-webui-sdk
Releases · queueit/ios-webui-sdk
3.0.12
Release notes:
- CustomerId, EventId, LayoutName, Language are now exposed in QueueItEngine.h
3.0.11
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
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
Release notes:
- Nullability type annotations were added to header files.
3.0.8
Release notes:
- Added new methods: runWithEnqueueToken, runWithEnqueueKey
- Added a new callback for session restart
3.0.7
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
Release notes:
- WebView doesn't navigate to the target URL anymore
- Library is available as XCFramework
3.0.5
Release notes:
- Added support for waiting rooms with Captcha and Proof of Work
3.0.4
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
Removed navigation callbacks for layout URLs.
Closing links are now used instead. A callback is provided: notifyViewClosed