Skip to content

Releases: manatlan/htbulma

v0.9.7

14 Sep 05:19
700c820
Compare
Choose a tag to compare

Fix : confirm & prompt on key inputs

Full Changelog: v0.9.6...v0.9.7

v0.9.6

20 Apr 17:04
Compare
Choose a tag to compare

Object NavSide can now set its minimal full width, when burger is used (via width_min, default "800px").

Full Changelog: v0.9.5...v0.9.6

v0.9.5

17 Apr 14:10
Compare
Choose a tag to compare

Add ServerStorage (helper to save data on serverside) & LocalStorage (helper to save data on clientside (in localstorage))

v0.9.4

21 Mar 14:38
2cc4d55
Compare
Choose a tag to compare

Fix a long time visual bug when alert/messageBox is displayed in full'screen mode ;-)

v0.9.3

01 Feb 16:04
59fc32b
Compare
Choose a tag to compare

FIX broken RTE introduced with version in 0.9.2

Full Changelog: v0.9.2...v0.9.3

v0.9.2: Update rte.py

01 Feb 14:12
2b1a1df
Compare
Choose a tag to compare

embed Quill JS & CSS (was http linked before ;-( )

v0.9.1

01 Feb 08:53
33e706e
Compare
Choose a tag to compare

fix RTE (a self.call raised exception, because not tied to a parent (mainly due because new htag raise exception when self.call is bad used))

Full Changelog: v0.9.0...v0.9.1

v0.9.0

28 Jan 15:03
Compare
Choose a tag to compare

need and ensure htag>=0.9.20

  • the service.PopMenu has got a higher z-index : should be displayed well over alert box ;-)
  • the service.PopMenu/background is now closed on right-click (no more default menu)
  • need htag 0.9.20 : use self.call() instead of good old self()
  • need htag 0.9.20 : generated IIFE scripts use the self var instead of tag

Full Changelog: v0.8.9...v0.9.0

v0.8.9

24 Dec 13:46
Compare
Choose a tag to compare

api changes in newly object RTE ;-)

before 2 interactions on save -> now : just one ! (use 'self.eventSave()' in place of cb 'self.save')

v0.8.8

24 Dec 12:44
Compare
Choose a tag to compare

Add a RTE : RichText Editor (based on quilljs)