Skip to content
This repository has been archived by the owner on May 18, 2018. It is now read-only.

Update dependency vue to v2.5.14 #15

Merged
merged 1 commit into from
Mar 10, 2018
Merged

Update dependency vue to v2.5.14 #15

merged 1 commit into from
Mar 10, 2018

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 9, 2018

This Pull Request updates dependency vue from v2.5.13 to v2.5.14

Release Notes

v2.5.14

Bug Fixes
  • codegen: support filters with () in older browsers (#​7545) dc97a39, closes #​7545 #​7544
  • core: disable dependency collection in lifecycle hooks and data getter (#​7596) 318f29f, closes #​7596 #​7573
  • core: handle edge cases for functional component returning arrays 8335217, closes #​7282
  • inject: use hasOwn instead of 'in' for provideKey check (#​7460) 733c1be, closes #​7460 #​7284
  • model: fix array index binding for v-model checkbox (#​7671) 550c3c0, closes #​7671 #​7670
  • observer: do not invoke getters on initial observation (#​7302) 7392dfc, closes #​7302 #​7280
  • ref: allow ref key to be zero (#​7676) e396eb3, closes #​7676 #​7669
  • show: prevent transitions from starting on change truthy values (#​7524) 013d980, closes #​7524 #​7523
  • types: contravariant generic default in ComponentOption (#​7369) 6ee6849, closes #​7369
  • fix ssr env detection in weex (#​7375) 3eb37ac, closes #​7375
  • transition: should not add transition class when cancelled (#​7391) 5191f13, closes #​7391 #​7390
  • types: add missing listeners type on RenderContext (#​7584) db1b18c, closes #​7584
  • types: fix wrong errorCaptured type (#​7712) 6b8516b, closes #​7712
  • types: make render option in functional components to optional (#​7663) b2092db, closes #​7663
  • types: make VNodeChildrenArrayContents type more accurate (#​7287) 49aae6b, closes #​7287
  • types: prefer normal component over functional one (#​7687) 144bf5a, closes #​7687
  • v-model: handle trailing whitespaces in expression (#​7737) db58493, closes #​7737
  • v-on: return handler value when using modifiers (#​7704) 6bc75ca, closes #​7704
  • vdom: svg inside foreignObject should be rendered with correct namespace (fix #​7330) (#​7350) 0529961, closes #​7330 #​7350
  • weex: default value for editor, fix #​7165 (#​7286) e055df8, closes #​7165 #​7286 #​7165
  • address potential regex backtrack cd33407
  • allow codebase to be inlined directly in HTML (#​7314) dccd182, closes #​7314 #​7298
  • always install composition event listeners f7ca21e, closes #​7367
  • clean up custom events when patched component no longer have events d8b0838, closes #​7294
  • do not special case attributes for custom elements 50b711a, closes #​6864 #​6885
  • fix config.productionTip ced00b1, closes #​7565
  • install ssr helpers for functional context during SSR 9b22d86, closes #​7443 nuxt/nuxt.js#​2565
  • respect type order when boolean casting multi-typed props 81e1e47, closes #​7485
  • skip v-model & value binding collision check with dynamic type binding (#​7406) 1c0b4af, closes #​7406 #​7404
  • support KeyboardEvent.key in built-in keyboard event modifiers (#​7121) 1c8e2e8, closes #​7121 #​6900
  • support v-model dynamic type binding for v-bind="object" 41838c8, closes #​7296

Commits

v2.5.14

  • 472a289 feat(weex): adjust framework entry APIs and add flow annotations (#​7272)
  • 7cc0b55 feat(weex): update new syntax for <recycle-list>
  • e055df8 fix(weex): default value for editor, fix #​7165 (#​7286)
  • 49aae6b fix(types): make VNodeChildrenArrayContents type more accurate (#​7287)
  • 8335217 fix(core): handle edge cases for functional component returning arrays
  • 956756b refactor: use more efficient on-demand clone to handle reused node edge cases
  • d8b0838 fix: clean up custom events when patched component no longer have events
  • 41838c8 feat: support v-model dynamic type binding for v-bind="object"
  • 2494772 chore: add one-time donation link
  • 144a4dd build: rename build/ to scripts/
  • c05bbdf chore: fixes gold / platinum sponsors on open collective (#​7311)
  • 60fb814 chore: fix OpenCollective links
  • 44420b7 chore: correct the eslint script statement in package.json and correct the format. (#​7308)
  • dccd182 fix: allow codebase to be inlined directly in HTML (#​7314)
  • f8cb3a2 chore: fix lint
  • ff8fcd2 feat(weex): support parse object literal in binding attrs and styles (#​7291)
  • f319bef chore: update weex flow type annotations (#​7322)
  • 6be9fdb chore: avoid production tip during tests
  • 400aa65 chore: fix setup script (#​7364)
  • 5b4e667 chore: update sponsors
  • 6ee6849 fix(types): contravariant generic default in ComponentOption (#​7369)
  • 0529961 fix(vdom): svg inside foreignObject should be rendered with correct namespace (fix #​7330) (#​7350)
  • 5191f13 fix(transition): should not add transition class when cancelled (#​7391)
  • a6a9d6d workflow: improve git hooks setup
  • 782b66c workflow: remove setup script
  • f0e9dc4 chore: update sponsors
  • 04da767 chore: fix sponsor link
  • eaf6b54 chore: fix another link
  • f2b476d refactor: avoid leading semi
  • 4746256 refactor: use util.isNative to check native Proxy (#​7549)
  • ced00b1 fix: fix config.productionTip
  • acb3bde chore: update sponsors
  • 8053eb1 chore: update sponsors
  • 2d168f1 test(types): update TS version and fix types test (#​7597)
  • 39d58e5 chore: edit documentation for grammar and consistency (#​7600)
  • 4e6d637 chore: update sponsors
  • e396eb3 fix(ref): allow ref key to be zero (#​7676)
  • 1fa4a5e chore: update sponsor image
  • cd33407 fix: address potential regex backtrack
  • a270111 chore: update sponsors
  • 990374b feat(weex): support sending style sheets and class list to native (#​7530)
  • d6200d7 feat(weex): update weex recycle-list compiler (#​7610)
  • c57ffb7 chore: fix README.md vulnerable target="_blank" links (#​7689)
  • 50b711a fix: do not special case attributes for custom elements
  • 1c8e2e8 fix: support KeyboardEvent.key in built-in keyboard event modifiers (#​7121)
  • f7311c9 refactor: move keyName alias map to compiler
  • 7392dfc fix(observer): do not invoke getters on initial observation (#​7302)
  • aeebf0d test: add test for observer lazy getter invocation
  • 3eb37ac fix: fix ssr env detection in weex (#​7375)
  • f7ca21e fix: always install composition event listeners
  • 1c0b4af fix: skip v-model & value binding collision check with dynamic type binding (#​7406)
  • 3d431a5 chore: update deps
  • 9b22d86 fix: install ssr helpers for functional context during SSR
  • 80e650c chore: fix formatting
  • dc2171a refactor: Use native bind function instead of own (#​7491)
  • e9ea565 polish: raise warning when Vue.set/delete is called on invalid values (#​7452)
  • e98d12d workflow: add "polish" to commit types
  • 733c1be fix(inject): use hasOwn instead of 'in' for provideKey check (#​7460)
  • 013d980 fix(show): prevent transitions from starting on change truthy values (#​7524)
  • dc97a39 fix(codegen): support filters with () in older browsers (#​7545)
  • db1b18c fix(types): add missing listeners type on RenderContext (#​7584)
  • ec9152f ci: use latest version of codecov binary (#​7665)
  • b2092db fix(types): make render option in functional components to optional (#​7663)
  • acd92cf chore: unify the terms 'microtask' and '(macro) task' (#​7641)
  • 2b0fc38 docs: update Angular's commit convention link (#​7666)
  • 6b8516b fix(types): fix wrong errorCaptured type (#​7712)
  • 9e04f6a test: add unit tests for core/observer/dep (#​7738)
  • f83987b chore: update downloads badge to point to graph of downloads (#​7733)
  • 8053f60 chore: merge imports (#​7762)
  • 6931a47 refactor: use more accurate variable name (#​7755)
  • 68b51f2 chore: fix comment grammar mistake (#​7739)
  • 144bf5a fix(types): prefer normal component over functional one (#​7687)
  • 550c3c0 fix(model): fix array index binding for v-model checkbox (#​7671)
  • db58493 fix(v-model): handle trailing whitespaces in expression (#​7737)
  • 6bc75ca fix(v-on): return handler value when using modifiers (#​7704)
  • d7d9b00 chore: fix typo (#​7781)
  • 318f29f fix(core): disable dependency collection in lifecycle hooks and data getter (#​7596)
  • a2cd412 refactor: observerState
  • 81e1e47 fix: respect type order when boolean casting multi-typed props
  • 83ea0da chore: coverage
  • 2c52c42 workflow: specify e2e env when releasing
  • a08feed build: build 2.5.14
  • 387d256 build: release 2.5.14

This PR has been generated by Renovate Bot.

@maxmilton maxmilton merged commit 23ff196 into master Mar 10, 2018
@renovate renovate bot deleted the renovate/vue-2.x branch March 10, 2018 23:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants