Skip to content

2.2.0

Compare
Choose a tag to compare
@maxfierke maxfierke released this 27 Oct 03:52
· 138 commits to master since this release

New Features

  • Implemented a public API for Task Modifiers,
    providing a way for users to define additional modifiers and behavior in
    application code. (#441) Please consider the TaskProperty
    prototype extension method of implementing task modifiers to be deprecated
    in favor of the registerModifier API.
  • Add onError parameter to perform helper to allow UI-triggered tasks to
    specify alternative or null error handlers (#443, fixes #435. Thanks
    @lolmaus for the discussion)

Bugfixes