Releases: Syzygy24/y-jsoneditor
Releases · Syzygy24/y-jsoneditor
Support size limits for image uploader
Remove bower dependency
Merge pull request #21 from Syzygy24/removeBower Remove bower
image uploader will now display existing data
Add image upload editor
Also begins moving toward emitting errors so that they can be caught / handled
Bug fixes and improvements
Merge pull request #16 from Syzygy24/Syzygy24-patch-1 Update package.json
CSS changes for datetimepicker
datetimepicker locked down to bootstrap 3.
Bug fixes and improvements
Merge pull request #12 from lordstone/fixBug fix the bug of keep bouncing in between
Displays fields that are undefined with default values
Now if a json field is undefined in the data, but exists in the schema, the json-editor will display that field. It will set the field to a default value if one exists.