Releases: queueit/ios-webui-sdk
Releases · queueit/ios-webui-sdk
3.4.4
Release notes:
- Fix missing files in the XCFramework package
3.4.3
Release notes:
- Remove unused files causing naming conflicts (#35)
- Rename
Reachability
to QueueITReachability
to solve naming conflict
[EDIT 7-10-2024]: Attached QueueITLib.xcframework.zip
has been removed as the package was broken. Please refer to the latest release for the newest package
3.4.2
Release notes:
Removed deprecated QueueCache files.
[EDIT 7-10-2024]: Attached QueueITLib.xcframework.zip
has been removed as the package was broken. Please refer to the latest release for the newest package
3.4.1
Release notes:
- Added privacy manifest (resolves #31)
[EDIT 7-10-2024]: Attached QueueITLib.xcframework.zip
has been removed as the package was broken. Please refer to the latest release for the newest package
3.4.0
Release notes:
- Fixed a bug that could cause a crash when internet connectivity was lost
3.3.2
- Cache bugs fixed.
- QueueCache class is removed.
3.3.1
Release notes:
- Now handles
idle
and afterevent
state in OnQueueDisabled
3.3.0
Release notes:
- Added
QueueITWaitingRoomProvider
for new support to getting the state of the Waiting Room before showing the queue.
- Added
QueueITWaitingRoomView
to queue visitors in a more lighter way.
- Added new delegates in
QueueITEngine
3.0.14
Release notes:
- Fixed an issue where a WebView won't be disposed properly when rotating the screen.
3.0.13
Release notes:
- Subviews are now added in the viewWillLayoutSubviews method.