Releases: ssciwr/ipywidgets-jsonschema
ipywidgets-jsonschema v0.7.3
Fixes a bug about resetting to defaults, especially when setting objects (dicts) that do not have all keys present.
ipywidgets-jsonschema v0.7.2
Fix compatibility with downstream subclasses that override form element type
ipywidgets-jsonschema v0.7.1
Bugfix for observer handling in array
ipywidgets-jsonschema v0.7.0
Adds optional sorting of object fields and fixes more issues with array element preconstruction.
ipywidgets-jsonschema v0.6.1
Bugfix to array subwidget preconstruction
ipywidgets-jsonschema v0.6.0
Further performance optimizations for array elements + numeric widgets bounded from one side.
ipywidgets-jsonschema v0.5.0
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
Fixes a bug with observer in anyOf
rules.
ipywidgets-jsonschema v0.4.0
Removed dependency on pyrsistent
.
ipywidgets-jsonschema v0.3.1
Fixes to observers with array elements (which instantiate new widgets at runtime).