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

Update vue-i18n to the latest version 🚀 #682

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 18, 2018

Version 7.8.1 of vue-i18n was just published.

Dependency [vue-i18n](https://github.com/kazupon/vue-i18n)
Current Version 7.8.0
Type dependency

The version 7.8.1 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of vue-i18n.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v7.8.1

v7.8.1 (2018-06-18)

🐛 Bug Fixes

  • directive: fix cannot unbind bug (105888d), closes #377
Commits

The new version differs by 13 commits.

  • fa5a0c6 :sparkles: release(patch): v7.8.1
  • 6372cce :package: build(dist): generate dist files
  • f527089 :package: build(vuepress): generate docs
  • ffccf87 Merge branch 'dev' of github.com:kazupon/vue-i18n into dev
  • 105888d :bug: bug(directive): fix cannot unbind bug
  • cbf99be :pencil: docs(vuepress): add scoped style note (#376) by @kimuraz
  • c36d17e :pencil: docs(vuepress): Fix typo prelaoded -> preloaded (#374) by @outime
  • 1c85691 :pencil: docs(vuepress): Fix typo (#371) by @netchampfaris
  • 8c1eef6 :pencil: docs(vuepress): add functional component note (#370) by @kimuraz
  • 134797a :pencil: docs(vuepress): Fix typo in interpolation.md (#368) by @dhritzkiv
  • 330c284 :pencil: docs(vuepress): Fix broken NumberFormat link in number.md (#367) by @dhritzkiv
  • f935a97 :package: build(vuepress): generate static docs
  • 015be1e :pencil: docs(vuepress): Update sfc.md (#366) by @JBtje

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov
Copy link

codecov bot commented Jun 18, 2018

Codecov Report

Merging #682 into development will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           development    #682   +/-   ##
===========================================
  Coverage         99.1%   99.1%           
===========================================
  Files               71      71           
  Lines             1002    1002           
===========================================
  Hits               993     993           
  Misses               9       9

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88eaa7a...62a23a0. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Jun 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 23, 2018

Version 8.0.0 just got published.

Update to this version instead 🚀

Release Notes v8.0.0

v8.0.0 (2018-06-23)

💥 Breaking changes

Note that you need to guarantee this context equal to component instance in lifecycle methods (e.g. in data options, const $t = this.$t.bind(this)).

export default {
  data () {
    const $t = this.$t.bind(this)
    return { msg: $t('msg') }
  }
}

see the API docs

🐛 Bug Fixes

  • bug(directive): fix guard checking at unbind (c74888c), closes #340
Commits

The new version differs by 11 commits.

  • 79e3bfe :confetti_ball: release(major): v8.0.0
  • 54a9e38 :package: build(dist): generate dist files
  • a385764 :package: build(vuepress): generate docs
  • 076f165 :pencil: docs(vuepress): add locale changing section
  • 707580a :pencil: docs(vuepress): tweak component section
  • 49a2e93 :pencil: docs(vuepress): add tips to vue instance methods
  • 76970b0 :shirt: refactor(flow): fix flowtype error
  • aa0e831 :boom: breaking(extend): fix this context binding
  • 9fb6698 :lollipop: examples(ssr/nuxt): upgrade nuxt version
  • c74888c bug: bug(directive): fix guard checking at unbind
  • 7bfe26b :pencil: docs(vuepress): add note with custom block in functional components

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants