Releases: manatlan/htagui
Releases · manatlan/htagui
v0.5.8
add dialog.download(...) : to force the download of a name/content file
add dialog.clipboard_paste(...) : to call a callback when the method is called, with the content(txt) from the clipboard
v0.5.7
ui.clipboard_copy() works in all cases !
v0.5.6
lot of little fixes +
- ui.FileUpload(..) for all (and can accept
_multiple=True
if needed)
- 1st "fluent" model ... ("md" could be replaced) ... but tabs are basics one ;-(
- ui.Spinner() is now "open" (can be styled!)
v0.5.5
no contextmenu on pop background (voile)
v0.5.4
pop object in inner window (not in outerspace anymore)
v0.5.3
dialog pop is now a real layer (independant of ui.dialog), so it can be displayed over modals, with a transparent layer
v0.5.2
Fix dialog.prompt ... title & value are in the same order as javascript window.prompt now
v0.5.1
minor fixes
and splitters onchange event, sizes attributes, and can be setted
v0.5.0
lot of changes
- dialog.previous & dialog.box are deprecated ... will be removed soon
- dialog.page( obj=None ) permits to display or hide a full page
- dialog.alert can now override the width size only, with size:float parameter
- and lot of little fixes in the 4ui
Full Changelog: v0.4.2...v0.5.0