1. 24 10月, 2017 2 次提交
  2. 22 10月, 2017 1 次提交
  3. 20 10月, 2017 2 次提交
  4. 17 10月, 2017 1 次提交
  5. 16 10月, 2017 4 次提交
  6. 15 10月, 2017 2 次提交
    • T
      Release 4.0.4 · db151d25
      Tim Neutkens 提交于
      db151d25
    • T
      Update exposed package to avoid DoS (#3080) · 494f416a
      Tomas Roos 提交于
      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
      494f416a
  7. 11 10月, 2017 4 次提交
  8. 10 10月, 2017 3 次提交
  9. 08 10月, 2017 4 次提交
  10. 07 10月, 2017 2 次提交
  11. 06 10月, 2017 1 次提交
  12. 05 10月, 2017 2 次提交
  13. 29 9月, 2017 1 次提交
  14. 28 9月, 2017 3 次提交
  15. 09 9月, 2017 2 次提交
  16. 31 8月, 2017 1 次提交
  17. 30 8月, 2017 3 次提交
    • A
      3.2.0 · 99c4798f
      Arunoda Susiripala 提交于
      99c4798f
    • A
      Add/with router (#2870) · 56662b4d
      Arunoda Susiripala 提交于
      * Add withRoute HOC
      
      Rebased (squashed)
      - removed routerToProps
      - updated hoist-non-react-statics
      - improved propTypes
      
      * Expose the whole Router instead of the route.
      
      * Make the example simple.
      
      * Update examples and the readme.
      
      * Add a test case.
      56662b4d
    • A
      3.1.0 · 4ee0dc90
      Arunoda Susiripala 提交于
      4ee0dc90
  18. 29 8月, 2017 1 次提交
  19. 28 8月, 2017 1 次提交
    • T
      Merge v3-beta into master (#2809) · eba9ebef
      Tim Neutkens 提交于
      * Add examples/with-redux-code-splitting. (#2721)
      
      * #1757 Relay Modern Example (#2696)
      
      * Add ReasonML example (#2640)
      
      * Add ReasonML example
      
      * Add a gitignore specifically for the reasonml example
      
      * Allow custom className for <Main /> (#2802)
      
      * 3.0.2
      
      * Remove beta information from the README.
      
      * 3.0.3
      
      * Remove unnecessary lookup in example with emotion (#2731)
      
      * Document SCSS/Less (#2742)
      
      * Document SCSS/Less
      
      * Add missing word
      
      * Add docs for examples dir
      
      * Add extra example
      
      * uppercase J
      
      * Add with pkg example (#2751)
      
      * Add custom server micro example (#2750)
      
      * Ease running multiple examples at the same time with process.env.PORT (#2753)
      
      * Add line-height rule for error page h2 (#2761)
      
      * Add support for fetching multiple translation files (#2743)
      
      * Add support for fetching multiple translation files
      
      * Cleanup
      
      * Clear missed interval (#2611)
      
      * clear missed interval
      
      * remove trailing whitespace
      
      * Relay Modern Example (#1757) (#2773)
      
      * Simplification of Relay Modern Example (#1757) (#2776)
      
      * Use deterministic names for dynamic import (#2788)
      
      * Always use the same name for the same dynamic import.
      
      * Add unit tests for the modulePath generation.
      
      * Allow tests to run correctly on Windows.
      
      * Make the chunk name a bit pretty.
      
      * Fix tests to run on Windows.
      
      * 3.0.4
      
      * Revert "Make the chunk name a bit pretty." (#2792)
      
      This reverts commit 0c9e8cf2271955e74ab9f752b5869b98c1dc60f9.
      
      * 3.0.5
      
      * Use _ as the divider for dynamic import name splitter. (#2793)
      
      Using - gives us some weird webpack errors.
      
      * 3.0.6
      
      * next/dynamic Error Message Tweaks (#2798)
      
      * Fixed issue (#2804)
      
      https://github.com/zeit/next.js/issues/2800
      
      * docs(material-ui): move the source code to Material-UI repository (#2808)
      eba9ebef