File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
docs/documentation/docs/about Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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
+ },
3
14
{
4
15
"version" : " 3.16.0" ,
5
16
"changes" : {
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
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
+
3
13
## 3.16.0
4
14
5
15
### New control(s)
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
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
+
3
13
## 3.16.0
4
14
5
15
### New control(s)
You can’t perform that action at this time.
0 commit comments