1. 31 5月, 2019 6 次提交
  2. 30 5月, 2019 5 次提交
  3. 29 5月, 2019 10 次提交
  4. 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
  5. 27 5月, 2019 3 次提交
  6. 24 5月, 2019 7 次提交