Skip to content

Commit 93afb08

Browse files
committed
updated documentation
1 parent 613c735 commit 93afb08

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.5.2] - 2018-08-04
810
### Changed
911
- Switched build system from webpack to babel @PatrickSachs.
1012
- Overhauled test structure & system @AndrewRedican.
13+
- `locale` import statement made shorter @PatrickSachs.
1114

1215
### Added
1316
- New build output: `/build/es` using the latest ES features @PatrickSachs.
17+
- New syntax logic tests @AndrewRedican.
18+
- New locale tests @PatrickSachs.
1419

1520
## [2.5.1] - 2018-07-27
1621
### Changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,15 @@
4848
5. Open `http://localhost:8080` in the web browser
4949

5050

51-
## Latest Spotlight Release Notes [v2.5.1] - July 27, 2018
52-
1. Updated documentation with proper locale import statements.
51+
## Latest Spotlight Release Notes [v2.5.2] - August 4, 2018
52+
1. Added a new build output: `/build/es` using the latest ES features.
53+
2. `Locale` import statements have changed. See [documentation](https://github.com/AndrewRedican/react-json-editor-ajrm/wiki/Locale-Support)
54+
3. An [issue](https://github.com/AndrewRedican/react-json-editor-ajrm/issues/29) where cursor selection moved from its original position has been fixed.
55+
4. [Other changes](https://github.com/AndrewRedican/react-json-editor-ajrm/blob/master/CHANGELOG.md#252---2018-08-04)
5356

5457
## Upcoming Features
5558
1. Collapsible nodes to partially display contents of an object.
56-
2. Additional QA tests.
59+
2. Even more QA tests.
5760

5861
## Features
5962

0 commit comments

Comments
 (0)