Skip to content

0.1.2

Choose a tag to compare

@zbryikt zbryikt released this 06 Feb 08:23
· 5 commits to release since this release
  • fix bug: disabled, isRequired, readonly may return undefined, causing issue for caller that need an explicit defined value.
  • disable widget manager if this widget is disabled.
  • update manager disable status also upon deserialize is called.
  • add dev note about manager disable status in widget doc
  • support disabling managers with disabled() and disable() api
  • disable nested managers if this manager is disabled.
  • check progress only on enabled managers.
  • progress return percent 1 if total = 0