Skip to content

Commit

Permalink
upgrade to 0.8.4 and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Feb 19, 2020
1 parent 1df6475 commit 2caa9c1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 0.8.4 - 2019-02-19
### Added

### Changed
- fixes #191 Allow additional contexts to be passed to be used in evaluation of condition property. Thanks @struankl

## 0.8.3 - 2019-12-30
### Added

Expand Down
2 changes: 1 addition & 1 deletion lib/__tests__/ConditionalCapture-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ describe("Composed component test", function () {
schema: cfg.schema,
model: cfg.model,
evalContext: {
roles: ['canSeeSecrets']
roles: ["canSeeSecrets"]
}
})); // Output must have three inputs

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-schema-form",
"version": "0.8.3",
"version": "0.8.4",
"description": "React json schema form",
"keywords": [
"json schema",
Expand Down

0 comments on commit 2caa9c1

Please sign in to comment.