Releases: ssciwr/ipywidgets-jsonschema
ipywidgets-jsonschema v1.1.0
ipywidgets-jsonschema v1.0.1
ipywidgets-jsonschema v1.0.0
This is the first stable release of ipywidgets-jsonschema.
The project allows to create form objects from existing schemas that follow the JSONSchema specification. Form objects display as widgets based on ipywidgets in Jupyter. The current state of the widgets can be read and manipulated through the data
property of the form object.
ipywidgets-jsonschema v0.12.0
Introduces a bunch of fixes that make generated widgets simpler and display better. Additionally, setuptools_scm is introduced.
ipywidgets-jsonschema v0.11.1
Fixup to conditional properties being introduced in v0.11.0: The same property can now be introduced by multiple conditional subschemas.
ipywidgets-jsonschema v0.11.0
Implement partial support for 'if'-'then' conditionals in schemas.
ipywidgets-jsonschema v0.10.0
Generate fixed size array controls if minItems == maxItems
.
ipywidgets-jsonschema v0.9.0
Adds the exclusive{Maximum, Minimum}
rules and allow defaults for arrays.
ipywidgets-jsonschema v0.8.1
Fix the verison detection of ipywidgets for beta releases and release candidates.
ipywidgets-jsonschema v0.8.0
Relaxes the version constraint on the ipywidgets dependency - no more depending on beta releases or release candidates.