Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency angular to v1.6.9 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate-tests
Copy link
Owner

@renovate-tests renovate-tests commented Feb 6, 2018

This Pull Request updates dependency angular from v1.6.5 to v1.6.9

Release Notes

v1.6.6

Bug Fixes

  • $httpParamSerializer: ignore functions
    (b51ded,
    #​16133)
  • $resource: do not throw when calling old $cancelRequest()
    (009ebe,
    #16037)
  • $parse:
    • do not shallow-watch computed property keys
      (750465)
    • support constants in computed keys
      (9d6c3f)
  • $http: do not throw error if Content-Type is not application/json but response is JSON-like
    (2e1163,
    #16027,
    #16075)

New Features

  • $compile: add strictComponentBindingsEnabled() method
    (3ec181,
    #16129)
  • $resource: add resource to response for error interceptors
    (9256db,
    #16109)
  • $http: allow differentiation between XHR completion, error, abort, timeout
    (5e2bc5,
    #15924,
    #15847)

v1.6.7

Bug Fixes

  • $compile: sanitize special chars in directive name
    (c4003f,
    #16314,
    #16278)
  • $location: do not decode forward slashes in the path in HTML5 mode
    (e06ebf,
    #16312)
  • sanitizeUri: sanitize URIs that contain IDEOGRAPHIC SPACE chars
    (ddeb1d,
    #16288)
  • $rootScope: fix potential memory leak when removing scope listeners
    (358a69,
    #16135,
    #16161)
  • http: do not allow encoded callback params in jsonp requests
    (569e90)
  • ngMock: pass unexpected request failures in $httpBackend to the error handler
    (1555a4,
    #16150,
    #15855)
  • ngAnimate: don't close transitions when child transitions close
    (1391e9,
    #16210)
  • ngMock.browserTrigger: add 'bubbles' to Transition/Animation Event
    (7a5f06)

New Features

  • $sanitize, $compileProvider, linky: add support for the "sftp" protocol in links
    (a675ea,
    #16102)
  • ngModel.NgModelController: expose $processModelValue to run model -> view pipeline
    (145194,
    #3407,
    #10764,
    #16237)
  • $injector: ability to load new modules after bootstrapping
    (6e78fe)

Performance Improvements

  • jqLite:
    • avoid setting class attribute when not changed
      (9c95f6)
    • avoid repeated add/removeAttribute in jqLiteRemoveClass
      (cab9eb,
      #16078,
      #16131)

v1.6.8

Bug Fixes

  • $location:
    • always decode special chars in $location.url(value)
      (2bdf71)
    • decode non-component special chars in Hashbang URLS
      (57b626)
  • ngModelController: allow $overrideModelOptions to set updateOn
    (55516d,
    #16351,
    #16364)

New Features

  • $parse: add a hidden interface to retrieve an expression's AST
    (f33d95,
    #16253,
    #16260)

v1.6.9

Bug Fixes

  • input: add drop event support for IE
    (5dc076)
  • ngMessages: prevent memory leak from messages that are never attached
    (9d058d,
    #16389,
    #16404,
    #16406)
  • ngTransclude: remove terminal: true
    (1d826e,
    #16411,
    #16412)
  • $sanitize: sanitize xml:base attributes
    (b9ef65)

New Features

  • currencyFilter: trim whitespace around an empty currency symbol
    (367390,
    #15018,
    #15085,
    #15105)

Commits

v1.6.7

  • 656c8fa fix(input): listen on "change" instead of "click" for radio/checkbox ngModels
  • 00936ad docs(select.SelectController): fix example
  • bf758d0 chore(node): update karma-sauce-launcher
  • 69e0968 chore(doc-gen): add directive names that aren't params to usage section
  • 84294ec chore(travis): unit-test latest & latest-1 Chrome, FF, Edge
  • 0f0a16e chore(travis): remove unnessecary addons
  • 10b4809 chore(doc-gen, docs-app): generate "stable snapshot" for distTag=latest
  • dfcb5ac chore(travis): deploy to docs and code when distTag=latest
  • 9ba07e9 docs(tutorial/step_14): replace broken web platform docs link
  • 32fbb2e chore(travis): split unit test into 'core' and 'jquery'
  • 202f180 chore(travis): fix deploy conditions
  • 9871ada chore(travis): tighten up deploy conditions
  • c15c8a1 test($rootScope): test removal of event listeners during event broadcast
  • 0864f73 docs($compileProvider): improve strictComponentBindingsEnabled info
  • 817ac56 fix($rootScope): fix potential memory leak when removing scope listeners
  • 2c9c3a0 docs(guide/Unit Testing): change $scope = {} to $scope = $rootScope.$new()
  • 667db46 fix(sanitizeUri): sanitize URIs that contain IDEOGRAPHIC SPACE chars
  • 0cbc505 fix($location): do not decode forward slashes in the path in HTML5 mode
  • 181ac0b docs(*): update CONTRIBUTING.md and create DEVELOPERS.md
  • f876ab7 docs(*): remove usage of global grunt-cli
  • 873e263 docs(linky): mark "target" param as optional
  • 12cf994 fix($compile): sanitize special chars in directive name
  • aa3f951 fix(input[number]): validate min/max against viewValue
  • 55ba449 feat(ngModelOptions): add debounce catch-all + allow debouncing 'default' only
  • f2f5ac7 chore(*): normalize Vojta's email in .mailmap correctly
  • 5838017 refactor($rootScope): simplify $emit stopPropagation handling
  • 07e4751 docs(CHANGELOG.md): add changes for 1.6.7

v1.6.8

  • 0fa5a37 docs(ngNonBindable): document effect on the element's directives
  • 8b69d91 chore(travis): fix deployment condition to include tagged commits
  • 199d888 fix($location): decode non-component special chars in Hashbang URLS
  • 2e03aed feat($parse): add a hidden interface to retrieve an expression's AST
  • 74b04c9 fix(ngModel, input): improve handling of built-in named parsers
  • da72477 fix(ngModelController): allow $overrideModelOptions to set updateOn
  • 394b185 refactor($rootScope): consistently use noop as the default $watch listener
  • dde520e docs(ngModelOptions): fix link text
  • a768810 build(*): update Node from 6 to 8, update Yarn
  • a61c5d3 chore(*): bump Yarn in Jenkins init-node script
  • 00815db docs(ng-model-options): remove extra quotes in example
  • 6d5ef34 fix(ngAria): do not set aria attributes on input[type="hidden"]
  • 2c1e589 fix($location): always decode special chars in $location.url(value)
  • 41d5c90 feat($rootScope): allow suspending and resuming watchers on scope
  • e5fb929 revert: fix($rootScope): fix potential memory leak when removing scope listeners
  • 97d0224 fix($rootScope): fix potential memory leak when removing scope listeners
  • 5c38fb7 test($rootScope): test recursive event broadcast and emit
  • 223de59 fix(form): set $submitted to true on child forms when parent is submitted
  • f6e60c1 docs(ngForm): clarify usage and limitations
  • 0cd3921 fix(ngScenario): completely remove the angular scenario runner
  • 167766a docs(*): add browserTrigger docs; remove references to scenario runner
  • 7df2952 refactor($location): remove obsolete workaround for Firefox bug
  • 240a3dd feat($resource): add support for request and requestError interceptors (#​15674)
  • 22450e5 docs(CHANGELOG.md): add changes for 1.6.8
  • 62743a5 feat(currencyFilter): trim whitespace around an empty currency symbol
  • 9a521cb docs(PULL_REQUEST_TEMPLATE.md): fix broken links in PR template

v1.6.9

  • 96dd35a docs(ngModel.NgModelController): correct description for $viewChangeListeners
  • e942e1e docs(developers.md): update node version as specified in package.json
  • 88cb9af docs(DEVELOPERS.md): improve testing section
  • 07d84dd chore(*): update copyright year
  • d253c9d test($sanitize): skip nextSibling clobber test on Edge 16
  • 8988157 chore(node): update jasmine to 2.8.0, and adjust tests
  • 8da3aef chore(node): update karma to 2.0.0
  • ff2ce9d chore(*): get rid of Bower in favor of Yarn aliases & checked-in packages
  • ba42ced refactor(getVersion.js): remove unused parameters
  • 4ff51bf docs(vendor): add readme
  • 2da4917 chore(node): update semver
  • 6388a34 docs(guide/Controllers): fix headings; re-order info
  • 8510143 test(*): fix tests for Safari 10+
  • c7bea44 chore(travis): test on 2 latest Safari versions
  • b86876c fix($sanitize): sanitize xml:base attributes
  • 62e2ec1 chore(node): add karma launchers for Edge, IE, and Safari
  • 7a9b7ba docs(guide/Using $location): fix typo
  • ddbf197 docs(guide/Animations): fix minor typos
  • 9ba3d00 docs(guide/External Resources): remove link to deprecated content
  • 00b482f chore(docs.angularjs.org): copy unminified angular files
  • 3f95ae2 chore(code.angularjs.org): resolve gcs file stream on 'finish'
  • a7e5e83 docs(*): clarify module API and dependency injection rules
  • 5071859 docs(ngRepeat): improve info about tracking
  • ab386cd fix(ngTransclude): remove terminal: true
  • 50ceb23 fix(ngMessages): prevent memory leak from messages that are never attached
  • f9d2988 chore(docs.angularjs.org): move project in separate folder
  • c76b09b chore(errors.angularjs.org): add project with redirects to docs.angularjs.org
  • 2ea1e49 chore(code.angularjs.org): don't gzip the zip file before uploading
  • 4c97df5 chore(code.angularjs.org): don't use trailing slashes, and don't set headers after response was sent
  • 7300a53 chore(docs.angularjs.org): fix firebase deploy
  • 40c4990 docs(*): fix headings and links
  • 1d80464 feat(orderBy): consider null and undefined greater than other values
  • 8d9984e chore(docs-gen): generate list of versions in correct order
  • a8830d2 feat(input): add drop event support (#​16420)
  • 1e9eadc feat($sce): handle URL sanitization through the $sce service
  • 3fc6843 chore(code.angularjs.org): improve output of directory listing
  • 67f54b6 fix(ngTouch): deprecate the module and its contents
  • e3ece2f feat(isArray): support Array subclasses in angular.isArray()
  • 16b82c6 fix($animate): let cancel() reject the runner promise
  • b969c3e docs(changelog): add changes for 1.6.9
  • d3bffc5 chore(docs.angularjs.org): add robots.txt

This PR has been generated by Renovate Bot.

@renovate-tests renovate-tests force-pushed the renovate/angular1-monorepo branch from c01b342 to 2696a25 Compare February 6, 2018 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant