Skip to content

2.3.0

Compare
Choose a tag to compare
@rauchg rauchg released this 04 May 14:35

Next.js is faster, smaller and more reliable

Minor Changes

  • Add react production aliases for faster and smaller builds: #1855
  • Ensure error pages are never cached by CDNs: #1794
  • Introduce asPath into router and getInitialProps to get the "displayed" URL: #1857
  • Stop wrapping server-render <script> tag in <div> elements: #1867

Patches

  • Fix regression in error handling on the client: #1800
  • Use configured distDir where required: #1816
  • Fix page loader page normalization issue: #1844

Packages

  • Update send to version 0.15.2: #1807
  • Update babel-plugin-transform-react-remove-prop-types to version 0.4.2: #1810
  • Updated nyc to version 10.3.0: #1830
  • Updated babel-plugin-istanbul to version 4.1.3: #1829
  • Updated coveralls to version 2.13.1: #1822
  • Updated source-map-support to version 0.4.15: #1826
  • Updated babel-plugin-transform-react-remove-prop-types to version 0.4.4: #1845
  • Updated fly to version 2.0.6: #1866

Examples

  • Add root static files example: #1835
  • Add internationalization example with-i18next: #1496
  • Improved with-redux: #1813
  • Example curl fixed in with-flow example: #1832
  • Make sure all examples use latest instead of beta Next.js: #1834
  • Fix typo in with-material-ui readme: #1797
  • Fix spelling of function name in example: #1856

Meta

Credits

Huge thanks to @arunoda, @lukeed, @benjaminhadfield, @cncolder, @craig-mulligan, @aranajhonny, @bhoule, @TheRamey, @atilafassina, @spencersmb, @moeriki, @davincho and @jaeh for their help!