Skip to content

Commit 643939b

Browse files
committed
Release 1.4.0
1 parent a55c117 commit 643939b

File tree

6 files changed

+30
-4
lines changed

6 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.4.0 (18.10.2021)
2+
3+
### New
4+
5+
- [Drag and drop](https://mdbootstrap.com/docs/b5/angular/plugins/drag-and-drop)
6+
- [Vector maps](https://mdbootstrap.com/docs/b5/angular/plugins/vector-maps)
7+
8+
### Fixes and improvements:
9+
10+
- Popover/Tooltip - resolved problem with closing component when quickly moving mouse over trigger element
11+
12+
---
13+
114
## 1.3.0 (04.10.2021)
215

316
### New

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MDB 5 Angular
22

3-
Version: FREE 1.3.0
3+
Version: FREE 1.4.0
44

55
Documentation:
66
https://mdbootstrap.com/docs/b5/angular/

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mdb-angular-ui-kit-free",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

projects/mdb-angular-ui-kit/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.4.0 (18.10.2021)
2+
3+
### New
4+
5+
- [Drag and drop](https://mdbootstrap.com/docs/b5/angular/plugins/drag-and-drop)
6+
- [Vector maps](https://mdbootstrap.com/docs/b5/angular/plugins/vector-maps)
7+
8+
### Fixes and improvements:
9+
10+
- Popover/Tooltip - resolved problem with closing component when quickly moving mouse over trigger element
11+
12+
---
13+
114
## 1.3.0 (04.10.2021)
215

316
### New

projects/mdb-angular-ui-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"repository": "https://github.com/mdbootstrap/mdb-angular-ui-kit",
44
"author": "MDBootstrap",
55
"license": "MIT",
6-
"version": "1.3.0",
6+
"version": "1.4.0",
77
"peerDependencies": {
88
"@angular/common": "^12.0.0",
99
"@angular/core": "^12.0.0",

0 commit comments

Comments
 (0)