Skip to content

Commit f293392

Browse files
Update release notes + changelog
1 parent 40e9ce5 commit f293392

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

CHANGELOG.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.16.1",
5+
"changes": {
6+
"fixes": [
7+
"`DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons"
8+
]
9+
},
10+
"contributions": [
11+
"[IRRDC](https://github.com/IRRDC)"
12+
]
13+
},
314
{
415
"version": "3.16.0",
516
"changes": {

CHANGELOG.md

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

3+
## 3.16.1
4+
5+
### Fixes
6+
7+
- `DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).
12+
313
## 3.16.0
414

515
### New control(s)

docs/documentation/docs/about/release-notes.md

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

3+
## 3.16.1
4+
5+
### Fixes
6+
7+
- `DynamicForm`: Additional check to see if DefaultValue is an object. No more null comparisons, which should have been undefined comparisons
8+
9+
### Contributors
10+
11+
Special thanks to our contributor: [IRRDC](https://github.com/IRRDC).
12+
313
## 3.16.0
414

515
### New control(s)

0 commit comments

Comments
 (0)