Skip to content

Releases: mathworks/widgets-toolbox

Release 2.1.1

26 Feb 20:00

Choose a tag to compare

bugfix to BaseApp SetupComplete attributes - affected BaseSingleSessionApp

Release 2.1.0

26 Feb 00:58

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

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

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

Choose a tag to compare

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