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.6.2 #5523

Merged
merged 31 commits into from
Apr 15, 2019
Merged

v2.6.2 #5523

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c8d4e28
chore: sync readme
Apr 4, 2019
3cdce79
v2.6.1
Apr 4, 2019
a9d2deb
fix: improve `router.base` handling (#5470)
pi0 Apr 5, 2019
7ec48c3
chore(deps): update dependency get-port to v5 (#5473)
renovate[bot] Apr 7, 2019
2ca08a6
fix(server): don't call `getCspString` when `cspScriptSrcHashes` is u…
Apr 7, 2019
b13c2d9
core(renovate): ignore esm for now
Apr 7, 2019
dc14200
chore(deps): update all non-major dependencies (#5465)
renovate[bot] Apr 7, 2019
e88e998
fix(cli): throw error with proper code for failed imports (#5478)
pi0 Apr 7, 2019
f1c8d49
chore(deps): lock file maintenance (#5485)
renovate[bot] Apr 8, 2019
8b15af7
chore(deps): update dependency vue-router to ^3.0.3 (#5488)
renovate[bot] Apr 8, 2019
87fcf55
fix(vue-renderer): use `modulepreload` for modern mode spa generate (…
clarkdo Apr 8, 2019
cacfed5
chore: add pimlie into the core team (#5494)
clarkdo Apr 9, 2019
a59a794
chore: add chinese translation for issue template
clarkdo Apr 9, 2019
9831943
chore: update members in license and package.json (#5498)
clarkdo Apr 9, 2019
596610d
chore(deps): update all non-major dependencies (#5491)
renovate[bot] Apr 9, 2019
5548879
chore(deps): update dependency @nuxt/loading-screen to ^0.3.0 (#5501)
renovate[bot] Apr 9, 2019
2213853
chore(deps): update all non-major dependencies (#5503)
renovate[bot] Apr 10, 2019
52ad79b
chore(deps): update all non-major dependencies (#5507)
renovate[bot] Apr 11, 2019
d0afaa1
fix(cli): config cache invalidation + refactors (#5500)
pi0 Apr 11, 2019
164f73a
chore(webpack): suggest `@nuxtjs/style-resources` (#5499)
visualfanatic Apr 11, 2019
d43379e
chore(deps): update all non-major dependencies (#5512)
renovate[bot] Apr 12, 2019
4176737
update yarn.lock
Apr 12, 2019
9980a9d
chore(deps): update dependency vue-router to ^3.0.4 (#5521)
renovate[bot] Apr 12, 2019
19fbbb6
fix(cli): show memory usage after build for `nuxt dev` (#5514)
pimlie Apr 12, 2019
952e7cd
examples: fix plugins-vendor example (#5527)
aldarund Apr 13, 2019
bedc029
chore(deps): update all non-major dependencies (#5525)
renovate[bot] Apr 13, 2019
a764cbc
chore: better release-notes script (#5524)
pi0 Apr 13, 2019
0d5dfe7
chore(deps): update all non-major dependencies (#5529)
renovate[bot] Apr 14, 2019
6db8ec9
chore(deps): update all non-major dependencies (#5533)
renovate[bot] Apr 15, 2019
6927f6d
add external authors to the release notes
Apr 15, 2019
1309a52
chore(deps): lock file maintenance (#5534)
renovate[bot] Apr 15, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@
"platform",
"review"
]
},
{
"login": "pimlie",
"name": "Pim",
"avatar_url": "https://avatars3.githubusercontent.com/u/1067403?v=4",
"profile": "https://github.com/pimlie",
"contributions": [
"bug",
"code"
]
}
]
}
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,15 @@ Please use the following link to create a new issue:
- ❗️ All other issues - https://cmty.nuxtjs.org/

If your issue was not created using the app above, **it will be closed immediately**.

🚨 注意事项 🚨

请务必使用下述链接来创建 issue:

- 🚨 Bug 提交 - https://bug.nuxtjs.org/
- 🙋 新功能提案 - https://feature.nuxtjs.org/
- 🤔 寻求帮助 - https://otechie.com/nuxt
- ❗️ 其他问题 - https://cmty.nuxtjs.org/

如果 issue 不是通过上述链接进行创建, **该 issue 会被系统自动关闭**
-->
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ coverage
Network Trash Folder
Temporary Items
.apdisk
commits.md
CHANGELOG.md
442 changes: 0 additions & 442 deletions CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
MIT License

Copyright (c) 2016-2018 Nuxt.js Team
Copyright (c) 2016-2019 Nuxt.js Team
- Sebastien Chopin ([@Atinux](https://github.com/Atinux))
- Alexandre Chopin ([@alexchopin](https://github.com/alexchopin))
- Pooya Parsa ([@pi0](https://github.com/pi0))
- Clark Du ([@clarkdo](https://github.com/clarkdo))
- Jonas Galvez ([@galvez](https://github.com/galvez))
- Alexander Lichter ([@manniL](https://github.com/manniL))
- Dmitry Molotkov ([@aldarund](https://github.com/aldarund))
- Kevin Marrec ([@kevinmarrec](https://github.com/kevinmarrec))
- Pim ([@pimlie](https://github.com/pimlie))
- All the amazing contributors (https://github.com/nuxt/nuxt.js/graphs/contributors)

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,8 @@ Note: we recommend putting `.nuxt` in `.npmignore` or `.gitignore`.

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
| [<img src="https://avatars2.githubusercontent.com/u/904724?v=4" width="120px;"/><br /><sub><b>Sébastien Chopin</b></sub>](https://github.com/atinux)<br />[📝](#blog-Atinux "Blogposts") [🐛](https://github.com/Atinux/Nuxt.js/issues?q=author%3AAtinux "Bug reports") [💻](https://github.com/Atinux/Nuxt.js/commits?author=Atinux "Code") [🎨](#design-Atinux "Design") [📖](https://github.com/Atinux/Nuxt.js/commits?author=Atinux "Documentation") [💬](#question-Atinux "Answering Questions") [👀](#review-Atinux "Reviewed Pull Requests") [📢](#talk-Atinux "Talks") | [<img src="https://avatars2.githubusercontent.com/u/4084277?v=4" width="120px;"/><br /><sub><b>Alexandre Chopin</b></sub>](https://github.com/alexchopin)<br />[🎨](#design-alexchopin "Design") [📖](https://github.com/Atinux/Nuxt.js/commits?author=alexchopin "Documentation") [📋](#eventOrganizing-alexchopin "Event Organizing") [📦](#platform-alexchopin "Packaging/porting to new platform") [💬](#question-alexchopin "Answering Questions") [📢](#talk-alexchopin "Talks") | [<img src="https://avatars0.githubusercontent.com/u/5158436?v=4" width="120px;"/><br /><sub><b>Pooya Parsa</b></sub>](https://github.com/pi0)<br />[🐛](https://github.com/Atinux/Nuxt.js/issues?q=author%3Api0 "Bug reports") [💻](https://github.com/Atinux/Nuxt.js/commits?author=pi0 "Code") [🔌](#plugin-pi0 "Plugin/utility libraries") [💬](#question-pi0 "Answering Questions") [👀](#review-pi0 "Reviewed Pull Requests") [🔧](#tool-pi0 "Tools") | [<img src="https://avatars3.githubusercontent.com/u/4312154?v=4" width="120px;"/><br /><sub><b>Clark Du</b></sub>](https://github.com/clarkdo)<br />[🐛](https://github.com/Atinux/Nuxt.js/issues?q=author%3Aclarkdo "Bug reports") [💻](https://github.com/Atinux/Nuxt.js/commits?author=clarkdo "Code") [💡](#example-clarkdo "Examples") [👀](#review-clarkdo "Reviewed Pull Requests") [⚠️](https://github.com/Atinux/Nuxt.js/commits?author=clarkdo "Tests") [🔧](#tool-clarkdo "Tools") |
| :---: | :---: | :---: | :---: |
| [<img src="https://avatars0.githubusercontent.com/u/640208?s=460&v=4" width="120px;"/><br /><sub><b>Alexander Lichter</b></sub>](https://github.com/manniL)<br />[💬](#question-manniL "Answering Questions") [🐛](https://github.com/Atinux/Nuxt.js/issues?q=author%3AmanniL "Bug reports") [💻](https://github.com/Atinux/Nuxt.js/commits?author=manniL "Code") [💡](#example-manniL "Examples") [👀](#review-manniL "Reviewed Pull Requests") [⚠️](https://github.com/Atinux/Nuxt.js/commits?author=manniL "Tests") | [<img src="https://avatars1.githubusercontent.com/u/12291?s=460&v=4" width="120px;"/><br /><sub><b>Jonas Galvez</b></sub>](https://github.com/galvez)<br />[💬](#question-galvez "Answering Questions") [🐛](https://github.com/Atinux/Nuxt.js/issues?q=author%3Agalvez "Bug reports") [💻](https://github.com/Atinux/Nuxt.js/commits?author=galvez "Code") [💡](#example-galvez "Examples") [👀](#review-galvez "Reviewed Pull Requests") [⚠️](https://github.com/Atinux/Nuxt.js/commits?author=galvez "Tests") | [<img src="https://avatars2.githubusercontent.com/u/571159?v=4" width="120px;"/><br /><sub><b>Dmitry Molotkov</b></sub>](https://github.com/aldarund)<br />[💬](#question-aldarund "Answering Questions") [🐛](https://github.com/Atinux/Nuxt.js/issues?q=author%3Aaldarund "Bug reports") [💻](https://github.com/Atinux/Nuxt.js/commits?author=aldarund "Code") [🤔](#ideas-aldarund "Ideas, Planning, & Feedback") [👀](#review-aldarund "Reviewed Pull Requests") | [<img src="https://avatars2.githubusercontent.com/u/25272043?v=4" width="120px;"/><br /><sub><b>Kevin Marrec</b></sub>](https://github.com/kevinmarrec)<br />[💻](https://github.com/Atinux/Nuxt.js/commits?author=kevinmarrec "Code") [🤔](#ideas-kevinmarrec "Ideas, Planning, & Feedback") [📦](#platform-kevinmarrec "Packaging/porting to new platform") [👀](#review-kevinmarrec "Reviewed Pull Requests") |
<table><tr><td align="center"><a href="https://github.com/atinux"><img src="https://avatars2.githubusercontent.com/u/904724?v=4" width="120px;" alt="Sébastien Chopin"/><br /><sub><b>Sébastien Chopin</b></sub></a><br /><a href="#blog-Atinux" title="Blogposts">📝</a> <a href="https://github.com/Atinux/Nuxt.js/issues?q=author%3AAtinux" title="Bug reports">🐛</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=Atinux" title="Code">💻</a> <a href="#design-Atinux" title="Design">🎨</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=Atinux" title="Documentation">📖</a> <a href="#question-Atinux" title="Answering Questions">💬</a> <a href="#review-Atinux" title="Reviewed Pull Requests">👀</a> <a href="#talk-Atinux" title="Talks">📢</a></td><td align="center"><a href="https://github.com/alexchopin"><img src="https://avatars2.githubusercontent.com/u/4084277?v=4" width="120px;" alt="Alexandre Chopin"/><br /><sub><b>Alexandre Chopin</b></sub></a><br /><a href="#design-alexchopin" title="Design">🎨</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=alexchopin" title="Documentation">📖</a> <a href="#eventOrganizing-alexchopin" title="Event Organizing">📋</a> <a href="#platform-alexchopin" title="Packaging/porting to new platform">📦</a> <a href="#question-alexchopin" title="Answering Questions">💬</a> <a href="#talk-alexchopin" title="Talks">📢</a></td><td align="center"><a href="https://github.com/pi0"><img src="https://avatars0.githubusercontent.com/u/5158436?v=4" width="120px;" alt="Pooya Parsa"/><br /><sub><b>Pooya Parsa</b></sub></a><br /><a href="https://github.com/Atinux/Nuxt.js/issues?q=author%3Api0" title="Bug reports">🐛</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=pi0" title="Code">💻</a> <a href="#plugin-pi0" title="Plugin/utility libraries">🔌</a> <a href="#question-pi0" title="Answering Questions">💬</a> <a href="#review-pi0" title="Reviewed Pull Requests">👀</a> <a href="#tool-pi0" title="Tools">🔧</a></td><td align="center"><a href="https://github.com/clarkdo"><img src="https://avatars3.githubusercontent.com/u/4312154?v=4" width="120px;" alt="Clark Du"/><br /><sub><b>Clark Du</b></sub></a><br /><a href="https://github.com/Atinux/Nuxt.js/issues?q=author%3Aclarkdo" title="Bug reports">🐛</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=clarkdo" title="Code">💻</a> <a href="#example-clarkdo" title="Examples">💡</a> <a href="#review-clarkdo" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=clarkdo" title="Tests">⚠️</a> <a href="#tool-clarkdo" title="Tools">🔧</a></td></tr><tr><td align="center"><a href="https://github.com/manniL"><img src="https://avatars0.githubusercontent.com/u/640208?s=460&v=4" width="120px;" alt="Alexander Lichter"/><br /><sub><b>Alexander Lichter</b></sub></a><br /><a href="#question-manniL" title="Answering Questions">💬</a> <a href="https://github.com/Atinux/Nuxt.js/issues?q=author%3AmanniL" title="Bug reports">🐛</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=manniL" title="Code">💻</a> <a href="#example-manniL" title="Examples">💡</a> <a href="#review-manniL" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=manniL" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/galvez"><img src="https://avatars1.githubusercontent.com/u/12291?s=460&v=4" width="120px;" alt="Jonas Galvez"/><br /><sub><b>Jonas Galvez</b></sub></a><br /><a href="#question-galvez" title="Answering Questions">💬</a> <a href="https://github.com/Atinux/Nuxt.js/issues?q=author%3Agalvez" title="Bug reports">🐛</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=galvez" title="Code">💻</a> <a href="#example-galvez" title="Examples">💡</a> <a href="#review-galvez" title="Reviewed Pull Requests">👀</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=galvez" title="Tests">⚠️</a></td><td align="center"><a href="https://github.com/aldarund"><img src="https://avatars2.githubusercontent.com/u/571159?v=4" width="120px;" alt="Dmitry Molotkov"/><br /><sub><b>Dmitry Molotkov</b></sub></a><br /><a href="#question-aldarund" title="Answering Questions">💬</a> <a href="https://github.com/Atinux/Nuxt.js/issues?q=author%3Aaldarund" title="Bug reports">🐛</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=aldarund" title="Code">💻</a> <a href="#ideas-aldarund" title="Ideas, Planning, & Feedback">🤔</a> <a href="#review-aldarund" title="Reviewed Pull Requests">👀</a></td><td align="center"><a href="https://github.com/kevinmarrec"><img src="https://avatars2.githubusercontent.com/u/25272043?v=4" width="120px;" alt="Kevin Marrec"/><br /><sub><b>Kevin Marrec</b></sub></a><br /><a href="https://github.com/Atinux/Nuxt.js/commits?author=kevinmarrec" title="Code">💻</a> <a href="#ideas-kevinmarrec" title="Ideas, Planning, & Feedback">🤔</a> <a href="#platform-kevinmarrec" title="Packaging/porting to new platform">📦</a> <a href="#review-kevinmarrec" title="Reviewed Pull Requests">👀</a></td></tr><tr><td align="center"><a href="https://github.com/pimlie"><img src="https://avatars3.githubusercontent.com/u/1067403?v=4" width="120px;" alt="Pim"/><br /><sub><b>Pim</b></sub></a><br /><a href="https://github.com/Atinux/Nuxt.js/issues?q=author%3Apimlie" title="Bug reports">🐛</a> <a href="https://github.com/Atinux/Nuxt.js/commits?author=pimlie" title="Code">💻</a></td></tr></table>

<!-- ALL-CONTRIBUTORS-LIST:END -->

## Contributors
Expand Down
89 changes: 0 additions & 89 deletions distributions/nuxt-start/CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion distributions/nuxt-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
},
{
"name": "Kevin Marrec (@kevinmarrec)"
},
{
"name": "Pim (@pimlie)"
}
],
"files": [
Expand All @@ -58,7 +61,7 @@
"vue": "^2.6.10",
"vue-meta": "^1.6.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.0.2",
"vue-router": "^3.0.5",
"vuex": "^3.1.0"
},
"engines": {
Expand Down
101 changes: 0 additions & 101 deletions distributions/nuxt-ts/CHANGELOG.md

This file was deleted.

5 changes: 4 additions & 1 deletion distributions/nuxt-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
},
{
"name": "Kevin Marrec (@kevinmarrec)"
},
{
"name": "Pim (@pimlie)"
}
],
"files": [
Expand All @@ -60,7 +63,7 @@
"@nuxt/cli": "2.6.1",
"@nuxt/core": "2.6.1",
"@nuxt/generator": "2.6.1",
"@nuxt/loading-screen": "^0.2.0",
"@nuxt/loading-screen": "^0.3.0",
"@nuxt/opencollective": "^0.2.2",
"@nuxt/typescript": "2.6.1",
"@nuxt/webpack": "2.6.1"
Expand Down
91 changes: 0 additions & 91 deletions distributions/nuxt/CHANGELOG.md

This file was deleted.