Skip to content

Commit fb6370c

Browse files
chore(main): release 0.3.12
1 parent 8a4f620 commit fb6370c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

packages/bootstrap-vue-3/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [0.3.12](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.11...v0.3.12) (2022-10-11)
4+
5+
6+
### Features
7+
8+
* **BFormTags:** Add tag scoped slot ([600c129](https://github.com/cdmoro/bootstrap-vue-3/commit/600c129f64aa6e10bbcfc639ef00632fd6209cf7))
9+
10+
11+
### Bug Fixes
12+
13+
* BOverlay build issues ([b7106f4](https://github.com/cdmoro/bootstrap-vue-3/commit/b7106f400e37aeaa9c2e8295eaafe5c296625d53))
14+
* **BOverlay:** strongly type some props ([53e6777](https://github.com/cdmoro/bootstrap-vue-3/commit/53e67776b8b7c632e9b2bd3f0aba5280411e355f))
15+
* **BTable:** [[#742](https://github.com/cdmoro/bootstrap-vue-3/issues/742)] BTable with provider never hides the busy loader ([affcacf](https://github.com/cdmoro/bootstrap-vue-3/commit/affcacffe47261000deca775e4be8dc6dc22ac8a))
16+
* **BTransition:** allowTransProps to work ([dd17957](https://github.com/cdmoro/bootstrap-vue-3/commit/dd179573e97b9335cdcf707c84ea0a48d1df304a))
17+
* transProps working in BTransition cascades fixes for components that rely on it, ex: Overlay noFade ([dd17957](https://github.com/cdmoro/bootstrap-vue-3/commit/dd179573e97b9335cdcf707c84ea0a48d1df304a))
18+
19+
20+
### Performance Improvements
21+
22+
* **BTransition:** replace ref with cached computed properties ([dd17957](https://github.com/cdmoro/bootstrap-vue-3/commit/dd179573e97b9335cdcf707c84ea0a48d1df304a))
23+
324
## [0.3.11](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.3.10...v0.3.11) (2022-10-03)
425

526

packages/bootstrap-vue-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bootstrap-vue-3",
33
"displayName": "BootstrapVue3",
44
"description": "Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript",
5-
"version": "0.3.11",
5+
"version": "0.3.12",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)