Skip to content

Releases: manatlan/htagui

v0.5.8

02 May 07:49
Compare
Choose a tag to compare

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

01 May 15:29
Compare
Choose a tag to compare

ui.clipboard_copy() works in all cases !

v0.5.6

01 May 11:41
Compare
Choose a tag to compare

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

27 Apr 17:53
Compare
Choose a tag to compare

no contextmenu on pop background (voile)

v0.5.4

27 Apr 17:09
Compare
Choose a tag to compare

pop object in inner window (not in outerspace anymore)

v0.5.3

22 Apr 09:39
Compare
Choose a tag to compare

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

22 Apr 07:01
85859a3
Compare
Choose a tag to compare

Fix dialog.prompt ... title & value are in the same order as javascript window.prompt now

v0.5.1

20 Apr 14:54
Compare
Choose a tag to compare

minor fixes

  • VSPlit yet ;-)

and splitters onchange event, sizes attributes, and can be setted

v0.5.0

20 Apr 10:33
Compare
Choose a tag to compare

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

v0.4.2

18 Apr 16:51
Compare
Choose a tag to compare

some fixes

  • Radios & IRadios