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

v2.9.0 #5886

Merged
merged 123 commits into from
Aug 20, 2019
Merged

v2.9.0 #5886

merged 123 commits into from
Aug 20, 2019

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Jun 6, 2019

Beta Testing

If you are interested in early testing this release, you can temporarily switch to the nuxt-edge distribution. Please make this change in package.json:

{
  "dependencies": {
--    "nuxt": "^2.8.1",
++    "nuxt-edge": "^2.9.0-26104024.b22e0543`",
  }
}

⚠️ Important Notes

🐛 Bug Fixes

🚀 Features

💅 Refactors

🏡 Chore

⚓ Dependency Upgrades

  • file-loader@4
  • url-loader@2
  • cache-loader@4
  • css-loader@3
  • vue-meta@2
  • fs-extra@8

💖 Thanks to

@codecov-io
Copy link

codecov-io commented Jun 6, 2019

Codecov Report

Merging #5886 into 2.x will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.x    #5886      +/-   ##
==========================================
+ Coverage   95.68%   95.72%   +0.03%     
==========================================
  Files          82       80       -2     
  Lines        2689     2666      -23     
  Branches      690      687       -3     
==========================================
- Hits         2573     2552      -21     
  Misses         98       98              
+ Partials       18       16       -2
Flag Coverage Δ
#e2e 100% <ø> (ø) ⬆️
#fixtures 50.63% <67.16%> (+0.28%) ⬆️
#unit 92.42% <100%> (-0.26%) ⬇️
Impacted Files Coverage Δ
packages/generator/src/generator.js 100% <ø> (ø) ⬆️
packages/builder/src/context/template.js 100% <ø> (ø) ⬆️
packages/config/src/config/index.js 100% <ø> (ø) ⬆️
packages/cli/src/commands/start.js 100% <ø> (ø) ⬆️
packages/builder/src/context/build.js 100% <ø> (ø) ⬆️
packages/cli/src/commands/generate.js 91.3% <ø> (ø) ⬆️
packages/vue-renderer/src/renderers/base.js 77.77% <ø> (ø) ⬆️
packages/cli/src/setup.js 100% <ø> (ø) ⬆️
packages/server/src/context.js 100% <ø> (ø) ⬆️
packages/cli/src/utils/memory.js 100% <ø> (ø) ⬆️
... and 54 more

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 2fabea9...b22e054. Read the comment docs.

@Atinux Atinux added this to To do in Nuxt v2.9 Aug 6, 2019
* feat(vue-app): add $nuxt.refreshPageData()

* hotifx: lint

* chore: use getMatchedComponentsInstance util

* fix: rename to refreshPage

* fix: rename to refresh

* feat: add $nuxt.$context and handle error

* feat: set $nuxt.context

* hotfix: test
@pi0 pi0 force-pushed the dev branch 2 times, most recently from fdf70dc to cb22d84 Compare August 9, 2019 14:06
pooya parsa added 2 commits August 9, 2019 18:40
Co-Authored-By: Kevin Marrec <kevin@marrec.io>

[release]
@pi0 pi0 marked this pull request as ready for review August 10, 2019 19:18
@Atinux Atinux moved this from To do to In progress in Nuxt v2.9 Aug 19, 2019
Copy link

@pimlie pimlie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, no issues here

@pi0 pi0 merged commit 21be927 into 2.x Aug 20, 2019
Nuxt v2.9 automation moved this from In progress to Done Aug 20, 2019
@danielroe danielroe added the 2.x label Jan 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Nuxt v2.9
  
Done
Development

Successfully merging this pull request may close these issues.

None yet