This repository was archived by the owner on Sep 16, 2022. It is now read-only.
4.0.0-alpha+3
·
2701 commits
to master
since this release
angular
4.0.0-alpha+3
Breaking changes
-
Removed
formDirectivesfromCOMMON_DIRECTIVESlist; replace
COMMON_DIRECTIVESwith[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
@deferredwhen 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.