Releases: qtoggle/qui
Releases · qtoggle/qui
1.11.0-beta.1
What's new (since 1.10):
- Added Python package for handling server side.
1.10.4
What's new (since 1.10.3):
- Forms/TextField: autocomplete is now disabled by default.
1.10.3
What's new (since 1.10.2):
- Window: renamed visibility to active.
- Window: added focus state management.
1.10.2
What's new (since 1.10.1):
- Utils/Crypto: added
makeToken()
function. - Utils/HTML: added
formatString()
function. - StructuredView: added
isMinimizable()
method. - All jQuery-based widgets now inherit from a base widget.
1.10.1
What's new (since 1.10.0):
- Lists: added
removeItem()
method. - OptionsForm: added
getPage()
method. - ProgressView: added support for progress message.
- Tables: added
removeRow()
method. - Tables: fixed missing header row widths.
1.10.0
What's new (since 1.9.0):
- Added tables support.
- Fixed history issue when selecting list items.
- Fixed browser caching issues by explicitly supplying build hash to service worker via query arguments.
- Icons: added CSS animation support.
- Icons: optimized transitions for elements that are not part of DOM.
- Lists: added multiple selection support.
- Lists: improved filtering & fixed visual glitches.
- Pages: added column layout getter & setter.
- PWA: added
whenServiceWorkerReady
condition variable. - PWA:
resume
andfreeze
events are now used to detect app visibility. - Status: indicator is now hidden when status is OK.
- URL: underscores are now allowed when validating against regex.
- VisibilityManager: optimized showing/hiding elements that are not part of DOM.
1.10.0-beta.4
What's new (since 1.10.0-beta.3):
- Icons: optimized transitions for elements that are not part of DOM.
- Lists: improved filtering & fixed visual glitches.
- PWA:
resume
andfreeze
events are now used to detect app visibility. - Status: indicator is now hidden when status is OK.
- VisibilityManager: optimized showing/hiding elements that are not part of DOM.
1.10.0-beta.3
What's new (since 1.10.0-beta.2):
- Icons: added CSS animation support.
- Pages: added column layout getter & setter.
- Tables: fixed column number auto-detection.
- Tables: added row template support.
- Tables: added
PushButtonTableCell
- Tables: added wrappers for row selection.
- Tables: added column visibility support.
1.10.0-beta.2
What's new (since 1.10.0-beta.1):
- Fixed browser caching issues by explicitly supplying build hash to service worker via query arguments.
- PWA: added
whenServiceWorkerReady
condition variable.
1.10.0-beta.1
What's new (since 1.9.0):
- Added tables support.
- Lists: added multiple selection support.
- Fixed history issue when selecting list items.