Skip to content

Commit a281fe7

Browse files
committed
0.1.2 release
1 parent 16386bc commit a281fe7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 0.1.2 [2020-12-05]
5+
--------------------------
6+
7+
- [change] Rebuild UI based on CSS display property instead of visibility
8+
This change allows to manipulate the contents of the text area and
9+
trigger the recompilation of the UI also if the field is not visible.
10+
411
Version 0.1.1 [2020-09-14]
512
--------------------------
613

flat_json_widget/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 1, 1, 'final')
1+
VERSION = (0, 1, 2, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)