Skip to content

Commit

Permalink
Update CHANGELOG.md (jdorn#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 authored Sep 30, 2020
1 parent 9dc8413 commit d819e7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
### Unreleased

### 2.4.0

- added option `max_depth` used to specify the maximum depth of level's schema that have to be rendered
- added option `use_default_values` used to specify if default values based on the "type" of the property have to be used
- when `use_default_values` is false, number and integer fields have undefined value when input is empty
- when `use_default_values` is false, string fields have undefined value at the beginning. After that user edit the field, empty input is threated as an empty string
- Fixed using multiple dependencies for an editor. Fix #703
- Evaluate all dependencies for an editor to determine visibility
- Fixed meta-schema usage
- Added `min`, `max` for `dateTime`

### 2.3.0-dev
### 2.3.0

- Removed codeception container, use `codeceptjs` as node-dev module
- Enabled Bootstrap 3 theme/icons
Expand Down

0 comments on commit d819e7d

Please sign in to comment.