Releases: jdorn/json-editor
Releases · jdorn/json-editor
JSON Editor 0.7.28
JSON Editor 0.7.27
Changelog
- Update grunt package
- JSHint fixes and support for strict mode
- Add minified source map
- Preliminary support for
anyOf
(treats likeoneOf
for now) - Added
examples/meta_schema.json
that implements the full JSON Editor schema spec
JSON Editor 0.7.26
Changelog
- New option
display_required_only
to hide all non-required properties by default - New
class
option for hyper-schema links to add CSS classes - Button translations for Collapse and Expand
- Bug fixes - undefined matchKey error, empty watch path error, oneOf keep values error
JSON Editor 0.7.25
Changelog
- New themes:
barebones
andfoundation6
- Add
groovy
support for Ace Editor - Add support for HTML5
download
attribute for links - More flexible options for hiding array delete buttons
JSON Editor 0.7.24
Changelog
- Button text is now configurable and translatable.
- Added optional dependencies math.js or decimal.js for more accurate floating point validation
- When a regex validation fails, show the pattern in the error message by default
JSON Editor 0.7.23
Changelog
- Selectize support
- Support for custom validators on a per-instance level
- Type inference for objects (properties defined, but no
type: "object"
) - Minor bug/typo fixes
JSON Editor 0.7.22
Changelog
- Add empty option at the top of the dropdown for non-required enum fields
- Allow spaces in default template variable names
- Performance improvements
- Access to watched variables when filtering enumSource fields
- Move switcher styles to theme for easier customization
- Bug fix with undefined strings
- Bug fix for templates without variables
JSON Editor 0.7.21
Changelog
- Add support for static items in enumSource
- Fix to make
additionalProperties
schema keyword overrideno_additional_properties
global option - Disable array editor caching
- Add class to object properties dropdown to enable easier styling
JSON Editor 0.7.20
Changelog
- Fix oneOf bug introduced in 0.7.19
- Fix grunt watch to work with concat_sourcemap
- Fix vertical tabs in Foundation 5
- Allow url encoded $ref JSON pointers
JSON Editor 0.7.19
Changelog
- Fix exception when adding new undefined object properties
- Add grunt sourcemap for minified file (must run
npm install
to pull in new required packages) - Fix bug with properties named "length"
- 30x speed improvement for default template engine
- Removed "container-{key}" class from editor HTML containers. Was causing unintended consequences.