Skip to content

Commit e046990

Browse files
committed
- Update CHANGELOG.md.
- Bump to version 2.0.15
1 parent 2883415 commit e046990

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
> All notable changes to this project will be documented in this file.
44
55

6-
## v2.0.14
6+
## v2.0.15
77

88
Released: November 14, 2024
99

1010
### Features & Improvements
1111

1212
- **BsLightbox**: add `z-index` property to control component stacking within HTML layers.
1313
- **BsPopover**: improve UI display positioning.
14-
- **BsTooltip**: improve UI performance.
14+
- **BsTooltip**:
15+
- Add new properties: `activator` and `arrow-off`.
16+
- Improve UI performance and css variables.
1517

1618
### Bug Fixes
1719

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.0.14",
3+
"version": "2.0.15",
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.0.14
2+
* Vue MDBootstrap v2.0.15
33
* Released under the BSD-3 License.
44
* Copyright Ahmad Fajar (https://ahmadfajar.github.io).
55
*/

0 commit comments

Comments
 (0)