Commit Graph

1740 Commits

Author SHA1 Message Date
Atinux e97bb1d099 fix: Handle middleware fn in nuxt.config.js 2017-11-03 17:24:20 +01:00
Atinux 23919a9e01 feat: Add middleware as function 2017-11-03 17:14:05 +01:00
Atinux c17cb24aaa fix: generate.minify.collapseWhitespace is false by default 2017-11-03 16:00:09 +01:00
Atinux aa342330d7 fix: Fix PostCSS plugin resolution when used in nuxt.config.js 2017-11-03 12:32:57 +01:00
Atinux ac3b3f27a7 debug: Show what PostCSS configuration is used 2017-11-03 12:32:57 +01:00
Atinux 42073db289 fix: Remove useless console.log 2017-11-03 12:32:57 +01:00
Atinux 0fb8431ac2 example: Add Tailwind CSS example 2017-11-03 12:32:57 +01:00
Sébastien Chopin 241e43504a
Merge pull request #2016 from clarkdo/video_fix
fix: video can not be loaded
2017-11-03 07:39:27 +01:00
Clark Du 04a2ffb016
fix: video can not be loaded 2017-11-03 10:36:01 +08:00
Atinux 20b548a175 test: Add route.meta test 2017-11-02 18:07:33 +01:00
Atinux 5edf9c4c95 tests: Add CSR tests 2017-11-02 17:48:20 +01:00
Atinux 297b1a1434 add: Add more methods to browser util 2017-11-02 17:47:50 +01:00
Atinux a2cc3afe60 fix: Dont call pages asyncData/fetch if middleware redirected or errored 2017-11-02 17:47:33 +01:00
Atinux 8157fbfde9 tests: Finish fixPrepatch tests 2017-11-02 14:24:48 +01:00
Atinux c533ff9c46 tests: Add more feature to browser helpers 2017-11-02 14:24:48 +01:00
Atinux 8015a29d31 package: Upgrade dependencies 2017-11-02 14:24:48 +01:00
Sébastien Chopin 4c90888e15
Update roadmap link 2017-11-02 12:31:48 +01:00
Sébastien Chopin 6e44afedb8 router: Don't call middleware and asyncData on query changes 2017-11-01 16:44:57 +01:00
Sébastien Chopin 2c8023bde9 tests: Add more tests with dom testing 2017-11-01 16:44:27 +01:00
Atinux dc7d4bfab7 test: Add children fixPrepatch example 2017-10-31 18:33:46 +01:00
Atinux 8318ce7510 fix: loadResources after every build 2017-10-31 18:33:25 +01:00
Atinux 76aca28cdc fix: Fix context undefined 2017-10-31 18:32:42 +01:00
Sébastien Chopin e15c92f1c8
Merge pull request #1914 from dotneet/fix-1408
fix unexpected state resetting #1408
2017-10-31 15:05:22 +01:00
Atinux 64285cd349 fix: Fix lint script 2017-10-31 15:02:49 +01:00
Sébastien Chopin a99ecda752
Merge pull request #1994 from clarkdo/examples_lint
refactor: add examples to lint
2017-10-31 15:02:13 +01:00
Clark Du 3e637c5d83
refactor: add examples to lint 2017-10-31 21:43:55 +08:00
Atinux b132decf9d lint: Lint test/ 2017-10-31 14:26:19 +01:00
Atinux b214972469 package: Remove tappable 2017-10-31 14:16:53 +01:00
Atinux d93eb06ae9 lint: Lint files 2017-10-31 14:16:40 +01:00
Atinux 8e9f17c491 hooks: Await for modules:before hook 2017-10-31 12:45:32 +01:00
Atinux 7137f848a2 hooks: Handle hooks as object 2017-10-31 12:33:15 +01:00
Sébastien Chopin 7aa0863cb7 test: Fix test for hooks 2017-10-30 23:17:46 +01:00
Sébastien Chopin daaa5bdd12 hook: Handle hook error and continue process 2017-10-30 23:15:35 +01:00
Sébastien Chopin ad59f788dc hook: Add render:route hook 2017-10-30 23:15:06 +01:00
Sébastien Chopin fe0ad908b7 hook: Add generate:page hook 2017-10-30 23:14:21 +01:00
Sébastien Chopin 2e8271f658 lint: Lint file 2017-10-30 22:39:26 +01:00
Sébastien Chopin 94ad5955e6 Hooks ready to be tested 2017-10-30 22:39:08 +01:00
Atinux f72e620d7d fix: Remove console.log 2017-10-30 18:44:39 +01:00
Atinux 6648695015 refacto: Hooks 2017-10-30 18:41:22 +01:00
Atinux 83815de91b lint: Update linting rule on space-before-paren 2017-10-30 17:51:11 +01:00
Atinux 69fa6fc637 lint: Lint bin/nuxt 2017-10-30 15:48:19 +01:00
Atinux 379d4f72d4 refacto: Refacto nuxt.build() to finish after webpack is done 2017-10-30 15:46:06 +01:00
Sébastien Chopin c688fc06d9
Merge pull request #1910 from ooade/add/with-tape
Add with-tape example
2017-10-30 12:33:44 +01:00
Sébastien Chopin 2f1d60d4de
Merge pull request #1985 from clarkdo/with-feathers-fix
fix: with-feathers not startup with listening 3000
2017-10-30 12:22:10 +01:00
Sébastien Chopin 8860cbd49c
Merge pull request #1986 from dotneet/fix-regression-bug
fix: Fix regression bug related to setContext()
2017-10-30 12:21:29 +01:00
devneko 4b5a0352ff fix: Fix regression bug related to setContext() 2017-10-30 20:05:12 +09:00
Clark Du 147d210c0a
fix: with-feathers not startup with listening 3000 2017-10-30 18:01:23 +08:00
Sébastien Chopin 3ece774164
Merge pull request #1982 from clarkdo/with-feathers-fix
fix: with-feathers nuxt.build is not a function
2017-10-30 10:42:14 +01:00
Clark Du c0e9e66eef
fix: with-feathers nuxt.build is not a function 2017-10-30 17:11:55 +08:00
Sébastien Chopin 55cd5c7ece
Merge pull request #1981 from clarkdo/debug_test
test: add test for option debug (open-in-editor and youch)
2017-10-30 07:46:09 +01:00