Commit Graph

3758 Commits

Author SHA1 Message Date
Matjaž Lipuš 66273f4b4e fix(types): reflect chainlable NuxtLoading methods (#5104) 2019-02-26 12:47:44 +03:30
Alexander Schwartz 7001312269 fix(vue-app): use browser to handle scrolling position on page reload and back-navigation from other sites (#5080) 2019-02-26 12:47:32 +03:30
pooya parsa e4f1d597d4 update tests (vue related) 2019-02-26 12:46:39 +03:30
pooya parsa 51aafc7b95 update yarn.lock 2019-02-26 12:44:41 +03:30
Kevin Marrec 4f887f6963 fix(nuxt-ts): error catch in nuxt-ts binary (#5086)
* fix: nuxt-ts binary error catch

* test: update cli snapshot
2019-02-25 21:09:26 +01:00
Pim 4b82aa9d84 fix: dont force exit when it was explicitly disabled (#4973)
* fix: remove slash from warning text

* fix: dont force-exit when explicitly disabled

chore: add tests for force-exit behaviour

* feat: default option value can be fn
2019-02-19 17:12:24 +00:00
Pim 3d2deacd3a feat: show warning on forced exit (#4958) 2019-02-19 16:40:34 +00:00
Xin Du (Clark) 71a70fe56c fix: bundle resources other than js(x)/json in node_modules (#4913) 2019-02-18 20:05:07 +00:00
Xin Du (Clark) 3516580701
fix(hotfix): preload modern resource in spa modern mode (#5043) 2019-02-15 13:08:27 +00:00
Pooya Parsa 408680046c
fix(vue-app): fix `asyncData` memory leak on client-side (#4966)
Co-authored-by: Sébastien Chopin <seb@chopin.io>
2019-02-08 20:03:45 +03:30
Kevin Marrec 17cc12f005 improvement(ts): transpileOnly when using `nuxt-ts start` (#4906) 2019-02-07 18:36:30 +03:30
Cristian Pallarés dbf70999e4 fix(vue-app): fix `getNuxtChildComponents` method (#4969) 2019-02-07 10:14:38 +00:00
renovate[bot] 111455f99a fix(deps): update serve-placeholder and esm (#4970) 2019-02-07 11:25:46 +03:30
pooya parsa 1be455f5af manually bump all versions to 2.4.3 2019-02-06 19:27:43 +03:30
pooya parsa 13e494c0f0 v2.4.3 2019-02-06 19:26:54 +03:30
pooya parsa 889b307111 lerna 3.10.8 2019-02-06 19:25:59 +03:30
pooya parsa 4f5394d9fe sync readme 2019-02-06 19:04:20 +03:30
pooya parsa 1bfb4885c7 update yarn.lock 2019-02-06 18:54:14 +03:30
renovate[bot] 00e2280c30 chore(deps): update dependency webpack to ^4.29.2 (#4963) 2019-02-06 18:53:37 +03:30
Ricardo Gobbo de Souza e2c811a6d0 feat(module): support src as a function in addModule (#4956) 2019-02-06 18:53:28 +03:30
Xin Du (Clark) f40f3f92c1 fix: await buildDone hook (#4955) 2019-02-06 18:53:14 +03:30
pooya parsa 5b59577610 update lock 2019-02-05 01:03:59 +03:30
pooya parsa 95ef1d4062 fix: update webpack to 4.29.1 2019-02-05 00:46:43 +03:30
pooya parsa b1a5a19ac5 fix: update terser-webpack-plugin to 1.2.2 2019-02-05 00:46:24 +03:30
Jonas Galvez 14f43da9b2 fix: serialize external function (#4916) 2019-02-01 17:01:16 +03:30
Clark Du 32b0f155c9 v2.4.2 2019-01-30 15:15:05 +00:00
Clark Du 9448bb26ff doc: change nuxt icon 2019-01-30 15:14:45 +00:00
Clark Du ade4bbe486 v2.4.1 2019-01-30 14:07:33 +00:00
phof b2abb499f8 Fixes #4882 (#4893) 2019-01-30 14:01:39 +00:00
Xin Du (Clark) a614fd3f81 hotfix: extractCSS error in dev mode (#4892) 2019-01-30 01:37:55 +03:30
Xin Du (Clark) 2b30915950 hotfix: disable extract-css-chunks-webpack-plugin in dev mode (#4888) 2019-01-29 23:59:43 +03:30
Kevin Marrec 792e9f4763 fix tsconfig + remove forgotten duplicated test (#4886) 2019-01-29 23:04:23 +03:30
Clark Du a303ea89b3 Merge branch 'dev' into 2.x 2019-01-28 17:44:16 +00:00
Clark Du 5f221b4b7e v2.4.0 2019-01-28 17:41:28 +00:00
Alexander Lichter fc14da4aee examples(coffeescript): fix script (#4865)
[skip ci]
2019-01-28 20:41:54 +03:30
Clark Du d88e448805 fix(test): downgrade jest to 23 2019-01-28 15:11:50 +00:00
Alexander Lichter 43d6ac8864 chore: add release plan [skip ci] (#4853)
* chore: add release plan

* Update RELEASE_PLAN.md

* Update RELEASE_PLAN.md

* Update RELEASE_PLAN.md

* update [skip ci]

* Update RELEASE_PLAN.md

* fix typos
2019-01-28 16:09:08 +01:00
Clark Du d0aadd4357 fix(test): jest describe.skip does not work fine 2019-01-28 14:30:04 +00:00
Clark Du 6d8da0ed87 fix(ci): setupFilesAfterEnv is array
[release]
2019-01-28 13:52:44 +00:00
pooya parsa 4deacf7b71 [release] 2019-01-28 17:03:33 +03:30
Clark Du 8163a9e0e0 fix: tests failed in windows
turn on runInBand before https://github.com/facebook/jest/issues/7709 gets solved
2019-01-28 13:32:07 +00:00
Kevin Marrec f18ce4e5d4 fix(ts): better `tsconfig.json` handling & improve tests (#4856)
* fix(ts): make ts-node register the right `tsconfig.json`

* setup guard & change require in nuxt-ts bin

* improve tests + test guard

* remove typescript-custom fixture

* Move TS unit test from `test/unit` to `packages/typescript/test`

* fix tests
2019-01-28 16:59:13 +03:30
renovate[bot] 3d0bc199ed chore(deps): update all non-major dependencies (#4864) 2019-01-28 00:09:39 +03:30
renovate[bot] 2a3107a8e5 chore(deps): update jest monorepo to v24 (#4858) 2019-01-27 18:26:03 +03:30
renovate[bot] 4325feb072 chore(deps): update all non-major dependencies (#4860) 2019-01-27 18:25:52 +03:30
renovate[bot] 351f5c7bac chore(deps): update all non-major dependencies (#4851) 2019-01-25 14:28:14 +03:30
Xin Du (Clark) 43ce8e97bc fix: match subdir under node_module in transpile (#4850) 2019-01-24 16:42:02 +01:00
Clark Du a51ba8dd93 fix: remove unnecessary isDev in template/server 2019-01-24 14:01:33 +00:00
Clark Du 2d4d294178 chore: change profile line for kevinmarrec [skip ci] 2019-01-24 11:44:05 +00:00
Clark Du 0fe8061019 chore: tune azure test run in bound 2019-01-24 11:30:04 +00:00