1. 08 12月, 2020 6 次提交
  2. 07 12月, 2020 1 次提交
  3. 04 12月, 2020 7 次提交
    • J
      v10.0.4-canary.2 · b403e9ec
      JJ Kasper 提交于
      b403e9ec
    • P
      Improve way cache version string is created (#19763) · 3f730fc7
      Pepijn Senders 提交于
      Nitpicky change, but the version string contained a double `|`, implying that there might be an empty value between `process.env.__NEXT_VERSION` and the environment variables.
      3f730fc7
    • J
      Add locale: false custom route prefix note (#19765) · e6c1aa64
      JJ Kasper 提交于
      This makes sure to note how custom-routes need to be prefixed when `locale: false` is used for routes to be matched correctly. 
      
      Closes: https://github.com/vercel/next.js/issues/19703
      e6c1aa64
    • J
      Ensure i18n custom routes resolves correctly (#19766) · 42385f48
      JJ Kasper 提交于
      This ensures i81n custom routes are resolving correctly, it also corrects redirects for default locales when `locale: false` is not used, and this also simplifies the resolving for custom routes with i18n in `next-server` adding types for the i18n config. This also adds additional tests to prevent regression and starts leveraging a shared `NextConfig` type to allow us to share types for config values. 
      
      Fixes: https://github.com/vercel/next.js/issues/19521
      Fixes: https://github.com/vercel/next.js/issues/19403
      Fixes: https://github.com/vercel/next.js/issues/19302
      Fixes: https://github.com/vercel/next.js/issues/19227
      42385f48
    • P
      Making font optimization as default (#19758) · 57e156bc
      Prateek Bhatnagar 提交于
      - Making font optimizations as default
      - Re-enabling tests
      - Fixes #19159
      57e156bc
    • A
      Update fauna example (#19806) · 2b817af1
      Allen Hai 提交于
      This PR removes the `next.config.js` file with an `env` key and instead modifies the setup script to create a `.env.local` file with the provided credentials. 
      
      I also made some changes to the Deploy Button to ask for the environment variables when creating a new project. 
      2b817af1
    • N
      with-facebook-pixel (#19762) · dc4beade
      Nicolás Figueroa 提交于
      ## Problems with the other implementation
      - pixel not working first time load page (this generate fake information to facebook analytics data)
      - package react-facebook-pixel  error when try use events in code blocks or other pages with the current implementation
      - sometimes pixel mark twice pageview (this generate warning in facebook panel)
      - standar or custom events not working
      
      ## Solutions
      - Initialize pixel when entering each page (_document)
      - Now, we can use custom and standar events (utils/fpixel.js)
      - correct way to implement pixel according to facebook and guide facebook to implement in SPA
      - this solution is complemented with example "with-google-analytics"
      
      In my opinion, the other development has problems, but I preferred created a new example because the way to implement the base code is different. It seems that the other example is based on set the events from the Facebook control panel then this method limits an advanced implementation.
      dc4beade
  4. 03 12月, 2020 3 次提交
  5. 02 12月, 2020 10 次提交
  6. 01 12月, 2020 1 次提交
  7. 30 11月, 2020 3 次提交
  8. 28 11月, 2020 1 次提交
  9. 27 11月, 2020 1 次提交
  10. 26 11月, 2020 4 次提交
  11. 25 11月, 2020 3 次提交