* fix(package): update react to version 16.12.0
* fix(package): update react to version 16.12.0
* fix(package): update react-dom to version 16.12.0
* fix(package): update react-dom to version 16.12.0
* chore(package): update lockfile examples/react_demo/package-lock.json
* chore(package): update lockfile examples/react_advanced_demo/package-lock.json
* fix(package): update react to version 16.10.2
* fix(package): update react to version 16.10.2
* fix(package): update react-dom to version 16.10.2
* fix(package): update react-dom to version 16.10.2
* chore(package): update lockfile examples/react_demo/package-lock.json
* chore(package): update lockfile examples/react_advanced_demo/package-lock.json
* fix(package): update react to version 16.10.0
* fix(package): update react to version 16.10.0
* fix(package): update react-dom to version 16.10.0
* fix(package): update react-dom to version 16.10.0
* chore(package): update lockfile examples/react_demo/package-lock.json
* chore(package): update lockfile examples/react_advanced_demo/package-lock.json
* change jsoneditor dependency property value.
Adding the jsoneditor version into package.json npm install did not install jsoneditor with "file:../..".
* update jsoneditor version to have version.
* Display schema defaults inline next to Nodes
* Improve usability of schema default display
- When value is default, make it bold and set a tooltip
- When value is not default, display the default next to the value
- When value is default and is a select, show "Default" next to it
- Lighten the color of green used for values
This increases the contrast between normal values and default values.
* Remove styling when value is the same as the schema default
This styling may have been confusing for some users and may not have
been applicable to all situations.
* Apply is-default and is-not-default classes to values
This allows the user to supply custom styling for these states.
To set styles for values that match the default value in the schema, use
the class `.jsoneditor-is-default`.
To set styles for values that _do not_ match the default value in the
schema, use the class `.jsoneditor-is-not-default`.
* Remove extra newline after schema examples in tooltip
* Move schema default display from inline to tooltip
This presents less opportunity for user confusion and is likely to be
more widely applicable.
* Add examples of schema metadata display
* Add documentation on styling
* update for gulp 4.0.0
* added an ability to set custom css classes for Node's field and value
* v5.9.8-beta
* wip
* wip
* wip
* wip
* wip
* wip
* cleanup
* reverted ./dist/ files
* cleanup
* reverted package-lock.json
* updated onClassName signature
* recursive node class name update on change
* add/remove css classes on node
* example fix
* merged remote
* removed yarn.lock
* changes get reflected on both sides of the diff view in example 20
* refactored and cleaned up example 20