Commit Graph

  • dff341c043
    test: call created and mounted only once with spa and custom layout Clark Du 2017-11-17 16:27:34 +0800
  • 68680ee65a
    Merge pull request #2132 from Gomah/dev Sébastien Chopin 2017-11-17 02:27:38 +0100
  • 5c69e0e288 tests: make sure the files generated with the subFolders option exist Gomah 2017-11-17 11:27:30 +1100
  • 682169625f
    Merge pull request #1 from nuxt/dev Thomas Marrec 2017-11-17 10:54:15 +1100
  • 2c2ee63dd1
    Merge pull request #2032 from Gomah/dev Sébastien Chopin 2017-11-16 16:16:22 +0100
  • 673630eb58 Add tests for nuxt:generate without subfolders Gomah 2017-11-17 00:33:19 +1100
  • f4577e566c fix: Handle head as a function in nuxt.config.js Atinux 2017-11-16 13:32:11 +0100
  • 4b79c38f41 fix: Fix Cannot read property 'components' of undefined Atinux 2017-11-16 13:22:45 +0100
  • ece3fe84dc
    Merge pull request #2126 from dsandor/dev Sébastien Chopin 2017-11-16 12:28:24 +0100
  • 6ef631dee0
    Merge pull request #2127 from clarkdo/fix_split_error Sébastien Chopin 2017-11-16 12:21:37 +0100
  • 715ff581b9 use the new hooks system instead of a plugin. David Sandor 2017-11-16 06:04:39 -0500
  • 2228bf4209
    refactor: fix [TypeError: Cannot read property split of undefined] in tests Clark Du 2017-11-16 18:56:41 +0800
  • 9aa6722512 Include errors, this is useful in reporting success % David Sandor 2017-11-16 05:50:14 -0500
  • 1c4978db4f Add tappable plugin call after route generated. David Sandor 2017-11-16 05:44:34 -0500
  • de2b0a6d56
    Merge pull request #2100 from clarkdo/route_parseQuery Sébastien Chopin 2017-11-14 10:38:44 +0100
  • e0c2d8900d
    Merge pull request #2096 from dotnetCarpenter/fix_tailwind_comments Sébastien Chopin 2017-11-14 10:36:13 +0100
  • 679d48c8c0
    Update router.js Sébastien Chopin 2017-11-14 10:28:18 +0100
  • ab56a29ee6
    Merge pull request #2105 from clarkdo/spa_layout Sébastien Chopin 2017-11-14 10:04:03 +0100
  • fafe6d0a81
    fix(spa): redundant laoding default layout when custom layout specified Clark Du 2017-11-14 16:53:01 +0800
  • 85adbaf2a9
    Merge pull request #2101 from clarkdo/issue_2099 Sébastien Chopin 2017-11-14 08:35:02 +0100
  • 47384305da
    fix: assets is not resolved in <object>/<embed> src Clark Du 2017-11-14 11:14:37 +0800
  • 8eb519b16b
    feat: add parseQuery and stringifyQuery for router Clark Du 2017-11-14 11:06:06 +0800
  • 4f6cd949a1 Better explanation for using tailwind with postcss-import dotnetCarpenter 2017-11-13 20:25:37 +0100
  • 479da3c1c7 Merge f75a7e3dee into 7b7f3a104e Jon Ege Ronnenberg 2017-11-13 18:19:05 +0000
  • f75a7e3dee make sure that tailwind has access to the AST dotnetCarpenter 2017-11-13 19:18:22 +0100
  • 292c02eb64 add 'postcss-import' to postcss config dotnetCarpenter 2017-11-13 18:58:16 +0100
  • c972d1c934 [tailwind] fix for postcss-import throwing errors when doing @import dotnetCarpenter 2017-11-13 18:54:38 +0100
  • 7b7f3a104e
    Merge pull request #2081 from clarkdo/extract_css Sébastien Chopin 2017-11-11 21:04:10 +0100
  • ff4a5bd404
    feat: make extractCSS configurable Clark Du 2017-11-11 20:52:45 +0800
  • ad4aea3546
    typo: e -> err Pooya Parsa 2017-11-11 01:21:10 +0330
  • a23fb18399
    fix: always add commonChunksPlugin Pooya Parsa 2017-11-11 01:16:37 +0330
  • 0198a184b8
    Merge pull request #2070 from clarkdo/nuxtserverinit_error Sébastien Chopin 2017-11-10 08:31:29 +0100
  • 6b6aa3e392
    refactor: log nuxtServerInit error for better error tracing Clark Du 2017-11-10 14:04:43 +0800
  • 37c256ade2
    refacotr: replace ctx.error with _redirected Clark Du 2017-11-09 22:27:10 +0800
  • 8868276e37
    refacotr: import inner function for optimizations Clark Du 2017-11-09 19:59:32 +0800
  • 8eee9674d4
    refacotr: replace url lib Clark Du 2017-11-09 19:53:18 +0800
  • 579ffc1907 Fix route redirect Cretu Eusebiu 2017-11-09 11:41:43 +0200
  • 569f42d88e
    test: add test for redirecting external link Clark Du 2017-11-09 13:30:56 +0800
  • c63e2636cc
    fix: allow redirect to external url Clark Du 2017-11-09 11:39:30 +0800
  • ff70623677
    Merge pull request #2035 from clarkdo/with-buefy Sébastien Chopin 2017-11-08 10:00:20 +0100
  • e811470576 fix: Fix node 6 tests Atinux 2017-11-07 16:55:54 +0100
  • 244644f192 test: Fix common -> vendor Atinux 2017-11-07 16:30:19 +0100
  • 1e3120b60f test: Use routeChanged for client-side tests Atinux 2017-11-07 16:26:15 +0100
  • 932fbfddfd minor: Call routeChanged event with a 3rd argument if an error happened Atinux 2017-11-07 16:25:56 +0100
  • 711e6a916e fix: add deprecated warn for tapables + simple backward compatibility Pooya Parsa 2017-11-07 17:18:46 +0330
  • e5017c5e2a perf: better vendor chunk Pooya Parsa 2017-11-07 15:35:41 +0330
  • 312ce81a6e fix: Remove console.log Atinux 2017-11-07 11:51:46 +0100
  • 6dfe660412 fix: Implement TimeFixPlugin by @egoist to avoid webpack rebuilds Atinux 2017-11-07 11:47:55 +0100
  • e05da610c8 add caniuse-lite dependency Pooya Parsa 2017-11-07 14:01:53 +0330
  • 1eee113d6d chore(builder): better naming for plugin generated aliases Pooya Parsa 2017-11-07 13:32:10 +0330
  • 80fb65040b fix(builder): add hash to generated plugin names Pooya Parsa 2017-11-07 13:17:50 +0330
  • f626acf1f9 refactor: simplify internal compilers Pooya Parsa 2017-11-07 13:16:29 +0330
  • fe69b71631
    Merge pull request #2036 from clarkdo/fix_basic_csr Sébastien Chopin 2017-11-07 08:19:09 +0100
  • 3ccc57502b
    fix: basic.csr /head error Clark Du 2017-11-07 12:04:21 +0800
  • 231ad4b4dc
    feat: add buefy example Clark Du 2017-11-07 11:22:19 +0800
  • f5fa44d8aa debug: Show PostCSS config only when used Atinux 2017-11-06 18:30:50 +0100
  • 3d49d8d290 feat: Add Page.watchQuery Atinux 2017-11-06 18:30:37 +0100
  • fb44c2eb8e fix: Fix Layouts transitions Atinux 2017-11-06 18:30:15 +0100
  • e80a77782a update: Use path by default or Page.key Atinux 2017-11-06 18:29:45 +0100
  • 1f6d89b2e9 example: Update example, and use watchQuery Atinux 2017-11-06 18:24:43 +0100
  • 46eac50d87 tests: Add tests for body scripts Atinux 2017-11-06 13:49:24 +0100
  • 07eab4c643 feat: Handle body scripts from vue-meta Atinux 2017-11-06 13:33:19 +0100
  • 4cfc8f5c49 example: Update defer attribute Atinux 2017-11-06 13:33:03 +0100
  • 97772467ba package: Upgrade dependencies Atinux 2017-11-06 13:32:43 +0100
  • 2b2b41dfb5 Merge 81438ce350 into ab09ac4ad7 Pete Johanson 2017-11-06 11:35:13 +0000
  • ab09ac4ad7
    Merge pull request #2029 from clarkdo/dev Sébastien Chopin 2017-11-06 10:46:52 +0100
  • a7a5aea003
    Update comment Sébastien Chopin 2017-11-06 10:43:52 +0100
  • 41f48ee9f0
    Merge pull request #2030 from clarkdo/with-elm Sébastien Chopin 2017-11-06 10:42:08 +0100
  • 59ad478037 Add subFolders option for generate Gomah 2017-11-06 18:36:28 +1100
  • e7b6fe8b63 feat: add element-ui example Clark Du 2017-11-06 11:16:23 +0800
  • bacac23d03
    refactor: documentation and adjust example name Clark Du 2017-11-06 10:30:37 +0800
  • 7e71de4d6e
    refactor: add script in meta example Clark Du 2017-11-06 10:16:26 +0800
  • e97bb1d099 fix: Handle middleware fn in nuxt.config.js Atinux 2017-11-03 17:24:20 +0100
  • 23919a9e01 feat: Add middleware as function Atinux 2017-11-03 17:14:05 +0100
  • c17cb24aaa fix: generate.minify.collapseWhitespace is false by default Atinux 2017-11-03 16:00:09 +0100
  • aa342330d7 fix: Fix PostCSS plugin resolution when used in nuxt.config.js Atinux 2017-11-03 12:31:35 +0100
  • ac3b3f27a7 debug: Show what PostCSS configuration is used Atinux 2017-11-03 12:31:12 +0100
  • 42073db289 fix: Remove useless console.log Atinux 2017-11-03 12:30:49 +0100
  • 0fb8431ac2 example: Add Tailwind CSS example Atinux 2017-11-03 12:30:23 +0100
  • 241e43504a
    Merge pull request #2016 from clarkdo/video_fix Sébastien Chopin 2017-11-03 07:39:27 +0100
  • 04a2ffb016
    fix: video can not be loaded Clark Du 2017-11-03 10:36:01 +0800
  • 20b548a175 test: Add route.meta test Atinux 2017-11-02 18:07:33 +0100
  • 5edf9c4c95 tests: Add CSR tests Atinux 2017-11-02 17:48:20 +0100
  • 297b1a1434 add: Add more methods to browser util Atinux 2017-11-02 17:47:50 +0100
  • a2cc3afe60 fix: Dont call pages asyncData/fetch if middleware redirected or errored Atinux 2017-11-02 17:47:33 +0100
  • 8157fbfde9 tests: Finish fixPrepatch tests Atinux 2017-11-02 14:24:43 +0100
  • c533ff9c46 tests: Add more feature to browser helpers Atinux 2017-11-02 14:24:20 +0100
  • 8015a29d31 package: Upgrade dependencies Atinux 2017-11-02 14:23:46 +0100
  • 4c90888e15
    Update roadmap link Sébastien Chopin 2017-11-02 12:31:48 +0100
  • 6e44afedb8 router: Don't call middleware and asyncData on query changes Sébastien Chopin 2017-11-01 16:44:57 +0100
  • 2c8023bde9 tests: Add more tests with dom testing Sébastien Chopin 2017-11-01 16:44:27 +0100
  • dc7d4bfab7 test: Add children fixPrepatch example Atinux 2017-10-31 18:33:46 +0100
  • 8318ce7510 fix: loadResources after every build Atinux 2017-10-31 18:33:25 +0100
  • 76aca28cdc fix: Fix context undefined Atinux 2017-10-31 18:32:42 +0100
  • e15c92f1c8
    Merge pull request #1914 from dotneet/fix-1408 Sébastien Chopin 2017-10-31 15:05:22 +0100
  • 64285cd349 fix: Fix lint script Atinux 2017-10-31 15:02:49 +0100
  • a99ecda752
    Merge pull request #1994 from clarkdo/examples_lint Sébastien Chopin 2017-10-31 15:02:13 +0100
  • 3e637c5d83
    refactor: add examples to lint Clark Du 2017-10-31 21:43:55 +0800
  • b132decf9d lint: Lint test/ Atinux 2017-10-31 14:26:19 +0100
  • b214972469 package: Remove tappable Atinux 2017-10-31 14:16:53 +0100