Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Scherf <[email protected]>
  • Loading branch information
fscherf committed Aug 10, 2021
1 parent df61b74 commit b777c4f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions doc/content/end-user-documentation/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
toctree: False


Changelog
=========

`1.0.1 <https://github.com/fscherf/lona/releases/tag/1.0.1>`_
-------------------------------------------------------------

Bugfixes
~~~~~~~~

* html: data binding: skip all non change events
* Previously ``TextInput`` and ``Select`` catched all input events and handled
them as ``CHANGE`` event. Now unknown events get bubbled up.

`1.0 <https://github.com/fscherf/lona/releases/tag/1.0>`_
---------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion lona/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (1, 0)
VERSION = (1, 0, 1)
VERSION_STRING = '{}'.format('.'.join([str(i) for i in VERSION]))

0 comments on commit b777c4f

Please sign in to comment.