1. 28 5月, 2019 1 次提交
    • J
      Dynamic routing mark 2 (#7432) · e27203f8
      Joe Haddad 提交于
      * Update escape string regexp operators
      
      * temp
      
      * Extract getRouteRegex func
      
      * First iteration of dynamic routing for production only
      
      * Correctly order prod
      
      * Add serverless support
      
      * Single line it
      
      * noop routes
      
      * Format doc
      
      * Fix dynamic routing for dev
      
      * Add flag for dynamic routing
      
      * Update packages/next-server/lib/router/router.ts
      Co-Authored-By: NJJ Kasper <jj@jjsweb.site>
      
      * remove example
      
      * Add router tests
      
      * Format code
      
      * Sort routes
      
      * Update to not use posix path methods
      e27203f8
  2. 27 5月, 2019 3 次提交
  3. 24 5月, 2019 10 次提交
  4. 23 5月, 2019 6 次提交
    • J
      v8.1.1-canary.36 · 98bed846
      Joe Haddad 提交于
      98bed846
    • J
      Upgrade dependencies (#7412) · f9f80dff
      Joe Haddad 提交于
      *  Upgrade workspace dependencies
      
      * Run new prettier against examples
      
      * Upgrade some next-server packages
      
      * Upgrade Next.js dependencies
      
      * Upgrade webpack deps
      
      * Upgrade async sema
      
      * Fix compilation
      
      * Revert broken plugin
      f9f80dff
    • J
    • J
      v8.1.1-canary.35 · b6d3c1fd
      Joe Haddad 提交于
      b6d3c1fd
    • J
      Add auto static/dynamic (#7293) · cdd54afb
      JJ Kasper 提交于
      * Add automatic exporting of pages with no getInitialProps
      
      * Add support for exporting serverless to static
      and serving the html files during next start
      
      * Fix missing runtimeEnv when requiring page, re-add warning
      when trying to export with serverless, and update tests
      
      * Update flying-shuttle test
      
      * revert un-used pagesManifest change
      
      * remove query.amp RegExp test
      
      * Fix windows backslashes not being replaced
      
      * Re-enable serverless support for next start
      
      * bump
      
      * Fix getInitialProps check
      
      * Fix incorrect error check
      
      * Re-add check for reserved pages
      
      * Fix static check
      
      * Update to ignore /api pages and clean up some tests
      
      * Re-add needed next.config for test and correct behavior
      
      * Update RegExp for ignored pages for auto-static
      
      * Add checking for custom getInitialProps in pages/_app
      
      * Update isPageStatic logic to only use default export
      
      * Re-add retrying to CircleCi
      
      * Update query during dev to only have values
      available during export for static pages
      
      * Fix test
      
      * Add warning when page without default export is
      found and make sure to update pages-manifest
      correctly in flying-shuttle mode
      
      * Fix backslashes not being replaced
      
      * Integrate auto-static with flying-shuttle
      and make sure AMP is handled in flying-shuttle
      
      * Add autoExport for opting in
      cdd54afb
    • J
      Document useAmp in readme (#7405) · 4718bd67
      JJ Kasper 提交于
      4718bd67
  5. 22 5月, 2019 2 次提交
  6. 20 5月, 2019 3 次提交
  7. 19 5月, 2019 1 次提交
  8. 18 5月, 2019 4 次提交
  9. 17 5月, 2019 8 次提交
  10. 16 5月, 2019 2 次提交
    • J
      Show helpful warning when @types/react isn't found (#7345) · 1cf80482
      JJ Kasper 提交于
      * Show helpful warning when @types/react isn't found
      
      * Apply suggestions from code review
      Co-Authored-By: NResi Respati <resir014@gmail.com>
      
      * Update warning for yarn
      
      * Check earlier so we can log one install command for TypeScript deps
      1cf80482
    • D
      Update 8.Question_about_next.md (#7357) · 9b27e56c
      Delba de Oliveira 提交于
      I've noticed that you're still getting questions asked here despite the previous template being clear - today a user even expressed they thought the prompt meant: post a question on Spectrum then post a link to that question here. 
      
      This change makes the suggestion more explicit. 
      
      You could additionally add something like "Questions posted on Github will likely be closed" which I think it would cut down on the people ignoring the prompt. But you might feel that is too aggressive.
      9b27e56c