Tim Neutkens
62b246d902
Document SCSS/Less ( #2742 )
...
* Document SCSS/Less
* Add missing word
* Add docs for examples dir
* Add extra example
* uppercase J
2017-08-09 21:44:37 +02:00
Matija Marohnić
029bac4fd9
Remove unnecessary lookup in example with emotion ( #2731 )
2017-08-09 17:26:45 +02:00
Arunoda Susiripala
8f2677e42a
3.0.3
2017-08-09 12:33:55 +05:30
Arunoda Susiripala
a99a167067
Remove beta information from the README.
2017-08-09 12:32:49 +05:30
Arunoda Susiripala
42e21288a9
3.0.2
2017-08-09 12:05:16 +05:30
Arunoda Susiripala
daf8d5bf95
Merge branch 'v3-beta'
2017-08-09 12:04:42 +05:30
Arunoda Susiripala
4fc545245a
Merge with master.
2017-08-09 12:04:14 +05:30
Sergio Xalambrí
4b0467ed42
Add Electron example ( #1430 )
...
* Add Electron usage example
* Remove the deploy part
* Only allow GET request to our HTTP server
* Only allow request from an electron app (checking the user agent)
* Add warning about the local HTTP server
* Update package.json
* Update example to use Next.js v3
* Added required package.json fields with placeholders
* Use next:// file protocol to open internal built files
* Create next.config.js
* Update set-menu.js
* Update example to merge it with electron-next-skeleton ideas
2017-08-09 07:56:23 +02:00
Guillermo Rauch
fe1b3e89f1
Release 3.0.1
2017-08-08 09:48:49 -07:00
Sergio Xalambrí
fe4e53e5db
With recompose ( #2712 )
2017-08-07 19:37:44 +02:00
Arunoda Susiripala
6d572ee087
3.0.1-beta.21
2017-08-07 12:38:03 +05:30
Arunoda Susiripala
6477492f62
Move NPM modules out of the commons chunk in dev mode. ( #2716 )
...
This is only a dev feature and it removes an error in HMR.
Otherwise it'll throw an error with undefined error in the webpack core.
2017-08-07 12:36:24 +05:30
Dmytro V. Dogadailo
256f9dc765
Add missed dev dependencies for examples/using-preact ( #2714 )
2017-08-06 19:22:01 +02:00
Alvin
65ff72aada
renames misspelt placeholder.html ( #2703 )
2017-08-03 08:04:03 +02:00
SangWon Kim
37362c3e98
Fix typo ( #2692 )
2017-08-01 07:29:52 +05:30
Boris Berman
f0779e95d6
Grammar fix ( #2686 )
...
pseedo -> pseudo
2017-07-31 17:36:28 +05:30
Claus Klingberg
4f0592a584
Material-UI example: Pass through unrelated props to wrapped component ( #2664 )
2017-07-30 22:22:38 +02:00
James Hegedus
b27526b6ff
with-firebase-hosting update ( #2683 )
...
* Fix link in with-firebase-hosting example
* with-firebase-hosting example
Update npm scripts & README
2017-07-30 14:02:16 +02:00
Tran Dac Anh
c87b471b22
Example to add custom reverse proxy like in webpack-dev-server ( #2660 )
...
* add with-custom-reverse-proxy example
* cleanup
* cleanup package.json
* fix linting errors
* more linting errors
2017-07-29 14:45:12 +02:00
Arunoda Susiripala
e2fb50c301
Merge master with v3-beta.
2017-07-28 18:56:38 +05:30
Arunoda Susiripala
a6d635e1d3
2.4.9
2017-07-28 18:36:03 +05:30
Arunoda Susiripala
5ce4f432cd
Make sure the /static working properly. ( #2675 )
2017-07-28 18:33:39 +05:30
Arunoda Susiripala
242739eb0f
3.0.1-beta.20
2017-07-28 11:39:49 +05:30
崔宁
67697afa44
Remove the extra plugin ( #2670 )
2017-07-28 10:45:04 +05:30
Laurie Voss
23444fc74e
Minor grammatical fix: "resembling of" -> "similar to" ( #2669 )
2017-07-28 10:40:17 +05:30
Arunoda Susiripala
cc9b1d6ce0
Catch router events errors and print them. ( #2663 )
2017-07-27 19:20:39 +05:30
Renan Couto
93e15a23b9
Remove stage-0
from dependencies on example ( #2656 )
...
This PR removes `babel-preset-stage-0` from the dependencies list, that was missing on #1959 .
2017-07-27 13:47:49 +05:30
Tim Neutkens
cf130c70f0
Prefix process.env to avoid inconsistency ( #2647 )
2017-07-26 20:39:21 +02:00
Arunoda Susiripala
37531726c2
3.0.1-beta.19
2017-07-26 22:33:15 +05:30
Arunoda Susiripala
10241fe610
Fix the route redirect error when we've multiple path params. ( #2652 )
...
For an example, with a URL like: /static/data/hello.txt
2017-07-26 22:31:49 +05:30
James Hegedus
84de7f9397
With Firebase Hosting Example ( #2642 )
...
* Rename Firebase Auth example
* Update gitignore to include npm5 lockfile
* Cloud Function
* Add Next app with two pages to demonstrate navigation
* Add Firebase Hosting and configuration to Host & Deploy
* Fix errors in rename for firebase-auth example
* Recommend pkg managers with caches for better perf
* Update with-firebase-hosting example
Fix code
* Update with-firebase-hosting example
Fix npm scripts and package.json files
* Update with-firebase-hosting example
Update README & install scripts
* Update with-firebase-hosting example
Update example package name
* Update with-firebase-hosting example
Fix to use single-quotes
* Update with-firebase-hosting example
VSCode did not like single-quotes! Sorry
* Fix gitignore file
2017-07-26 07:52:49 +02:00
Olivier Tassinari
58c2d138d0
examples(material-ui): change the wrapping strategy ( #2648 )
...
By creating an intermediary component (with the HOC)
we save some React rendering logic.
That's also addressing an issue with JssProvider (react-jss)
that generate a new index at each render.
2017-07-25 22:42:23 +02:00
Tom Coleman
051ee314e9
Also update Router.push example with object URL ( #2639 )
...
Following on from f8950e9b4c
2017-07-25 06:53:21 +05:30
Arunoda Susiripala
f8950e9b4c
Fix README issue related to object-urls.
2017-07-24 20:26:22 +05:30
cyrilf
34830a05c9
Add a missing slash ( #2634 )
...
Improving `next.js`, one slash at a time
2017-07-24 20:05:47 +05:30
Arunoda Susiripala
564dbdd237
Add a test case to prevent issue #2617 to happen again.
2017-07-24 11:43:45 +05:30
Arunoda Susiripala
c3fd0ed51a
Fix test cases.
2017-07-24 11:17:53 +05:30
Arunoda Susiripala
1da009494c
Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta
2017-07-24 10:21:57 +05:30
Arunoda Susiripala
7965cb299d
Merge master into v3-beta.
2017-07-24 10:10:29 +05:30
Olivier Tassinari
c84bf2ea32
Update material-ui example ( #2630 )
2017-07-24 06:39:36 +02:00
Arunoda Susiripala
e319b4fdce
2.4.8
2017-07-24 10:06:31 +05:30
Arunoda Susiripala
c03c86ee5e
Make sure /static/ and /_next/ are valid internal urls. ( #2631 )
2017-07-24 10:04:06 +05:30
Tim Neutkens
06d42b99ec
Ignore package-lock.json ( #2623 )
2017-07-23 19:51:12 +02:00
Tim Neutkens
2c7d0ec47a
Uppercase location for consistency ( #2622 )
2017-07-23 19:50:48 +02:00
Talasan Nicholson
337471d684
Add page transitions example ( #2613 )
2017-07-22 10:00:15 +02:00
Ben Murden
6781a75d8b
Hyperlink spelling ( #2616 )
2017-07-21 13:19:22 +02:00
Arunoda Susiripala
f2f5b96ecb
3.0.1-beta.18
2017-07-20 23:50:05 +05:30
Arunoda Susiripala
d4eb9455b8
Merge branch 'v3-beta' of github.com:zeit/next.js into v3-beta
2017-07-20 23:48:58 +05:30
Arunoda Susiripala
2f7e459210
Make dynamic import spec compliant. ( #2612 )
...
* Make dynamic import spec compliant.
Now we simply return the whole module incl. default field
In 'next/dynamic' we pick the default field if there is.
Since modules with default is mostly used next/dynamic, for the enduser, this change has no effect.
* Rename module into m
Using module could be confusing.
2017-07-20 23:21:04 +05:30
Arunoda Susiripala
89d4e0af4a
Only use Node 6 as the testing Node.js version. ( #2609 )
...
It's safe to use this as we don't use any platform specific Node.js features.
2017-07-20 22:19:32 +05:30