Skip to content

Commit acb6dde

Browse files
committed
1.1.1
1 parent 6aad57d commit acb6dde

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.1] - 2021-01-12
4+
5+
### Fixed
6+
7+
- Fixed [issue #9](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/9); `mods` now propagated to Section components, so Array types can use Custom Form Inputs.
8+
- Fixed missing Bootstrap 4 theme in example app.
9+
10+
### Changed
11+
12+
- `prettier` check is now part of the CI pipeline.
13+
- Minor updates to documentation.
14+
315
## [1.1.0] - 2020-12-29
416

517
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ginkgo-bioworks/react-json-schema-form-builder",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "React Component for visually configuring a JSON Schema-based form",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)