Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
idzark committed Oct 18, 2021
1 parent a55c117 commit 643939b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.4.0 (18.10.2021)

### New

- [Drag and drop](https://mdbootstrap.com/docs/b5/angular/plugins/drag-and-drop)
- [Vector maps](https://mdbootstrap.com/docs/b5/angular/plugins/vector-maps)

### Fixes and improvements:

- Popover/Tooltip - resolved problem with closing component when quickly moving mouse over trigger element

---

## 1.3.0 (04.10.2021)

### New
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MDB 5 Angular

Version: FREE 1.3.0
Version: FREE 1.4.0

Documentation:
https://mdbootstrap.com/docs/b5/angular/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdb-angular-ui-kit-free",
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
13 changes: 13 additions & 0 deletions projects/mdb-angular-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.4.0 (18.10.2021)

### New

- [Drag and drop](https://mdbootstrap.com/docs/b5/angular/plugins/drag-and-drop)
- [Vector maps](https://mdbootstrap.com/docs/b5/angular/plugins/vector-maps)

### Fixes and improvements:

- Popover/Tooltip - resolved problem with closing component when quickly moving mouse over trigger element

---

## 1.3.0 (04.10.2021)

### New
Expand Down
2 changes: 1 addition & 1 deletion projects/mdb-angular-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repository": "https://github.com/mdbootstrap/mdb-angular-ui-kit",
"author": "MDBootstrap",
"license": "MIT",
"version": "1.3.0",
"version": "1.4.0",
"peerDependencies": {
"@angular/common": "^12.0.0",
"@angular/core": "^12.0.0",
Expand Down

0 comments on commit 643939b

Please sign in to comment.