greenkeeper[bot]
85af828048
chore(package): update babel-jest to version 20.0.1 ( #1940 )
2017-05-13 13:02:04 +02:00
Tim Neutkens
bc71b89b45
Remove stage-0 from example ( #1959 )
2017-05-13 13:01:29 +02:00
Tim Neutkens
2ea619658b
Fix react-md example
2017-05-13 00:42:39 +02:00
greenkeeper[bot]
9754395426
chore(package): update cross-env to version 5.0.0 ( #1944 )
2017-05-12 23:52:53 +02:00
greenkeeper[bot]
e53bcdbce3
fix(package): update prop-types to version 15.5.10 ( #1954 )
2017-05-12 23:40:51 +02:00
Roland Warmerdam
f4d6cbfc19
Many improvements to the Apollo examples ( #1905 )
...
* Many improvements to the Apollo examples
* Use static properties
2017-05-11 00:23:11 +02:00
Tim Neutkens
3b91355c9e
Improve styled-jsx section of readme ( #1932 )
...
* Document style global jsx
* Add notice that styled-jsx docs contain more examples
2017-05-10 10:25:56 +02:00
Arunoda Susiripala
2f4a662a48
Fix windows sub-path dev rebuild failed issue. ( #1930 )
...
* Fix windows sub-path dev rebuild failed issue.
* Make sure we apply the '\' replace only on windows.
2017-05-10 08:09:48 +02:00
greenkeeper[bot]
c545a89fdf
fix(package): update prop-types to version 15.5.9 ( #1929 )
2017-05-09 18:24:10 -07:00
Arunoda Susiripala
564ae2b982
Remove the getting started section.
...
Just add the https://learnnextjs.com link at the top of the page.
2017-05-09 16:34:43 -07:00
Grokling
7c8d0246e2
Add rehydration to example/aphrodite ( #1858 )
...
* Add rehydration to example/aphrodite
* linting
* replaced yarn.lock
2017-05-10 00:33:39 +02:00
Ray Gesualdo
17ce04014f
added recipes section to readme ( #1928 )
2017-05-09 11:22:14 -07:00
Brikou CARRE
9f194677ec
Upgrade jest and simplify .babelrc ( #1913 )
...
* Upgrade jest and simplify .babelrc
* Fix linter
2017-05-09 09:00:25 -07:00
greenkeeper[bot]
6ff40c3c6a
fix(package): update babel-plugin-transform-react-remove-prop-types to version 0.4.5 ( #1925 )
2017-05-09 08:43:59 -07:00
Elliot Hesp
605161df8a
[with-firebase] Ensure server credentials aren't bundled with client code ( #1875 )
...
* [with-firebase] Ensure server credentials aren't bundled with client code
* [with-firebase] Fix travis build failure
2017-05-08 21:53:48 +02:00
Roland Warmerdam
5c57b43e0a
Fix production builds for the material-ui example ( #1906 )
...
Also remove redundant getMuiTheme() calls, handle injectTapEventPlugin()
better and use process.browser.
2017-05-07 15:51:12 +02:00
Grokling
c77e80be30
Update README.MD with warning about BETA version. Remove redundant note. ( #1909 )
2017-05-07 14:51:32 +02:00
Grokling
1b893518bb
Add SSR to examples/with-styled-components + bump styled_components v2 ( #1908 )
2017-05-07 14:25:33 +02:00
greenkeeper[bot]
12f423faf9
fix(package): update webpack to version 2.5.1 ( #1902 )
2017-05-06 23:01:50 +02:00
Paul Xu
d1b47146d3
Update incorrect example reference in readme ( #1901 )
...
In the `with-refnux` eample.
2017-05-06 21:59:02 +02:00
Arana Jhonny
23574b5489
Support for cxs rehydration and removal of duplicate styles. ( #1860 )
...
* add cxs.rehydrate.
* add id='cxs-style'.
2017-05-06 11:37:47 -07:00
greenkeeper[bot]
0abfca26f7
chore(package): update nyc to version 10.3.2 ( #1889 )
2017-05-06 11:31:56 -07:00
Matija Marohnić
6ca1feaf98
Add link to the Glamorous example ( #1887 )
2017-05-06 11:31:42 -07:00
Arunoda Susiripala
5153d6958b
Use development babel presets if it's we are not in production. ( #1895 )
...
Otherwise, user has to expose it's env variable as development.
Usually, that's unlikely to happen.
2017-05-06 00:07:50 -07:00
Arunoda Susiripala
8268905d2f
Use cheap module inline source map ( #1894 )
...
* Fix the page-loader-normalization issue on '/index' page.
* Use cheap-module-inline-source-map as the default devtool.
2017-05-05 23:54:47 -07:00
Tim de Koning
9fb7987c69
#1874 - A warning when using _document.js ( #1884 )
2017-05-04 16:44:28 -07:00
greenkeeper[bot]
96b5e4a7ce
fix(package): update webpack to version 2.5.0 ( #1871 )
2017-05-04 16:41:46 -07:00
Guillermo Rauch
f4e6c51985
Release 2.3.1
2017-05-04 13:06:32 -07:00
Arunoda Susiripala
0edee47d07
Fix the page-loader-normalization issue on '/index' page. ( #1882 )
2017-05-04 13:05:47 -07:00
greenkeeper[bot]
68880bc9f8
fix(package): update pkg-up to version 2.0.0 ( #1876 )
2017-05-04 10:21:34 -07:00
Trevor D. Miller
93a1b73efe
Removing unneeded dev dependency ( #1869 )
...
babel-jest is included automatically by jest when a babel config is present, so including it manually here doesn't do anything.
> "Note: babel-jest is automatically installed when installing Jest and will automatically transform files if a babel configuration exists in your project."
http://facebook.github.io/jest/docs/en/getting-started.html#using-babel
2017-05-04 10:06:58 -07:00
Guillermo Rauch
9a2edfd040
Release 2.3.0
2017-05-04 07:22:17 -07:00
Arunoda Susiripala
383eec3604
We are using some divs to wrap some script tags. ( #1867 )
...
We don't need them.
So, this change will remove them.
2017-05-03 15:03:39 -07:00
greenkeeper[bot]
5e393b14cd
chore(package): update fly to version 2.0.6 ( #1866 )
2017-05-03 14:08:30 -07:00
Arunoda Susiripala
ee9dba9ea7
React react-dom/server minified alias. ( #1862 )
...
That's simply because it has no effect since we don't run webpack on the server.
And for the server, file size difference doesn't matter a lot.
2017-05-03 13:59:21 -07:00
Arunoda Susiripala
24f3f143a6
Introduce "asPath" into router and getInitialProps ( #1857 )
...
* Add asPath to next/router and getInitialProps context.
* Add test cases.
* Update docs.
* Build as-path pages before they use.
2017-05-03 09:40:09 -07:00
jascha ehrenreich
6e89d49f99
fix typo ( #1856 )
2017-05-02 21:06:33 -07:00
Luke Edwards
87773b98dc
add react production aliases ( #1855 )
2017-05-02 18:27:18 -07:00
David Madner
d1b61afcf8
Update README.md ( #1851 )
2017-05-02 09:12:24 -07:00
Dieter Luypaert
cb635dd9a5
use configured distDir where required ( #1816 )
2017-05-01 17:42:01 -07:00
greenkeeper[bot]
605e739f97
fix(package): update babel-plugin-transform-react-remove-prop-types to version 0.4.4 ( #1845 )
...
https://greenkeeper.io/
2017-05-01 16:29:55 -07:00
Arunoda Susiripala
f578089d05
Fix page loader page normalization issue ( #1844 )
...
* Add integration tests for nested componentDidMount
* Fix the page loader normalization issue.
* Fix a typo in the url.
2017-05-01 16:26:18 -07:00
spencer
2e7bc1074d
Update to examples: with-redux (updated) ( #1813 )
...
* With-Redux-example-update-request
Hello Next.js,
I’ve added an additional example to “With-Redux” and updated some of
the original code to help illustrate to less inexperienced developers
how to implement Redux with Next.js.
The example is a simple counter to help reinforce how the client and
server renderings work together. In addition I also updated some of the
redux boilerplate code to help fully demonstrate how redux can be
implemented when using is with Next.js
Please contact me at spencer.bigum@gmail.com for further questions or
anything else you might need.
Thanks,
Spencer
* fixed listing issues: examples/with-redux
* Updated code based on @impronunciable Feedback
2017-04-30 17:44:24 -03:00
greenkeeper[bot]
8fb6a03e48
fix(package): update babel-plugin-transform-react-remove-prop-types to version 0.4.2 ( #1810 )
...
https://greenkeeper.io/
2017-04-30 07:35:19 -07:00
Átila Fassina
c9d0670362
with-i18next example ( #1496 )
...
* examples/with-i18next: create folder and initial settings
* examples/with-i18next:abstract url and object keys - finish readme
* examples/with-i18next: next@beta is not actually necessary
* examples/with-it18next: fix standardjs eslint warnings
* examples/with-i18next: review updates
2017-04-30 07:35:07 -07:00
greenkeeper[bot]
1f642dceda
fix(package): update source-map-support to version 0.4.15 ( #1826 )
...
https://greenkeeper.io/
2017-04-30 07:32:00 -07:00
greenkeeper[bot]
208b3199cb
chore(package): update coveralls to version 2.13.1 ( #1822 )
...
https://greenkeeper.io/
2017-04-30 07:31:51 -07:00
greenkeeper[bot]
fc0302afb5
chore(package): update babel-plugin-istanbul to version 4.1.3 ( #1829 )
...
https://greenkeeper.io/
2017-04-30 07:31:35 -07:00
greenkeeper[bot]
fa45cb8aa2
chore(package): update nyc to version 10.3.0 ( #1830 )
...
https://greenkeeper.io/
2017-04-30 07:31:15 -07:00
Craig Ramey
8d59de4d7a
example curl pointed to with-styled-components, supposed to be with-flow ( #1832 )
2017-04-30 07:31:03 -07:00