Skip to content

v11.0.0

Compare
Choose a tag to compare
@DethAriel DethAriel released this 30 Nov 06:26
· 37 commits to master since this release

Features

  • component: deprecate error output in favor of errored (6b002bb)
    • (error) will be removed in the next major version due to a name clash with DOM Element's 'error' event. (errored) is an equivalent substitute.
      Failure to properly address this deprecation before its removal may result in breakages of custom error handling code (for when errorMode parameter value is set to "handled").
  • package: add Angular 15 support (6c62634), closes #275. Kudos to @AshleyMedway for this contribution