Skip to content

Releases: Syzygy24/y-jsoneditor

Support size limits for image uploader

29 May 23:03
e051ac7

Choose a tag to compare

See README updates for details.

Remove bower dependency

06 Apr 18:14
83d9855

Choose a tag to compare

Merge pull request #21 from Syzygy24/removeBower

Remove bower

image uploader will now display existing data

21 Feb 02:55
5cf3a65

Choose a tag to compare

Add image upload editor

20 Dec 18:21
c887706

Choose a tag to compare

Also begins moving toward emitting errors so that they can be caught / handled

Bug fixes and improvements

25 Oct 23:14

Choose a tag to compare

Merge pull request #16 from Syzygy24/Syzygy24-patch-1

Update package.json

CSS changes for datetimepicker

25 Oct 00:00

Choose a tag to compare

datetimepicker locked down to bootstrap 3.

Bug fixes and improvements

19 Oct 22:47

Choose a tag to compare

Merge pull request #12 from lordstone/fixBug

fix the bug of keep bouncing in between

Displays fields that are undefined with default values

19 Oct 20:36

Choose a tag to compare

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.