Skip to content

Commit

Permalink
Update release notes + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmaillot committed Jan 7, 2024
1 parent 40e9ce5 commit f293392
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"versions": [
{
"version": "3.16.1",
"changes": {
"fixes": [
"`DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons"
]
},
"contributions": [
"[IRRDC](https://github.com/IRRDC)"
]
},
{
"version": "3.16.0",
"changes": {
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## 3.16.1

### Fixes

- `DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons

### Contributors

Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).

## 3.16.0

### New control(s)
Expand Down
10 changes: 10 additions & 0 deletions docs/documentation/docs/about/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## 3.16.1

### Fixes

- `DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons

### Contributors

Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).

## 3.16.0

### New control(s)
Expand Down

0 comments on commit f293392

Please sign in to comment.