Skip to content

Releases: mathworks/widgets-toolbox

Release 2.3.1.0

16 Jan 18:02
dd41312
Compare
Choose a tag to compare

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

14 Mar 16:14
a68e4e5
Compare
Choose a tag to compare

Numerous small bugfixes and improvements. See full changelog for details.

What's Changed

Full Changelog: 2.2.1...2.3.0

Release 2.2.1

19 May 19:57
1360050
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.2.0...2.2.1

Release 2.2.0

13 May 15:02
60a0245
Compare
Choose a tag to compare

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

04 May 16:35
Compare
Choose a tag to compare

Fixes issues with ListSelectorTwoPane that were not properly merged into release 2.1.2

Release 2.1.1

26 Feb 20:00
Compare
Choose a tag to compare

bugfix to BaseApp SetupComplete attributes - affected BaseSingleSessionApp

Release 2.1.0

26 Feb 00:58
Compare
Choose a tag to compare

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

01 Feb 23:46
3608ca3
Compare
Choose a tag to compare

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

22 Dec 15:42
218994b
Compare
Choose a tag to compare

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

24 Nov 14:13
Compare
Choose a tag to compare

The initial release of Widgets Toolbox 2.0 for new apps using uifigure.