Skip to content

Commit a21aaa1

Browse files
committed
2.6.1
1 parent 653613a commit a21aaa1

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed

CHANGELOG.md

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

3+
## [2.6.1] - 2021-09-14
4+
5+
### Fixed
6+
7+
- Allow a user to edit 'Section Display Name' and 'Section Description' of a pre-configured section component on the form builder. (See [pr #185](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/185).)
8+
9+
### Changed
10+
11+
- Updated dependencies in package.json and package-lock.json
12+
- Updated dependencies in example/package-lock.json
13+
314
## [2.6.0] - 2021-07-29
415

516
### Fixed

example/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "2.6.0",
3+
"version": "2.6.1",
44
"description": "React Component for visually configuring a JSON Schema-based form",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)