Skip to content

Commit d62e717

Browse files
committed
- Update CHANGELOG.md
- Bump to version 2.1.2
1 parent ed9a291 commit d62e717

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
> All notable changes to this project will be documented in this file.
44
55

6+
## v2.1.2
7+
8+
Released: December 08, 2024
9+
10+
### Bug Fixes
11+
12+
- **BsAppbarTitle**: fixed bug incorrect left margin when placed as the first child of `<BsAppbar>`.
13+
- **BsBreadcrumb**: fixed css variables.
14+
- **BsCheckboxGroup**, **BsRadioGroup**: fixed column layout bug that did not
15+
respect the `column` property when its value was set to `1`.
16+
- **BsIconFontawesome**: removed unused property and fixed typescript declaration.
17+
18+
619
## v2.1.1
720

821
Released: December 04, 2024

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-mdbootstrap",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Bootstrap5 Material Design Components for Vue.js",
55
"author": {
66
"name": "Ahmad Fajar",

scss/banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Vue MDBootstrap v2.1.1
2+
* Vue MDBootstrap v2.1.2
33
* Released under the BSD-3 License.
44
* Copyright Ahmad Fajar (https://ahmadfajar.github.io).
55
*/

0 commit comments

Comments
 (0)