1. 20 2月, 2020 1 次提交
  2. 19 2月, 2020 14 次提交
  3. 18 2月, 2020 12 次提交
  4. 16 2月, 2020 3 次提交
  5. 15 2月, 2020 3 次提交
  6. 14 2月, 2020 4 次提交
  7. 13 2月, 2020 3 次提交
    • J
      v9.2.2-canary.18 · 2e8d6380
      Joe Haddad 提交于
      2e8d6380
    • H
      Update withApollo example (#10451) · 1a50d99f
      Henrik Wenz 提交于
      * Make withApollo work with _app.js components
      
      * Support wrapping functional _App
      
      * Add apolloClient to NextPageContext & NextPageContext
      
      * Propertly call App.getInitialProps if used in NextAppContext
      
      * Add Automatic Static Optimization warning
      
      * Update deps
      
      * Reduce API surface
      
      * Move back to singleton client
      
      * Improve documentation
      
      * Remove Head.rewind()
      We can get rid of .rewind by now as the latest next/head no longer uses legacy context.
      
      * Add extra docs
      
      * Reuse apolloState coming from previous hocs
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      1a50d99f
    • J
      Add handling for default as named export in SSG transform (#10486) · 46179504
      JJ Kasper 提交于
      * Add failing SSG syntax
      
      * Add handling for default as named export in SSG transform
      
      * Revert [comment].js
      
      * Revert index.js
      
      * adjust
      Co-authored-by: NJoe Haddad <timer150@gmail.com>
      46179504