Skip to content

Commit e09d0b0

Browse files
authored
Merge pull request #783 from cdmoro/release-please--branches--main--components--bootstrap-vue-3
chore(main): release 0.4.3
2 parents f967d4b + 7b3e0ad commit e09d0b0

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

packages/bootstrap-vue-3/CHANGELOG.md

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

3+
## [0.4.3](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.4.2...v0.4.3) (2022-10-30)
4+
5+
6+
### Features
7+
8+
* **BTable:** added ``label-stacked`` prop to label the stacked rows with the field's label ([f967d4b](https://github.com/cdmoro/bootstrap-vue-3/commit/f967d4b0301e1c7e246f23058b2e21af9c3b8172))
9+
10+
11+
### Bug Fixes
12+
13+
* **BTable, BTableSimple:** Added the needed CSS to make the ``stacked`` prop take effect from a specific screen-size breakpoint. ([f967d4b](https://github.com/cdmoro/bootstrap-vue-3/commit/f967d4b0301e1c7e246f23058b2e21af9c3b8172))
14+
* **BTable:** fixed ``filtered`` event being emitted when using pagination (more details: https://github.com/cdmoro/bootstrap-vue-3/issues/768). ([f967d4b](https://github.com/cdmoro/bootstrap-vue-3/commit/f967d4b0301e1c7e246f23058b2e21af9c3b8172))
15+
* **BTable:** fixed filtering undefined table item values (more details: https://github.com/cdmoro/bootstrap-vue-3/issues/770). ([f967d4b](https://github.com/cdmoro/bootstrap-vue-3/commit/f967d4b0301e1c7e246f23058b2e21af9c3b8172))
16+
* **BTable:** provided typescript hints for a stacked prop. ([f967d4b](https://github.com/cdmoro/bootstrap-vue-3/commit/f967d4b0301e1c7e246f23058b2e21af9c3b8172))
17+
318
## [0.4.2](https://github.com/cdmoro/bootstrap-vue-3/compare/v0.4.1...v0.4.2) (2022-10-28)
419

520

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.4.2",
5+
"version": "0.4.3",
66
"license": "MIT",
77
"main": "./dist/bootstrap-vue-3.umd.js",
88
"module": "./dist/bootstrap-vue-3.es.js",

0 commit comments

Comments
 (0)