Releases: mathworks/widgets-toolbox
Release 2.3.1.0
Some small bugfixes and improvements. See full changelog for details.
What's Changed
- Fixed issue with ListSelectorTwoPane crashing MATLAB when attempting to convert an application to auto-reflow.
Full Changelog: 2.2.1...2.3.1
Release 2.3.0.0
Release 2.2.1
What's Changed
Full Changelog: 2.2.0...2.2.1
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.
Release 2.1.3
Fixes issues with ListSelectorTwoPane that were not properly merged into release 2.1.2
Release 2.1.1
bugfix to BaseApp SetupComplete attributes - affected BaseSingleSessionApp
Release 2.1.0
Add new DatetimeSelector widget
For wt.apps.BaseApp, adjust drawnow locations and add progress indicators to disable interactivity during load/save/new session.
Change some internal property attributes to enable access for unit tests
Add metadata for future use
For wt.abstract.BaseWidget, add protected requestUpdate method to trigger update method. For R2021a and up, this will improve performance as the update will not occur immediately and will wait for the next drawnow cycle
Release 2.0.3
bugfix for toolbar sizing, bugfix to TaskStatusTable on list reduction, tweaks to BaseApp initialization code, add unit tests for remaining components
Release 2.0.2
New bugfix from the briefly available release 2.0.1 (release 2.0.1 was later removed)
- fix to Toolbar HorizontalSection VerticalSection callbacks not firing
Other fixes between 2.0.0 and 2.0.2
- varouous minor bugfixes
- initial testing / compatibility R2021a prerelease
- add unit test for ListSelector
- work on ListSelectorTwoPane and unit test
- work on removing function_handle properties in favor of HasCallbackProperty
- work on widget metadata config
- work on properties, bugfixes
- unit tests and examples all pass, all can be placed onto canvas
- update icons
- work on display customization
- tweaks to use enumeration default values for enum props
Release 2.0.0
The initial release of Widgets Toolbox 2.0 for new apps using uifigure.