Skip to content

Releases: ssciwr/ipywidgets-jsonschema

ipywidgets-jsonschema v0.7.3

03 Mar 12:20
24010d6
Compare
Choose a tag to compare

Fixes a bug about resetting to defaults, especially when setting objects (dicts) that do not have all keys present.

ipywidgets-jsonschema v0.7.2

28 Feb 16:07
Compare
Choose a tag to compare

Fix compatibility with downstream subclasses that override form element type

ipywidgets-jsonschema v0.7.1

28 Feb 14:51
Compare
Choose a tag to compare

Bugfix for observer handling in array

ipywidgets-jsonschema v0.7.0

28 Feb 14:09
e1aba64
Compare
Choose a tag to compare

Adds optional sorting of object fields and fixes more issues with array element preconstruction.

ipywidgets-jsonschema v0.6.1

25 Feb 11:14
b166ef5
Compare
Choose a tag to compare

Bugfix to array subwidget preconstruction

ipywidgets-jsonschema v0.6.0

24 Feb 18:21
d93647a
Compare
Choose a tag to compare

Further performance optimizations for array elements + numeric widgets bounded from one side.

ipywidgets-jsonschema v0.5.0

22 Feb 09:41
59fec74
Compare
Choose a tag to compare

Refactoring of the array handler to solve a performance issue: Before, all calls to the setter reconstructed the widget which takes an excessive amount of time.

ipywidgets-jsonschema v0.4.1

21 Feb 15:36
83acc39
Compare
Choose a tag to compare

Fixes a bug with observer in anyOf rules.

ipywidgets-jsonschema v0.4.0

17 Feb 09:27
4edda4a
Compare
Choose a tag to compare

Removed dependency on pyrsistent.

ipywidgets-jsonschema v0.3.1

09 Feb 10:18
5ff571a
Compare
Choose a tag to compare

Fixes to observers with array elements (which instantiate new widgets at runtime).