2.0.0-rc.18 (2019-04-08)
Please see the changelog for a complete list of commits, and the online documentation for usage.
Notable Changes
Fixes
- Enable babel option to interop default in build (fixes "Cannot read property 'extend' of undefined" error for Nuxt users)
- Replaced invalid
mixed
keyword withany
in table type definitions
Enhancements
- New option for Nuxt module to choose between pre-tanspiled
/es/
BootstrapVue or using/src/
for reduced production bundle sizes