Skip to content

Commit 3833981

Browse files
chore: release v1.0.1
1 parent 306338f commit 3833981

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.MD

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.0.1] - 2020-02-23
88
### Added
99
- Mentioning of all component props in README
1010
- Basic examples in README
1111

12-
## [1.0.0]
12+
### Fixed
13+
- Invalid key assignment results in incorrect partial rendering during structural editing
14+
15+
## [1.0.0] - 2020-02-22
1316
### Added
1417
- Allow for simple process flows to be displayed
1518
- Automatic positioning of elements in a grid (i.e. no "pixel pushing")
@@ -25,5 +28,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2528
- Enable customization of default condition type, number of branches and associated condition values for a newly added `DivergingGatewayNode`
2629
- Expose internal validation logic
2730

28-
[Unreleased]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v1.0.0...HEAD
31+
[1.0.1]: https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v1.0.0...v1.0.1
2932
[1.0.0]: https://github.com/CarstenWickner/react-jsonschema-inspector/releases/tag/v1.0.0

0 commit comments

Comments
 (0)