Skip to content

Commit 1a67bf5

Browse files
committed
2.5.0
1 parent b796a90 commit 1a67bf5

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

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

3+
## [2.5.0] - 2021-06-20
4+
5+
### Added
6+
7+
- Object and Section Name are no longer restricted.
8+
9+
### Fixed
10+
11+
- Support ui:options in UI Schema. (See [pr #107](https://github.com/ginkgobioworks/react-json-schema-form-builder/pull/107).)
12+
- Support adding more than 10 elements using default naming. (See [issue #115](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/115).)
13+
- A number of issues in Flow that manifested with flow-bin upgrade.
14+
- Fixed missing matchIf entries for the various format options in Short Answer. (See [issue #119](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/119).)
15+
- Removed broken format dropdown from Long Answer input type.
16+
- Prevent duplicate object names. (See [issue #113](https://github.com/ginkgobioworks/react-json-schema-form-builder/issues/113).)
17+
18+
19+
### Changed
20+
21+
- Updated dependencies in package-lock.json
22+
- Input type dropdown is sorted
23+
- Time, Date, and Date-Time are now input types included by default. Time and Date-time are no longer format options for Short Answer.
24+
325
## [2.4.2] - 2021-05-09
426

527
### Fixed

example/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-lock.json

Lines changed: 2 additions & 2 deletions
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.4.2",
3+
"version": "2.5.0",
44
"description": "React Component for visually configuring a JSON Schema-based form",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)