File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 4.4.0 ] - 2019-12-16
8
8
### Changed
9
9
- Compatibility: replace ` <button> ` tags for items in columns with focusable ` <div> ` tags
10
10
- Compatibility: replace css ` clip-path ` usage for nested-item indicator with css shape from borders
@@ -140,7 +140,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140
140
## [ 1.0.0] - 2019-03-03
141
141
- initial implementation
142
142
143
- [ Unreleased ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.3.0...HEAD
143
+ [ 4.4.0 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.3.0...v4.4.0
144
144
[ 4.3.0 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.2.0...v4.3.0
145
145
[ 4.2.0 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.1.0...v4.2.0
146
146
[ 4.1.0 ] : https://github.com/CarstenWickner/react-jsonschema-inspector/compare/v4.0.1...v4.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-jsonschema-inspector" ,
3
- "version" : " 4.4.0-SNAPSHOT " ,
3
+ "version" : " 4.4.0" ,
4
4
"description" : " View component for traversing/searching in a JSON Schema" ,
5
5
"homepage" : " https://CarstenWickner.github.io/react-jsonschema-inspector/?path=/docs/inspector--show-case" ,
6
6
"author" : " Carsten Wickner" ,
You can’t perform that action at this time.
0 commit comments