Skip to content

Releases: trydesignlab/django-admin-json-editor

0.2.10

19 Nov 18:27
dd3bc18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.8...0.2.10

0.2.8 - Initial Django 4 updates

03 Jun 16:40
Compare
Choose a tag to compare

0.2.7 - Fix for fields with "-" in the field name

20 Jan 15:38
Compare
Choose a tag to compare

0.2.6 - Overriding SimpleMDE Static Files Setting

29 Mar 22:41
Compare
Choose a tag to compare
0.2.6 Release

SimpleMDE is now loaded from settings.
DAJE_SIMPLE_MDE_CSS and DAJE_SIMPLE_MDE_JS are arrays of files that should be loaded.
We default to the original simple MDE.
In the example project, we override those with the custom Designlab SimpleMDE files and the DesignLab Showdown Extensions

0.2.5 - Handlebars support

23 Mar 02:58
Compare
Choose a tag to compare
v0.2.5 increment

0.2.4 - Better Schema Change Warnings

21 Mar 14:26
Compare
Choose a tag to compare

When changing schema on multiple schema options, the confirm will not come up if there hasn't been any data entered yet.

0.2.3 - Default Editor Options

16 Mar 20:39
Compare
Choose a tag to compare

you can now pass a dict to default_options which will be called by the JSONEditor.

0.2.2 Fixes bug in 0.2.1

16 Mar 20:07
Compare
Choose a tag to compare

Bug in 0.2.1 do not use that release

0.2.1 Release - BUGGED DO NOT USE

16 Mar 20:06
Compare
Choose a tag to compare

Options are not overriden on base schema.

SimpleMDE

14 Mar 16:53
Compare
Choose a tag to compare

Replaces JSON Editor with my own fork of it which includes SimpleMDE instead of EpicEditor for much better Markdown support.