1. 30 5月, 2019 3 次提交
  2. 29 5月, 2019 10 次提交
  3. 28 5月, 2019 9 次提交
    • L
      Bundle only server code for API routes (#7443) · e76529a4
      Lukáš Huvar 提交于
      e76529a4
    • K
      Fixed typo in README.md (#7438) · eee19788
      keustma 提交于
      eee19788
    • J
      v8.1.1-canary.39 · d103828c
      JJ Kasper 提交于
      d103828c
    • J
      Update styles on build indicator container (#7436) · ca85cc99
      JJ Kasper 提交于
      ca85cc99
    • J
      v8.1.1-canary.38 · b5a93c9a
      JJ Kasper 提交于
      b5a93c9a
    • R
      Implement UI to show building activity (#6526) · 6f6f40db
      Rafael Almeida 提交于
      * Initial version of build watcher working
      
      * Move build watcher div to Main component
      
      * Add a better design, remove container from DOM when not visible
      
      * Fix flickering when closing and opening too fast
      
      * Add a field on next config file for two styles and completely removal
      
      * Ops, bring back fade-in animation
      
      * Remove unnecessary commas
      
      * Render building text by CSS, remove unnecessary jsx attribute
      
      * Remove React usage
      
      * Add support to IE/Edge
      
      * Fix linter issues
      
      * Set custom property with data attribute
      
      * Use ondemand: 1 to don't override current listeners
      
      * Use more strict rules to avoid outside CSS effects
      
      * Use lighter box shadow
      
      * Fix registering HMR callback
      
      * Move initializing build watcher to client/next-dev
      
      * Remove buildWatcherStyle and only use minimal
      
      * Move build watcher element to render
      
      * Move it to create element on initialize
      
      * Fix type error from canary
      
      * Remove extra log
      
      * Simplify SVG markup
      6f6f40db
    • N
      Allow passing of title to default error page (#7381) · 3f91f80e
      Nat Welch 提交于
      * Allow passing of title to default error page
      
      * Update README to include Error#title information
      
      * Change title init location
      
      * Update _error.js
      3f91f80e
    • M
      0cd2732c
    • 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
  4. 27 5月, 2019 3 次提交
  5. 24 5月, 2019 10 次提交
  6. 23 5月, 2019 5 次提交
    • 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