Releases: trydesignlab/django-admin-json-editor
Releases · trydesignlab/django-admin-json-editor
0.2.10
What's Changed
- Fix editor initializing before page load by @unformatt in #1
- Fix variable scope by @unformatt in #2
New Contributors
- @unformatt made their first contribution in #1
Full Changelog: 0.2.8...0.2.10
0.2.8 - Initial Django 4 updates
Full Changelog: 0.2.7...0.2.8
0.2.7 - Fix for fields with "-" in the field name
update load static
0.2.6 - Overriding SimpleMDE Static Files Setting
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
v0.2.5 increment
0.2.4 - Better Schema Change Warnings
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
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
Bug in 0.2.1 do not use that release
0.2.1 Release - BUGGED DO NOT USE
Options are not overriden on base schema.