Changelog
*Sourced from [angular's changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md).*
> # 1.6.0 rainbow-tsunami (2016-12-08)
>
> **Here are the full changes for the release of 1.6.0 that are not already released in the 1.5.x branch,
> consolidating all the changes shown in the previous 1.6.0 release candidates.**
>
> ## New Features
> - **ngModelOptions:** allow options to be inherited from ancestor `ngModelOptions`
> ([296cfc](https://github.com/angular/angular.js/commit/296cfce40c25e9438bfa46a0eb27240707a10ffa),
> [#10922](https://github-redirect.dependabot.com/angular/angular.js/issues/10922))
> - **$compile:**
> - add `preAssignBindingsEnabled` option
> ([dfb8cf](https://github.com/angular/angular.js/commit/dfb8cf6402678206132e5bc603764d21e0f986ef))
> - set `preAssignBindingsEnabled` to false by default
> ([bcd0d4](https://github.com/angular/angular.js/commit/bcd0d4d896d0dfdd988ff4f849c1d40366125858),
> [#15352](https://github-redirect.dependabot.com/angular/angular.js/issues/15352))
> - throw error when directive name or factory function is invalid
> ([53a3bf](https://github.com/angular/angular.js/commit/53a3bf6634600c3aeff092eacc35edf399b27aec)
> [#15056](https://github-redirect.dependabot.com/angular/angular.js/issues/15056))
> - **jqLite:**
> - implement `jqLite(f)` as an alias to `jqLite(document).ready(f)`
> ([369fb7](https://github.com/angular/angular.js/commit/369fb7f4f73664bcdab0350701552d8bef6f605e))
> - don't throw for elements with missing `getAttribute`
> ([4e6c14](https://github.com/angular/angular.js/commit/4e6c14dcae4a9a30b3610a288ef8d20db47c4417))
> - don't get/set properties when getting/setting boolean attributes
> ([7ceb5f](https://github.com/angular/angular.js/commit/7ceb5f6fcc43d35d1b66c3151ce6a71c60309304),
> [#14126](https://github-redirect.dependabot.com/angular/angular.js/issues/14126))
> - don't remove a boolean attribute for `.attr(attrName, '')`
> ([3faf45](https://github.com/angular/angular.js/commit/3faf4505732758165083c9d21de71fa9b6983f4a))
> - remove the attribute for `.attr(attribute, null)`
> ([4e3624](https://github.com/angular/angular.js/commit/4e3624552284d0e725bf6262b2e468cd2c7682fa))
> - return `[]` for `.val()` on `Commits
- [`4c5afb5`](https://github.com/angular/angular.js/commit/4c5afb5cc2f72e966be9ee4f80732dd6e143d91d) chore(jenkins): ensure deps are installed before trying to use them
- [`f0dc288`](https://github.com/angular/angular.js/commit/f0dc28882403e0c090d9d9d3e9152d7922e565a0) chore(jenkins): fix working directory to make yarn work
- [`70490ef`](https://github.com/angular/angular.js/commit/70490ef71703d970989b52667567a91981011308) docs(CHANGELOG): fix 1.6.0 release name
- [`dfef3bf`](https://github.com/angular/angular.js/commit/dfef3bf2d4269ae14bff95ce95d93aac7baf13e0) chore(package): update dist-tag for 1.6.0 release
- [`f727add`](https://github.com/angular/angular.js/commit/f727adddeb25e743c0e12068b4b8d68c806641aa) docs(CHANGELOG): 1.6.0 release notes
- [`fc89a85`](https://github.com/angular/angular.js/commit/fc89a85406f640146ef80d4953d60725b279b4f4) chore(jenkins): fix yarn and grunt installation
- [`b4f5377`](https://github.com/angular/angular.js/commit/b4f5377a2f7590cbda7b1bf7448ce8836565dee2) docs(guide/migration): fix typo
- [`7a667c7`](https://github.com/angular/angular.js/commit/7a667c77e36f2b1738425a9cfb52d48bb9d8220f) fix(select): do not throw when removing the element (e.g. via `ngIf`)
- [`752b1e6`](https://github.com/angular/angular.js/commit/752b1e69b7a8e9c0b908f1980e9c738888f3647c) fix($resource): allow params in `hostname` (except for IPv6 addresses)
- [`1102c84`](https://github.com/angular/angular.js/commit/1102c84f59389226d790769f436282eab82b0d8b) docs(guide/templates): camelCase directive name for consistency
- Additional commits viewable in [compare view](https://github.com/angular/angular.js/compare/v1.5.9...v1.6.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/orientechnologies/orientdb-studio/network/alerts).
Bumps angular from 1.5.9 to 1.6.0.
Changelog
*Sourced from [angular's changelog](https://github.com/angular/angular.js/blob/master/CHANGELOG.md).* > # 1.6.0 rainbow-tsunami (2016-12-08) > > **Here are the full changes for the release of 1.6.0 that are not already released in the 1.5.x branch, > consolidating all the changes shown in the previous 1.6.0 release candidates.** > > ## New Features > - **ngModelOptions:** allow options to be inherited from ancestor `ngModelOptions` > ([296cfc](https://github.com/angular/angular.js/commit/296cfce40c25e9438bfa46a0eb27240707a10ffa), > [#10922](https://github-redirect.dependabot.com/angular/angular.js/issues/10922)) > - **$compile:** > - add `preAssignBindingsEnabled` option > ([dfb8cf](https://github.com/angular/angular.js/commit/dfb8cf6402678206132e5bc603764d21e0f986ef)) > - set `preAssignBindingsEnabled` to false by default > ([bcd0d4](https://github.com/angular/angular.js/commit/bcd0d4d896d0dfdd988ff4f849c1d40366125858), > [#15352](https://github-redirect.dependabot.com/angular/angular.js/issues/15352)) > - throw error when directive name or factory function is invalid > ([53a3bf](https://github.com/angular/angular.js/commit/53a3bf6634600c3aeff092eacc35edf399b27aec) > [#15056](https://github-redirect.dependabot.com/angular/angular.js/issues/15056)) > - **jqLite:** > - implement `jqLite(f)` as an alias to `jqLite(document).ready(f)` > ([369fb7](https://github.com/angular/angular.js/commit/369fb7f4f73664bcdab0350701552d8bef6f605e)) > - don't throw for elements with missing `getAttribute` > ([4e6c14](https://github.com/angular/angular.js/commit/4e6c14dcae4a9a30b3610a288ef8d20db47c4417)) > - don't get/set properties when getting/setting boolean attributes > ([7ceb5f](https://github.com/angular/angular.js/commit/7ceb5f6fcc43d35d1b66c3151ce6a71c60309304), > [#14126](https://github-redirect.dependabot.com/angular/angular.js/issues/14126)) > - don't remove a boolean attribute for `.attr(attrName, '')` > ([3faf45](https://github.com/angular/angular.js/commit/3faf4505732758165083c9d21de71fa9b6983f4a)) > - remove the attribute for `.attr(attribute, null)` > ([4e3624](https://github.com/angular/angular.js/commit/4e3624552284d0e725bf6262b2e468cd2c7682fa)) > - return `[]` for `.val()` on `Commits
- [`4c5afb5`](https://github.com/angular/angular.js/commit/4c5afb5cc2f72e966be9ee4f80732dd6e143d91d) chore(jenkins): ensure deps are installed before trying to use them - [`f0dc288`](https://github.com/angular/angular.js/commit/f0dc28882403e0c090d9d9d3e9152d7922e565a0) chore(jenkins): fix working directory to make yarn work - [`70490ef`](https://github.com/angular/angular.js/commit/70490ef71703d970989b52667567a91981011308) docs(CHANGELOG): fix 1.6.0 release name - [`dfef3bf`](https://github.com/angular/angular.js/commit/dfef3bf2d4269ae14bff95ce95d93aac7baf13e0) chore(package): update dist-tag for 1.6.0 release - [`f727add`](https://github.com/angular/angular.js/commit/f727adddeb25e743c0e12068b4b8d68c806641aa) docs(CHANGELOG): 1.6.0 release notes - [`fc89a85`](https://github.com/angular/angular.js/commit/fc89a85406f640146ef80d4953d60725b279b4f4) chore(jenkins): fix yarn and grunt installation - [`b4f5377`](https://github.com/angular/angular.js/commit/b4f5377a2f7590cbda7b1bf7448ce8836565dee2) docs(guide/migration): fix typo - [`7a667c7`](https://github.com/angular/angular.js/commit/7a667c77e36f2b1738425a9cfb52d48bb9d8220f) fix(select): do not throw when removing the element (e.g. via `ngIf`) - [`752b1e6`](https://github.com/angular/angular.js/commit/752b1e69b7a8e9c0b908f1980e9c738888f3647c) fix($resource): allow params in `hostname` (except for IPv6 addresses) - [`1102c84`](https://github.com/angular/angular.js/commit/1102c84f59389226d790769f436282eab82b0d8b) docs(guide/templates): camelCase directive name for consistency - Additional commits viewable in [compare view](https://github.com/angular/angular.js/compare/v1.5.9...v1.6.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/orientechnologies/orientdb-studio/network/alerts).