@@ -33,17 +33,17 @@ which drives many of these changes.
33
33
## Migrating from 1.4 to 1.5
34
34
35
35
Angular 1.5 takes a big step towards preparing developers for a smoother transition to Angular 2 in
36
- the future. Architecturing your applications using components, multi-slot transclusion, using
37
- lifecycle hooks in directive controllers and relying on native ES6 features (such as classes and
38
- arrow functions) are now all possible with Angular 1.5.
36
+ the future. Architecturing your applications using components, multi-slot transclusion, one-way
37
+ bindings in isolate scopes, using lifecycle hooks in directive controllers and relying on native ES6
38
+ features (such as classes and arrow functions) are now all possible with Angular 1.5.
39
39
40
40
41
41
This release includes numerous bug and security fixes, as well as performance improvements to core
42
42
services, directives, filters and helper functions. Existing applications can start enjoying the
43
43
benefits of such changes in `$compile`, `$parse`, `$animate`, `$animateCss`, `$sanitize`, `ngOptions`,
44
44
`currencyFilter`, `numberFilter`, `copy()` (to name but a few) without any change in code.
45
45
46
- New features have been added to more than a dozen services, directives and filters across 7 modules.
46
+ New features have been added to more than a dozen services, directives and filters across 8 modules.
47
47
Among them, a few stand out:
48
48
49
49
* `angular.component()`: Introducing "components", a special sort of directive that are easy to
0 commit comments