1. 26 1月, 2019 5 次提交
    • T
      Revert "Move phases back to next/constants (#6104)" · b4ade0a3
      Tim Neutkens 提交于
      This reverts commit 9112f63e.
      b4ade0a3
    • T
      merge to redux-saga 1.0.0, api breaking changes included. (#6109) · 7adb6c57
      Timon Borter 提交于
      Hi there
      I noticed you have not yet included the api breaking changes in `"redux-saga": "1.0.0"`. Therefore I felt free to upgrade the dependencies in `examples/with-redux-saga`.
      I do not know anything about apollo nor graphql, that is why I did not upgrade `examples/with-apollo-and-redux-saga`. But, I think you should do this on occasion.
      Keep the great work up.
      Regards
      7adb6c57
    • T
      v8.0.0-canary.14 · 024323b6
      Tim Neutkens 提交于
      024323b6
    • L
      Print list of pages when building (#6125) · 14604450
      Luc 提交于
      * show pages created when building
      
      * fix types
      14604450
    • T
      Remove resolve rule (#6133) · 7ecf6758
      Tim Neutkens 提交于
      Fixes #6117
      
      I'm not entirely sure why we had this rule in the first place. I think for some tests related things when we didn't have a monorepo yet. However it could also be related to bundle sizes. I'll compare that when the build finishes.
      
      The reason for #6117 is that we added `react-is` to the dependency tree of Next.js to check valid elements. react-redux uses hoist-non-react-statics which ships a different version of react-is in this case, one that has `ReactIs.isMemo`
      7ecf6758
  2. 25 1月, 2019 4 次提交
  3. 24 1月, 2019 4 次提交
  4. 23 1月, 2019 2 次提交
    • T
      Move phases back to next/constants (#6104) · 9112f63e
      Tim Neutkens 提交于
      * Move phases back to next/constants
      
      * Fix typescript error
      9112f63e
    • J
      add new nextjs typings with samples (#6102) · d6ec10a4
      Justin Noel 提交于
      The current `examples/with-typescript` is not using the latest type definitions currently available on DefinitelyTyped project for next.
      
      Added new list page examples that demonstrate how to use the new Types for both stateless functional components and classes.  Also modified examples for list to demonstrate typings for `getInitialProps`.
      d6ec10a4
  5. 22 1月, 2019 3 次提交
  6. 21 1月, 2019 5 次提交
  7. 20 1月, 2019 2 次提交
  8. 19 1月, 2019 6 次提交
  9. 18 1月, 2019 6 次提交
  10. 17 1月, 2019 2 次提交
  11. 16 1月, 2019 1 次提交
    • G
      Upgrade styled-jsx (#6069) · b4e6ded2
      Giuseppe 提交于
      Introduces full support for Babel 7 including JSX Fragments shorthand. 
      Switched to visiting the `Program` path and then start a traversal manually to solve conflicts with other Babel plugins.
      b4e6ded2