jung-kim / atom-ungit

Atom plugin for Ungit project
MIT License
75 stars 12 forks source link

Bump knockout from 3.5.0-rc to 3.5.1 #60

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps knockout from 3.5.0-rc to 3.5.1.

Release notes

Sourced from knockout's releases.

Version 3.5.1

This release fixes a few regression bugs in 3.5.0:

  • Empty template with if option throws an error #2446
  • IE error from inserting a node before itself #2450
  • Problem with initial value binding on <select> when the options are generated via a foreach binding #2452
  • Missing arrayChange notifications when using deferred updates #2454
  • Template binding removes <script> template contents #2484

3.5.1 also fixes some issues with and expands 3.5.0's TypeScript definitions.

Version 3.5.0

Knockout 3.5.0 includes a few new bindings and new ways to interact with observables and bindings. The full list is detailed under 3.5.0 Beta, 3.5.0 RC, and 3.5.0 RC2.

The final 3.5.0 release includes fixes for a few regressions in the pre-production releases:

  • Fix performance issue with nested if bindings (#2414)
  • Fix exception with foreach and beforeRemove (#2419)
  • Fix misplaced nodes with foreach and Punches plugin (#2433)
  • Fix duplicated nodes with foreach and if (#2439)

3.5.0 Release Candidate 2

This release includes a number of fixes for regressions in the previous 3.5.0 release candidate. Given the time since the RC, we also decided to include a few small improvements.

  • Fix to maintain an element's focus when it's moved by the foreach binding.
  • Fix changes to style binding to correctly append px.
  • Fix regression to ko.contextFor when used after ko.applyBindingsToNode.
  • Revert changes in ko.utils to use native array methods.
  • Remove global createChildContextWithAs option and add noChildContext binding option. The default behavior for as matches previous releases.
  • Fix the interaction of descendantsComplete and if/ifnot/with bindings.
  • Add an option for if/ifnot/with bindings: completeOn: "render" will have the binding wait to trigger descendantsComplete until it is rendered.
  • Throw an error for unbalanced virtual elements.
  • ko.applyBindings throws an error if a non-Node is given as the second parameter.
  • Support an options objects as a parameter to createChildContext.
  • Support a custom rate-limit function as the method parameter to the rateLimit extender.
  • Support setting custom CSS properties with the style binding.
  • Optimize how many elements are moved by foreach.
  • Update TypeScript declarations.
Commits
  • aad7121 Version 3.5.1 for distribution
  • f3e3e0b Merge pull request #2383 from AbdullahChaudhry/spec
  • 2ed7111 Merge pull request #2424 from Retsam/jsdoc-observable-typings
  • daf1e44 Merge pull request #2483 from karimayachi/esmodules-component-loader
  • c486979 Merge pull request #2431 from r-browser-app-team/r-browser-app-team-patch-1
  • 412ed27 add addDisposeCallback parameter to types (fixes #2493)
  • 9288cf0 Merge branch 'Profiscience-ts-infer-tojs'
  • a68a84b add tests for toJS return type
  • a6f4b07 Merge branch 'caseyWebb-extender-typing'
  • a1f0cb0 ensure backwards compatibility of ExtendersOptions change
  • Additional commits viewable in compare view


Dependabot compatibility score

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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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/jung-kim/atom-ungit/network/alerts).