8000 Tags · rajington/next-on-netlify · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: rajington/next-on-netlify

Tags

v2.0.0

Toggle v2.0.0's commit message
Publish v2.0.0

- **Breaking: You must change your `netlify.toml` configuration for
  next-on-netlify v2.0.0.** Please look at the README for the latest
  configuration.
  `next-on-netlify` now builds pre-rendered pages and static assets in
  `out_publish`. Netlify Functions for SSR pages are built to
  `out_functions`.
- Add support for `getStaticProps` (netlify#7)
- Add support for `getStaticPaths` with and without fallback (netlify#7)
- Add support for `getServerSideProps` (netlify#7)
- Query string parameters are now correctly passed to Next Pages and API
  endpoints (netlify#9)
- Response headers are now correctly set (netlify#9)
- When a user encounters a
974B
 404, `next-on-netlify` now display the NextJS
  404 page rather than Netlify's default 404 page. You can customize the
  NextJS 404 page. (netlify#2)
- Every page with server-side rendering is now converted to a
  stand-alone Netlify Function. Previously, all SSR pages were bundled
  in a single Netlify Function.
- `next-on-netlify` now prints out which pages are being converted to
  Netlify Functions for SSR, which pages are served as pre-rendered
  HTML, and the redirects that are being generated.
- Adding custom redirects via a `_redirects` file in the project root is
  no longer supported. Let me know if you want this back. Or define your
  redirects in `netlify.toml`.

v1.2.0

Toggle v1.2.0's commit message
Publish v1.2.0

- Add support for custom NextJS build directory: If `distDir` is
  specified in `next.config.js`, next-on-netlify will use that
  directory. If no `distDir` is specified, it will look for the default
  directory (`.next`).

v1.1.0

Toggle v1.1.0's commit message
Publish v1.1.0

- Add support for catch-all routes (netlify#1, netlify#2)
- README: Fix instructions for local preview

v1.0.1

Toggle v1.0.1's commit message
Bump version to 1.0.1

Release v1.0.1 on npm.

v1.0.0

Toggle v1.0.0's commit message
Move fs-extra and path-to-regexp to dependencies

The two packages will not be installed in the correct version unless we 
specify the two packages as dependencies. This is what the 
serverless-next.js package does as well, so it is probably okay.
0