npm babel-traverse 6.12.0
v6.12.0

latest releases: 7.0.0-beta.3, 7.0.0-beta.2, 7.0.0-beta.1...
7 years ago

v6.12.0 (2016-07-27)

  • Add a helpers: false option to transform-runtime to not bundle in babel helpers.
  • Add a exactGlobals option to modules-umd
  • Fix a regression with modules-systemjs
  • Fix a hoisting issue with react-constant-elements (@kittens is back!)

Please join #discussion on slack if you have questions and #development for dev

FYI: Babel releases don't mean each package updates. If a package isn't changed it keeps it's version number. The changelog entries below tell you what specific packages have changed. You shouldn't have to do anything in most cases other than npm install again.

If it looks like a package isn't available it is probably because you are using a different registry and or have a cached version that isn't updated. Check with npm view package-name-here on the public registry

Bug Fix

  • babel-plugin-transform-react-constant-elements, babel-traverse
    • #3596 Fix React constant elements transform from hoisting elements to positions where their referenced bindings haven't been evaluated yet. (@kittens)
  • babel-plugin-transform-es2015-modules-systemjs

New Feature

  • babel-plugin-transform-runtime
    • #3603 Add helpers: false option to babel-plugin-transform-runtime. (@kittens)
  • babel-plugin-transform-es2015-modules-umd
    • #3534 Add exactGlobals option to transform-es2015-modules-umd plugin to enable more flexibility in specifying global names. (@rmacklin)

Commiters: 3

Don't miss a new babel-traverse release

NewReleases is sending notifications on new releases.