1. 06 11月, 2016 7 次提交
  2. 05 11月, 2016 2 次提交
  3. 04 11月, 2016 5 次提交
  4. 03 11月, 2016 5 次提交
  5. 01 11月, 2016 4 次提交
  6. 31 10月, 2016 2 次提交
  7. 30 10月, 2016 4 次提交
    • C
      Update system font stacks on error pages (#157) · c5bbff41
      Cole 提交于
      * Enhance system font stack on _error.js
      
      `-apple-system` = SF on Safari (macOS/iOS)
      `BlinkMacSystemFont` = SF on Chrome (macOS)
      `Roboto` for Android
      `Segoe UI` for Windows
      `Fira Sans` for Firefox OS
      `Avenir` for pre-SF macOS
      `Helvetica Neue, Lucida Grande` for older macOS
      
      * Enhance system font stacks on _error-debug.js
      
      Updates fonts to use better quality system fonts where commonly available
      c5bbff41
    • T
      next init: Exit non-zero when refusing to run in 'pages' dir. (#156) · 5595232f
      Tim Oxley 提交于
      Should only exit `0` if the command was successful. The command refusing to execute should be considered a failure.
      
      Also, this condition can be detected synchronously, no need to wait on the async existence check.
      5595232f
    • N
      Release 1.0.2 · 4c2f381e
      nkzawa 提交于
      4c2f381e
    • M
      Expose css, link, and head in package. (#154) · 3fa636fa
      Michael Helvey 提交于
      * Expose next/css, next/link, and next/head.
      
      This allows test runners like Jest and ESLint's file resolver to
      be able to find exported modules within `next`.
      
      Fixes #113
      
      * Removed semicolons for linting and expose modules.
      3fa636fa
  8. 29 10月, 2016 4 次提交
  9. 28 10月, 2016 7 次提交