This repository was archived by the owner on Sep 16, 2022. It is now read-only.
3.0.0-beta
New features
composeValidatorsandcomposeAsyncValidatorsnow part of the public API.angular2/testing.dartincludes a test-onlyisDebugModefunction.
Breaking changes
-
Removed
TitleService. To update the title, usedart:html:document.title = 'My title';
-
DynamicComponentLoadernow has a simplified API:loadAsRoot,loadAsRootIntoNodereplaced by a singleloadmethod that
always creates the component root node instead of hoisting into an existing
node.
Bug fixes and deprecations
ngSwitchWhennow properly compares identity in Dartium.ngSwitchCasereplacesngSwitchWhen(soft deprecation).Component/Directive#selectoris now a@requiredproperty.- Angular warns in the console if using Dartium without checked mode.
- Various performance improvements for both code size and runtime.
- Various Dart idiomatic/style guide updates to the codebase.
ngIfnow throws again if the bound value changes during change detection.XHRis deprecated, along with the runtime/reflective compiler.