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.14.0 #7691

Merged
merged 44 commits into from
Jul 27, 2020
Merged

v2.14.0 #7691

merged 44 commits into from
Jul 27, 2020

Conversation

pi0
Copy link
Member

@pi0 pi0 commented Jul 9, 2020

⭐ Highlights

  • Static target improvements (article coming soon)
  • Auto detecting core-js version for project
  • Official support for Nuxt.js with webstorm 2020.2

πŸš€ Features

πŸ› Bug Fixes

πŸ–€ Refactors

  • server
    • 5272a4 Rename externalsWhitelist to externalsAllowlist

πŸ“ Examples

πŸ‘• Types

πŸ’– Thanks to

@codecov-commenter
Copy link

codecov-commenter commented Jul 9, 2020

Codecov Report

Merging #7691 into 2.x will decrease coverage by 1.29%.
The diff coverage is 40.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##              2.x    #7691      +/-   ##
==========================================
- Coverage   70.18%   68.88%   -1.30%     
==========================================
  Files          88       90       +2     
  Lines        3756     3834      +78     
  Branches     1019     1037      +18     
==========================================
+ Hits         2636     2641       +5     
- Misses        911      969      +58     
- Partials      209      224      +15     
Flag Coverage Ξ”
#unittests 68.88% <40.11%> (-1.30%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Ξ”
packages/cli/src/utils/generate.js 0.00% <0.00%> (ΓΈ)
packages/config/src/config/build.js 100.00% <ΓΈ> (ΓΈ)
packages/config/src/config/generate.js 100.00% <ΓΈ> (ΓΈ)
packages/core/src/nuxt.js 93.18% <ΓΈ> (ΓΈ)
packages/vue-app/src/index.js 100.00% <ΓΈ> (ΓΈ)
packages/vue-renderer/src/renderer.js 0.00% <0.00%> (ΓΈ)
packages/vue-renderer/src/renderers/spa.js 0.00% <0.00%> (ΓΈ)
packages/webpack/src/config/client.js 61.17% <0.00%> (-1.48%) ⬇️
packages/webpack/src/config/server.js 2.27% <0.00%> (ΓΈ)
packages/cli/src/commands/generate.js 88.23% <50.00%> (-5.52%) ⬇️
... and 13 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 e3821ba...1c8cc4c. Read the comment docs.

IKKO-Ohta and others added 17 commits July 13, 2020 11:32
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
[release]

Co-authored-by: SΓ©bastien Chopin <seb@nuxtjs.com>
Co-authored-by: pimlie <pimlie@hotmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
* fix(vue-app): handle fallback on generated page

* chore: improvements and small refactor

* fix: lint

Co-authored-by: pooya parsa <pyapar@gmail.com>

* chore: add force-build option to nuxt generate

Co-authored-by: pooya parsa <pyapar@gmail.com>

[release]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Martin NovΓ‘k <martin.novak@cleverlance.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
farnabaz and others added 14 commits July 26, 2020 17:57
…7776)

* fix: remove duplicate slashes from crawled routes

* fixture: use trailing slash for hash

* refactor: do trailing slash sanetization after hash removal

* test: enable trailing slash for full-static fixture

Co-authored-by: Pooya Parsa <pyapar@gmail.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
* feat: add build option to set corejs version

* fix tests

* refactor: improve error handling and warn for invalid corejs version

* fix: only pick major part

* simplify as we are already using try/catch

Co-authored-by: pooya parsa <pyapar@gmail.com>
…7787)

[release]

Co-authored-by: pooya parsa <pyapar@gmail.com>
@pi0 pi0 marked this pull request as ready for review July 27, 2020 17:17
@pi0 pi0 merged commit 60f6863 into 2.x Jul 27, 2020
@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
None yet
Development

Successfully merging this pull request may close these issues.

None yet