8000 Comparing plugin-nextjs-v4.22.0...plugin-nextjs-v4.23.0 · opennextjs/opennextjs-netlify · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plugin-nextjs-v4.22.0
Choose a base ref
...
head repository: opennextjs/opennextjs-netlify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: plugin-nextjs-v4.23.0
Choose a head ref
  • 6 commits
  • 40 files changed
  • 4 contributors

Commits on Sep 9, 2022

  1. chore(deps): update dependency @netlify/build to ^27.17.2 (#1610)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    e24534a View commit details
    Browse the repository at this point in the history
  2. feat: add support for Next 12.3 middleware matchers (#1612)

    * feat: add support for Next 12.3 middleware matchers
    
    * fix: support legacy experimental config
    
    * chore: make canary use old version
    
    * feat: support middleware `has` matchers
    
    * chore: make canary use old version
    
    * chore: add test middleware
    
    * chore: add e2e tests
    
    * fix: handle json headers
    ascorbic authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    fd88b98 View commit details
    Browse the repository at this point in the history
  3. fix: support non-prerendered dynamic routes with fallback false (#1541)

    * fix: bypass handler function for non-prerendered dynamic routes with fallback: false
    
    * fix: remove catch all handler redirect to support fallback false and custom 404s
    
    * feat: support custom 404 pages in all locales
    
    * feat: add custom 404 handling for static routes
    
    * chore: refactor hidden path redirects
    
    * feat: add support for isr 404 pages
    
    * feat: swap cache patch for forced manual revalidate
    
    * chore: add docs for patches
    
    * feat: use revalidate header instead of server patch
    
    * test: add dynamic routing and fallback tests
    
    * chore: fix eslint error
    
    * fix: remove fallback: true handling until runtime fix lands
    
    * test: update tests while fallback:true works like fallback:blocking
    
    * test: fix jest tests
    
    * test: simplify cypress test names
    
    * fix: revert header revalidation owing to side-effects
    
    * feat: patch next server to force revalidation only during cache fetches
    
    * test: update tests with new env var name
    
    * test: update test with reverted handler signature
    
    * fix: reinstate catch-all redirect for Next redirect handling
    
    * test: update snapshot with new redirects
    
    * test: update cypress tests for correct render mode
    orinokai authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    92a015c View commit details
    Browse the repository at this point in the history
  4. fix(deps): update dependency @netlify/ipx to ^1.2.5 (#1615)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    362d5dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62c135d View commit details
    Browse the repository at this point in the history
  6. chore: release main (#1614)

    Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
    token-generator-app[bot] authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    098378c View commit details
    Browse the repository at this point in the history
Loading
0