Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

4.0.0-alpha+3

Compare
Choose a tag to compare
@alorenzen alorenzen released this 15 Aug 22:23
· 2701 commits to master since this release

angular

4.0.0-alpha+3

Breaking changes

  • Removed formDirectives from COMMON_DIRECTIVES list; replace
    COMMON_DIRECTIVES with [CORE_DIRECTIVES, formDirectives] for components
    that use forms directives.

  • Forms API has been moved to a new package, angular_forms, which is going to
    be versioned and maintained alongside the core framework. This should allow
    better segmentation of code and easier contributions.

Bug Fixes

  • Fixed a bug in @deferred when nested views has DI bindings. Fixes
    #578.

angular_forms

0.1.0

  • Initial commit of angular_forms.

angular_compiler

0.2.0+1

  • Various changes internal to the compiler.