npm nuxt 1.2.0
v1.2.0

latest releases: 3.11.2, 3.11.1, 3.11.0...
6 years ago

Minor changes

  • Add keep-alive prop to <nuxt/> and <nuxt-child/>, see with-keep-alive example, be aware that it's still a WIP and it can have some side effects to your application.
  • Add: optional build option build. maxChunkSize to limit chunks size for agressive code splitting (PR #2687)
  • You can now use .jsx files (PR #2628, fix #131)
  • Add options.ignore option (347fa3e)
  • Improve render.scp (Support of external script, PR #2608), see also 95c85bb
  • Improve 404 error message in development on server-side rendering (add path property) (d444f2a)
  • Feature: It's now possible to add <noscript> tags to the footer with head (PR #2674)

Patches

  • Fix: redirect to external urls works with nuxt generate now (fix #2570)
  • Fix: ssrContext.error is not a function (PR #2610)
  • Fix: Add aliases (~, ~~, @ and @@) to postcss-import #2617 (fix #1453)
  • Fix: error undefined on plugins error for server-side (00f98c1)
  • Fix: multiple components in one route (PR #2679)
  • Fix: resolve exact route prior to index (PR #2673)
  • Fix: Handle redirect in middleware to avoid calling asyncData & fetch, fix #542 and #2665

Examples

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.