Skip to content

Releases: ssciwr/ipywidgets-jsonschema

ipywidgets-jsonschema v1.1.0

15 Nov 16:02
b997715
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

ipywidgets-jsonschema v1.0.1

27 Oct 09:48
284d33f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

ipywidgets-jsonschema v1.0.0

22 May 13:13
Compare
Choose a tag to compare

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

14 Oct 10:19
Compare
Choose a tag to compare

Introduces a bunch of fixes that make generated widgets simpler and display better. Additionally, setuptools_scm is introduced.

ipywidgets-jsonschema v0.11.1

27 Sep 14:41
db53900
Compare
Choose a tag to compare

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

23 Sep 11:35
6e036af
Compare
Choose a tag to compare

Implement partial support for 'if'-'then' conditionals in schemas.

ipywidgets-jsonschema v0.10.0

19 Sep 15:23
ac89aff
Compare
Choose a tag to compare

Generate fixed size array controls if minItems == maxItems.

ipywidgets-jsonschema v0.9.0

09 Sep 11:46
0cd40a3
Compare
Choose a tag to compare

Adds the exclusive{Maximum, Minimum} rules and allow defaults for arrays.

ipywidgets-jsonschema v0.8.1

05 May 14:58
4301b09
Compare
Choose a tag to compare

Fix the verison detection of ipywidgets for beta releases and release candidates.

ipywidgets-jsonschema v0.8.0

05 May 14:11
9a82cd9
Compare
Choose a tag to compare

Relaxes the version constraint on the ipywidgets dependency - no more depending on beta releases or release candidates.