File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,16 @@ extracted from the commits. We can quickly see in the new changelog exactly what
55
55
changes and so can application developers when they are deciding whether to update to a new version of
56
56
AngularJS.
57
57
58
+ #### When are deprecated features removed from the library?
59
+ Most of the time we remove a deprecated feature in a next minor version bump. For example, the
60
+ `preAssignBindingsEnabled` `$compileProvider` method was defined in AngularJS `1.5.10`, deprecated in `1.6` and
61
+ will be removed in `1.7`.
62
+
63
+ In case of jqLite we apply a different strategy - we deprecate features that have an equivalent in jQuery that
64
+ is also deprecated but we only remove the feature once it's removed from jQuery to improve compatibility between
65
+ jqLite and jQuery. One such example is the `bind` method, deprecated in favor of `on` but unlikely to be removed
66
+ from jqLite any time soon.
67
+
58
68
59
69
### Is AngularJS a templating system?
60
70
You can’t perform that action at this time.
0 commit comments