Skip to content

Commit

Permalink
Preliminaries for v2.5 Vesuv
Browse files Browse the repository at this point in the history
  • Loading branch information
phorward committed Jul 25, 2019
1 parent 23c6af7 commit a803a43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@

This file documents any relevant changes done to ViUR html5 since version 2.

## [develop] Vesuv
## [develop]

This is the current development version.

## [2.5.0] Vesuv

Release date: Jul 26, 2019

- Bugfix: `Widget.Th()` now supporting full col-/rowspan getting and setting.
- Bugfix: HTML-parser accepts tags in upper-/camel-case order now.
- Bugfix: HTML-parser handles table tags with tbody/thead tags inside more gracefully.
Expand Down Expand Up @@ -67,7 +71,8 @@ Release date: Dec 22, 2016
- Insert text blocks easier with `utils.textToHtml()`
- Several bugfixes

[develop]: https://github.com/viur-framework/html5/compare/v2.4.0...develop
[develop]: https://github.com/viur-framework/html5/compare/v2.5.0...develop
[2.5.0]: https://github.com/viur-framework/html5/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/viur-framework/html5/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/viur-framework/html5/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/viur-framework/html5/compare/v2.1.0...v2.2.0
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## About

This library serves as a toolkit for writing DOM-oriented web-apps using the Python programming language.
This library serves as a DOM-toolkit for writing HTML5 web-apps using the Python programming language.

The most prominent software completely established on this library is [ViUR vi](https://github.com/viur-framework/vi/), the visual administration interface for ViUR-based applications.

Expand All @@ -14,6 +14,8 @@ The most prominent software completely established on this library is [ViUR vi](

This library currently works with [PyJS](https://github.com/pyjs/pyjs), a Python-to-JavaScript transpiling framework.

We're also working on a Python 3 port to run with [pyodide](https://github.com/iodide-project/pyodide).

## Quick Start

Let's create a simple game app!
Expand Down

0 comments on commit a803a43

Please sign in to comment.