Release 2.2.0
Refactored widgets to inherit directly from ComponentContainer with mixins, to make them easier to reuse as custom component examples.
Managed minor tweaks due to parenting timing change in R2022a
Private/internal properties now give access to matlab.uitest.TestCase, so they can be unit tested better within outside projects.
PasswordField now triggers ValueChanged event on Enter key. Typing into the field triggers ValueChanging, but does NOT trigger ValueChanged any more.
Added missing unit test for SliderCheckboxGroup
Update icons for transparency. Fixes to BackgroundColor, FontColor, FieldColor in several widgets. DateTimeSelector still has known issues.
Add pattern option to FileSelector. Restore focus to figure after file selection dialog. Add warn icon when file/folder is invalid.
Add WidgetsExampleApp and link to it in getting started guide.