react-json-editor-ajrm
Advanced tools
Comparing version 2.5.0 to 2.5.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [2.5.1] - 2018-07-27 | ||
### Changed | ||
- Documentation and example/src/index.js with correct locale import statement @AndrewRedican. | ||
## [2.5.0] - 2018-07-26 | ||
@@ -11,0 +15,0 @@ ### Added |
{ | ||
"name": "react-json-editor-ajrm", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!", | ||
@@ -5,0 +5,0 @@ "author": "andrew.redican.mejia@gmail.com", |
@@ -22,2 +22,3 @@ # react-json-editor-ajrm | ||
import JSONInput from 'react-json-editor-ajrm'; | ||
import locale from 'react-json-editor-ajrm/dist/locale/en'; | ||
@@ -28,2 +29,3 @@ <JSONInput | ||
colors = { darktheme } | ||
locale = { locale } | ||
height = '550px' | ||
@@ -51,9 +53,8 @@ /> | ||
## Latest Spotlight Release Notes [v2.5.0] - July 26, 2018 | ||
1. Added locale support for `English`, `German`, and `Spanish`. | ||
2. An issue where the distribution version was bundled with multiple casing of a peer depency has been fixed. See [issue](https://github.com/AndrewRedican/react-json-editor-ajrm/issues/17). | ||
## Latest Spotlight Release Notes [v2.5.1] - July 27, 2018 | ||
1. Updated documentation with proper locale import statements. | ||
## Upcoming Features | ||
1. Core QA tests. | ||
2. Collapsible nodes to partially display contents of an object. | ||
1. Collapsible nodes to partially display contents of an object. | ||
2. Additional QA tests. | ||
@@ -67,2 +68,3 @@ ## Features | ||
5. For any valid textContent, calculates and makes available in this.state as plain text, markup text, and javascript object. | ||
6. Locale support for `English`, `German`, and `Spanish`. | ||
@@ -74,3 +76,3 @@ ## Component Properties | ||
| [id]() | A unique id to identify component. | string | Mandatory | | ||
| [locale]() | The locale of your editor. Import locales like this: `import locale from 'react-json-editor-ajrm/locale/en'`. [Learn More](https://github.com/AndrewRedican/react-json-editor-ajrm/wiki/Locale-Support) | object | Mandatory | | ||
| [locale]() | The locale of your editor. Import locales like this: `import locale from 'react-json-editor-ajrm/dist/locale/en'`. [Learn More](https://github.com/AndrewRedican/react-json-editor-ajrm/wiki/Locale-Support) | object | Mandatory | | ||
| [placeholder]() | Send a valid javascript object to be shown once when component is mounted. | object | Optional | | ||
@@ -77,0 +79,0 @@ | [viewOnly]() | Send `true` if you would like for content shown not to be editable. | boolean | Optional | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
56262
164
0