1. 12 3月, 2020 3 次提交
    • T
      Use core-js promise polyfill for nomodule browsers (#10985) · e52048da
      Tim Neutkens 提交于
      * Use core-js promise polyfill for nomodule browsers
      
      Also updated to the core-js@3 features modules instead of importing the exact modules directly.
      
      Fixes #10966
      
      * Simplify reflect and regexp
      
      * Add ie11 test for bad Promise
      
      * Add test script for regexp and ie11
      Co-authored-by: NJJ Kasper <jj@jjsweb.site>
      Co-authored-by: NJoe Haddad <joe.haddad@zeit.co>
      e52048da
    • P
      Fix examples with relay-compiler (#10976) · 76a08c96
      Petr Messner 提交于
      * Example with-react-relay-network-modern: update dependencies
      
      * Example with-react-relay-network-modern: move relay __generated__ out of pages dir
      
      * Example with-react-relay-network-modern: fix some errors
      
      - Without checking if props.allBlogPosts exists it fails sometimes on
        "TypeError: Cannot read property 'edges' of undefined"
      
      - I have no idea how it could work before with Component.query().params.name,
        but maybe some dependent library API has changed
      
      * Example with-relay-modern-server-express: update dependencies
      
      * Example with-relay-modern-server-express: move relay __generated__ out of pages dir
      
      Fixes Error: Build optimization failed: found page without a React Component as default export in
      pages/__generated__/pages_indexQuery.graphql
      
      * Example with-relay-modern: update dependencies
      
      * Example with-react-relay-network-modern: fix prettier errors
      76a08c96
    • J
      Make sure to not show pages/404 GIP error from _app having GIP (#10974) · 34a8e884
      JJ Kasper 提交于
      * Make sure to not show pages/404 GIP error from _app having GIP
      
      * Add error for getStaticProps in pages/404 too
      34a8e884
  2. 11 3月, 2020 7 次提交
  3. 10 3月, 2020 6 次提交
  4. 09 3月, 2020 8 次提交
    • J
      Fix Azure Pipelines (#10896) · fd3256f4
      Joe Haddad 提交于
      Co-authored-by: NJJ Kasper <jj@jjsweb.site>
      fd3256f4
    • T
      Upgrade webpack (#10895) · 1a47dbea
      Tim Neutkens 提交于
      Fixes #10890
      1a47dbea
    • S
      DatoCMS Example (#10891) · bf0ea49b
      Shu Uesugi 提交于
      * Copy cms-datocms
      
      * Update package.json
      
      * Desktop design
      
      * Tablet support
      
      * Mobile styles
      
      * Update titles
      
      * Add article page
      
      * Minor tweaks
      
      * Fix height issue
      
      * Improve text colors
      
      * Extract Alert and Footer components
      
      * Extract avatar
      
      * Add Date
      
      * Extract container
      
      * Fix capitalization
      
      * Make it work with no backend
      
      * Add paragraph styles
      
      * Extract PostPreview
      
      * Extract h2
      
      * Extract more stories
      
      * Refactor into more components
      
      * Update tags
      
      * Add missing key
      
      * Add custom document for lang="" support
      
      * Add dotenv
      
      * Load data for the index page
      
      * Limit posts
      
      * Show post page
      
      * Add markdown processing
      
      * Forgot margin
      
      * Add links
      
      * Remove files and add fallback
      
      * Add og:image
      
      * Add favicon
      
      * Add aria-label
      
      * Fix prerender
      
      * Learn more → read documentation
      
      * Fix links and footer
      
      * Desaturate using imgix
      
      * Add preview secret
      
      * Add preview support
      
      * Fix preview code
      
      * Exit preview mode
      
      * Extract getAllPostsWithSlug
      
      * Extract getAllPostsForHome
      
      * Extract getPreviewPostBySlug
      
      * Extract getPostAndMorePosts
      
      * Extract constants
      
      * Extract markdownToHtml
      
      * Fix markdown styles
      
      * Fix imgix for author
      
      * Add README
      
      * Add links to docs
      bf0ea49b
    • T
      v9.2.3-canary.28 · f0cec748
      Tim Neutkens 提交于
      f0cec748
    • T
      Fix linting of markdown documentation · 83b4fd15
      Tim Neutkens 提交于
      83b4fd15
    • T
      v9.2.3-canary.27 · 1d16b10e
      Tim Neutkens 提交于
      1d16b10e
    • B
      Fix getStaticPaths example code (#10893) · 213a4b80
      Balázs Orbán 提交于
      * Fix getStaticPaths example code
      
      * Update docs/basic-features/data-fetching.md
      Co-authored-by: NTim Neutkens <tim@timneutkens.nl>
      213a4b80
    • S
      Typo on preview mode documentation (#10892) · 2abbb7ab
      Shu Uesugi 提交于
      2abbb7ab
  5. 07 3月, 2020 2 次提交
  6. 06 3月, 2020 11 次提交
  7. 05 3月, 2020 3 次提交