8000 Release v2.1.0 · viur-framework/html5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v2.1.0

Compare
Choose a tag to compare
@phorward phorward released this 02 Nov 15:25
· 172 commits to master since this release

Major changes

  • html-parser (Widget.fromHTML()) that is capable to compile HTML-code into DOM-objects of the html5 library, and an extra-feature to bind them to their root node for further access. This attempt makes it possible to create PyJS apps using the HTML5 library without creating every single element by hand.
  • A more distinct way for Widget.hide() and Widget.show() that cannot be overridden by styling. (setting "hidden" does not work when another display value is set).
  • Utility functions Widget.enable() and Widget.disable().

Minor changes

  • Directly append text in construction of Div() and Span().
  • Allow for tuple and list processing in table cell assignments.
  • Adding utils.parseFloat() and utils.parseInt() utility functions.
  • Implemented colspan attribute for Th()
  • New README.md and CHANGELOG.md.
0