Skip to content

Commit 9a42b4d

Browse files
authored
Update CHANGELOG.md
1 parent 79152ce commit 9a42b4d

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ Released 2019-05-31
2323
- No need to cherry-pick from sub directories for plugins/components/directives
2424
- Most package bundlers will pick the appropriate build automatically
2525
- Nuxt module:
26-
- Improved tree shaking using the new import methods
27-
- Automatically adds transformAssetUrls settings for BootstrapVue component props.
26+
- Improved tree shaking using the new import syntax
27+
- Automatically adds `transformAssetUrls` settings for BootstrapVue component props.
2828
- Reverted the `es/` build directory back to mini-commonjs modules (from true ES modules introduced in
2929
v2.0.0-rc.21) due to issues with Nuxt.js and some webpack builds expecting CJS format when
3030
cherry-picking individual components, directives and plugins from sub-directories.
3131
- **DEPRECATION: The `es/` build has been deprecated in favour of the newer `esm` build and `cjs`
32-
bundle, which allows importing individual components, directives and plugins from top-level named
33-
exports.**
32+
bundle, which allow for importing individual components, directives and plugins from top-level named
33+
exports.** Users are encouraged to convert their existing imports to the new syntax.
3434

3535
### Bug Fixes v2.0.0-rc.22
3636

@@ -52,10 +52,12 @@ Released 2019-05-31
5252
[#3323](https://github.com/bootstrap-vue/bootstrap-vue/issues/3323))
5353
([#3404](https://github.com/bootstrap-vue/bootstrap-vue/issues/3404)
5454
[6c386d3](https://github.com/bootstrap-vue/bootstrap-vue/commit/6c386d3))
55-
- **nuxt:** use bundle for development mode (closes
55+
- **nuxt:** use new bundle for development mode (closes
5656
[#3397](https://github.com/bootstrap-vue/bootstrap-vue/issues/3397))
5757
([#3399](https://github.com/bootstrap-vue/bootstrap-vue/issues/3399)
58-
[f43097e](https://github.com/bootstrap-vue/bootstrap-vue/commit/f43097e))
58+
[f43097e](https://github.com/bootstrap-vue/bootstrap-vue/commit/f43097e),
59+
[#3404](https://github.com/bootstrap-vue/bootstrap-vue/issues/3404)
60+
[6c386d3](https://github.com/bootstrap-vue/bootstrap-vue/commit/6c386d3))
5961
- **types:** fix typing error for `BvComponent` and `BvPlugin` (closes
6062
[#3390](https://github.com/bootstrap-vue/bootstrap-vue/issues/3390))
6163
([#3391](https://github.com/bootstrap-vue/bootstrap-vue/issues/3391)
@@ -70,7 +72,8 @@ Released 2019-05-31
7072
([#3426](https://github.com/bootstrap-vue/bootstrap-vue/issues/3426)
7173
[2aaec76](https://github.com/bootstrap-vue/bootstrap-vue/commit/2aaec76))
7274
- **nuxt:** handle edge cases where component, directive and plugin names are passed as `camelCase`
73-
or `kebab-case` ([#3418](https://github.com/bootstrap-vue/bootstrap-vue/issues/3418)
75+
or `kebab-case` and convert to new `PascalCase` names
76+
([#3418](https://github.com/bootstrap-vue/bootstrap-vue/issues/3418)
7477
[ce3ba73](https://github.com/bootstrap-vue/bootstrap-vue/commit/ce3ba73))
7578
- **nuxt module:** alias `esm/` and `es/` to `src/` for Nuxt prod mode
7679
([#3423](https://github.com/bootstrap-vue/bootstrap-vue/issues/3423)

0 commit comments

Comments
 (0)