5.0.0-alpha+14
angular
5.0.0-alpha+14
New features
-
In dev mode only, an attribute named
fromis now added to each<style>
tag whose value identifies the source file URL and name of the component
from which the styles originate. -
Styles that are inlined into generated
.dartcode (either in
.template.dartor.css.dart) now arefinalrather thanconstwhen
specified. This allows incremental compilers (such as DDC) to avoid
cascading rebuilds when only CSS styles are changed (not HTML or Dart).
Bug fixes
-
Expression conversion failures are now reported as build failures, with
source context if available, rather than as bugs in the compiler. -
Unresolved
exportsarguments in@Componentannotations will no longer
crash the compiler and are now reported as build failures.
angular_ast
0.5.3+2
- Maintenance release for
-dev.56.
angular_compiler
0.4.0-alpha+14
- Maintenance release.
- The minimum SDK version is now
sdk: ">=2.0.0-dev.56.0 <2.0.0".
angular_forms
2.0.0-alpha+6
- Maintenance release.
- The minimum SDK version is now
sdk: ">=2.0.0-dev.56.0 <2.0.0".
angular_router
2.0.0-alpha+13
New features
- Moved
normalizePath()from an internal type toLocationto give
fine-grained control over path normalization.
Bug fixes
-
Fixed a regression where the
RouterLinkActivedirective would not activate
for empty paths (including'/'). -
Fixed a bug where if a component threw an exception during routing the
router would get in a perpetual bad state where it was impossible to route
away or otherwise use the application.
angular_test
2.0.0-alpha+12
- Made
NgTestStabilizerFactorypublic.