React 服务器渲染框架 Next.js 6.0.4-canary.1 发布

  

Next.js 6.0.4-canary.1 发布了,Next.js 是一个用于在服务端渲染 React 应用程序的简单框架。

此次更新内容如下:

  • Default query to {}, same behaviour as next export: #4466

  • Add title to default error page: #4383

  • Add section to the readme about configuring .babelrc: 4e8009c

  • Clarify documentation regarding the static folder: #4340

  • Improve issue templates: 7193f49

  • Make sure index of issue template is correct: e6f3542

  • Fix(bin/next:inspect): Allow node inspect flag to be used: #4160

  • Fix dynamic import in non webpack env: #4208

  • Added "hashChangeStart" and "hashChangeComplete" events: #4234

  • Improve route prefetch docs: add client side imperative code: #4213

  • Fix generated page chunk when libraryTarget is umd: #4205

  • Fix viewport issue in with-react-native-web: c461d46

  • Added support flex: 1 and and tag support Dimensions in with-react-native-web: #4460

  • Improve custom server typescript example v2: #4470

  • Update typescript examples to use 1.0.1 of next-typescript: #4472

  • Sitemap.xml and robots.txt example: #4163

详情见发布公告

下载地址:

猜你喜欢

转载自www.oschina.net/news/96455/nextjs-6-0-4-canary-1-released