Skip to content

v2.0.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@bigopon bigopon released this 21 May 22:50
· 227 commits to master since this release

BREAKING CHANGE:

  • compiler: avoid using au class to find targets (#1768) (0d30998).
  • kernel: rename resolveAll -> onResolveAll (#1764) (fdf0747)

Features:

Refactorings:

  • all: cleanup up unused code & decouple interface from default impl (#1761) (7a71d43)
  • router: add warning for unsupported behavior (#1757) (ce87339). The router used to allow container traversal to
    find resources when a string is used as a route to find the corresponding component.
    Going forward this will be invalid and elements must be registered either locally
    or globally to be routable. A warning is added so apps that accidentally used
    this behavior can detect the invalid usages and fix accordingly first.
    This behavior will be removed in a near future release.