Mariano Fernández Cocirio
474085b68a
Jest example updated ( #3123 )
...
* jest example updated
* reverted changes on yarn.lock
2017-10-17 20:59:22 +02:00
Tim Neutkens
47d3cfd0fd
Upgrade React for all examples ( #3113 )
2017-10-17 08:11:46 +02:00
Tim Neutkens
43b5626ec6
Use strict version of react-hot-loader ( #3112 )
2017-10-16 21:51:12 +02:00
Olivier Tassinari
180cd9f566
react-hot-loader & warnings ( #3110 )
2017-10-16 21:37:07 +02:00
Stephen Daves
b7406e90c5
Fix url typo ( #3111 )
2017-10-16 21:28:25 +02:00
Tim Neutkens
ae44109f6d
Add styled-jsx-plugin-sass example ( #3104 )
...
* Upgrade dependency on next
* Add styled-jsx-plugin-sass example
* Update readme
2017-10-16 12:08:24 +05:30
Connor Bär
9b129f883d
Fix 'Deploy to now' link for with-styled-jsx-plugins example ( #3103 )
2017-10-16 08:16:09 +02:00
Arunoda Susiripala
ec3486a702
Release 4.1.0
2017-10-16 10:37:42 +05:30
Tim Neutkens
443b1d1260
Release 4.0.5
2017-10-15 23:20:17 +02:00
Kevin Decker
fa18e13bf6
Move dev error view import to dev entry point ( #3093 )
...
This drops a few kb off of the production min+gz build due to the remove of the component and a ew dependencies that it references, ansi-html being the biggest.
2017-10-15 23:19:01 +02:00
Tim Neutkens
7271970629
Upgrade styled-jsx ( #3101 )
2017-10-15 22:56:40 +02:00
Tim Neutkens
e9d14613d4
Make styled-jsx configurable ( #3050 )
...
* Make styled-jsx configurable
* Add styled-jsx-plugin-postcss example
* Add styled-jsx 2.1.0 with plugins support
* Move examples around and add description
* Add link to new example
2017-10-15 19:54:57 +02:00
yashha
f5aac04b79
Proposal: Add shields io npm version badge ( #3099 )
2017-10-15 17:20:34 +02:00
Tim Neutkens
db151d250a
Release 4.0.4
2017-10-15 01:03:24 +02:00
Tomas Roos
494f416a9f
Update exposed package to avoid DoS ( #3080 )
...
Running nsp check
```
➜ web git:(master) nsp check
(+) 1 vulnerabilities found
┌───────────────┬────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ │ Regular Expression Denial of Service │
├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Name │ mime │
├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ CVSS │ 7.5 (High) │
├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Installed │ 1.3.4 │
├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Vulnerable │ < 1.4.1 || > 2.0.0 < 2.0.3 │
├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Patched │ >= 1.4.1 < 2.0.0 || >= 2.0.3 │
├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ Path │ web@1.0.0 > next@4.0.1 > send@0.15.6 > mime@1.3.4 │
├───────────────┼────────────────────────────────────────────────────────────────────────────────────────────────────────────┤
│ More Info │ https://nodesecurity.io/advisories/535 │
└───────────────┴────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
```
This is a dependency of send which already upgraded this in order to not be exposed to this known error.
https://github.com/pillarjs/send/blob/master/HISTORY.md
2017-10-14 23:52:15 +02:00
Kevin Decker
8711a7d14e
Fix renderPage in production mode ( #3089 )
...
The next object was not being exported in the same manner in dev vs. prod mode.
2017-10-14 19:20:49 +02:00
Sitian Liu
11fe73e9ba
make clear that server.js doesn't go through Webpack or Babel ( #3090 )
2017-10-14 19:08:30 +02:00
Mariano Fernández Cocirio
2f6e43f57f
Update styled-jsx-postcss example ( #3083 )
...
* Update babel-preset.js
As './dist/server/build/babel/preset' now return a function, in this example we need to first call the function and after that replace styled-jsx
* linting issues solved
2017-10-13 23:28:42 +02:00
Sitian Liu
a25cb412bf
Firebase server side auth example update: don't fetch messages server-side if user is not found ( #3087 )
...
* don't fetch messages server-side if user is not found
Currently, the component always fetch everything under '/messages' even if the user is not authenticated on the server side. Update it to not fetch if the user is not found as a better example on handling.
* fix lint error
2017-10-13 23:08:41 +02:00
Kohei Hasegawa
63ac27b900
Update TypeScript example ( #3074 )
2017-10-11 21:36:04 +02:00
Eric Redon
96f5bcbd57
Uplift with-global-stylesheet example ( #3076 )
...
* Fix with-global-stylesheet example by depending on React≥16
* Bump other dependencies of with-global-stylesheet example
2017-10-11 21:32:45 +02:00
Arunoda Susiripala
10566b7da8
Release 4.0.3
2017-10-11 05:52:33 +05:30
Zach Brown
8873735de3
Upgrade react-hot-loader (add React 16 Support) ( #3072 )
2017-10-11 05:44:34 +05:30
Tim Neutkens
4de69f8ba4
Bump version ( #3070 )
2017-10-10 14:04:32 -07:00
Giuseppe
0262845a36
Update styled-jsx to version 2.0.2 ( #3069 )
2017-10-10 23:01:11 +02:00
Matheus Fernandes
6fa0e0dd02
Make the readme.md look a little bit nicer ( #3063 )
2017-10-09 16:43:36 -07:00
Hugo Meissner
573692c137
emotion v8 + adjustments for breaking changes ( #3054 )
...
* emotion v8 + adjustments for breaking changes
* Corrected versioning
* Take hydrate from 'react-emotion'
I was actually wondering that, but haven't seen hydrate in the medium post (even though you pointed out that react-emotion exports all of emotion and I've seen it in source) and didn't want to risk it for the off chance that it *should* be imported directly from emotion for some reason :D
2017-10-09 23:18:37 +02:00
Simon Hänisch
7fe20ed285
update readme for using-preact example ( #3062 )
...
There was a missing "is" in one of the sentences.
2017-10-09 22:55:56 +02:00
Arunoda Susiripala
c047378992
Release 4.0.1
2017-10-10 02:00:38 +05:30
Arunoda Susiripala
0c8dca6f97
Warn and exit if React 15 used inside the project. ( #3061 )
...
This usually helps when upgrading Next.js.
2017-10-09 13:25:12 -07:00
Arunoda Susiripala
8ab50ecb57
Update README for Next 4.
2017-10-10 00:29:40 +05:30
Arunoda Susiripala
c99c05018b
Release 4.0.0
2017-10-09 22:04:51 +05:30
Arunoda Susiripala
feff71ecac
Update styled-jsx to version 2.0.1
2017-10-09 22:04:20 +05:30
Guilherme Diego
ebfa08fdff
Add details to with-scoped-external-css ( #3055 )
2017-10-08 16:55:17 +02:00
Arunoda Susiripala
7c908633cb
Release 4.0.0-beta.6
2017-10-08 15:45:09 +05:30
Giuseppe
b0bf03407c
Update styled-jsx into 2.0.1-beta.5 ( #3052 )
2017-10-08 15:43:55 +05:30
Arunoda Susiripala
ed5305b537
Release 4.0.0-beta.5
2017-10-08 03:09:48 +05:30
Arunoda Susiripala
1cca97cb5d
Update styled-jsx into 2.0.1-beta.4
2017-10-08 03:06:07 +05:30
Tom MacWright
559c25253e
Configurable opts for babel-preset-env + babel-plugin-transform-runtime ( #2991 )
...
* Configurable opts for babel-preset-env + babel-plugin-transform-runtime
This adds `preset-env` and `transform-runtime` options to the
`next/babel` Babel preset, which are then passed through to those
presets and transforms. This allows configuration to keep next.js
from the default 'maximum' transform, and instead use built-in
implementations of globals, classes, async, and other commonly-supported
features.
Fixes #2989
* Use spread notation instead of Object.assign
2017-10-07 08:38:59 +02:00
Arunoda Susiripala
a761aa5b97
Release 4.0.0-beta.4
2017-10-07 01:02:35 +05:30
Arunoda Susiripala
b6e7691978
Use styled-jsx 2.0.1-beta.3
2017-10-07 00:58:26 +05:30
Tim Neutkens
949296baf1
Upgrade styled-jsx@beta to latest version ( #3045 )
2017-10-05 15:39:16 -04:00
Jesse Ditson
a79357f2a4
Allow use of filenames in exportPathMap ( #2973 )
...
* allow use of filenames in exportPathMap
* add link test and handling for file paths when flattening links for export
* add note about exporting file paths to readme.md
2017-10-05 20:33:10 +02:00
James Hegedus
594b214a23
Update with-firebase-hosting. ( #3032 )
...
Simplify scripts.
2017-10-05 08:28:46 +02:00
AugustinLF
285b27b399
Add doc to onDemandEntries configuration ( #3030 )
2017-10-05 08:28:15 +02:00
Arunoda Susiripala
af59c9f676
Release 4.0.0-beta.3
2017-10-04 23:53:23 +05:30
Arunoda Susiripala
2eb8b0e983
Add styled-jsx 2.0 beta support. ( #3039 )
2017-10-04 23:46:06 +05:30
Ryan Ponce
97a6a62a6b
Fix typo in README ( #3038 )
2017-10-03 22:13:07 +02:00
Theodore Vorillas
de8ecbbe19
Added Fastify example ( #3034 )
2017-10-03 07:58:26 +02:00
Alain
df5b96adec
typo on line 7 ( #3031 )
...
bsb make world instead of nake world.
2017-10-02 16:12:52 +02:00