File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Changes
2
2
3
+ - 0.13.4
4
+ * Fix: On the Javascript console, library TonSelect complained to be initialized already, if more
5
+ than one ` Selectize ` or ` SelectizeMultiple ` widget were used.
6
+ * Some valid Python regular expressions were rejected by the Javascript implementation when used
7
+ as pattern in a ` RegexField ` .
8
+ * When building the project, now one can use the comman line options ` --debug ` and ` --monolith ` to
9
+ control how the client code shall be generated.
10
+
3
11
- 0.13.3
4
12
* Fix initialization problem: Webcomponents loaded through templates in a FormCollection with
5
13
multiple instances were not loaded.
Original file line number Diff line number Diff line change 1
- __version__ = '0.13.3 '
1
+ __version__ = '0.13.4 '
You can’t perform that action at this time.
0 commit comments