Skip to content

Commit

Permalink
chore(ui/API): update addedIn version for a few features
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Oct 1, 2022
1 parent 7d152e9 commit e0c43f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/components/dialog/QDialog.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"type": "Boolean",
"desc": "Allow elements outside of the Dialog to be focusable; By default, for accessibility reasons, QDialog does not allow outer focus",
"category": "behavior",
"addedIn": "v1.20.3"
"addedIn": "v1.21.0"
}
},

Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/rating/QRating.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"[\"Bad\", \"Normal\", \"Good\"]"
],
"category": "accessibility",
"addedIn": "v1.20.3"
"addedIn": "v1.21.0"
},

"color": {
Expand Down

0 comments on commit e0c43f7

Please sign in to comment.