Skip to content

Commit b0cd152

Browse files
author
Maxime Lafarie
committed
build: New version
Release of a new version of the library (7.1.0) fix maximelafarie#127, fix maximelafarie#133, fix maximelafarie#108, fix maximelafarie#119, fix maximelafarie#129
1 parent 118bf6e commit b0cd152

File tree

3 files changed

+1944
-12
lines changed

3 files changed

+1944
-12
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="7.1.0"></a>
2+
# 7.1.0 (Oct 4, 2018)
3+
4+
### Bug Fixes
5+
* Fix hasData return while data is false when casted as a boolean (pull #128, fixes #127)
6+
* Fix an addresses keyup issue (pull #141)
7+
* Fix remaining body class even if no modal is opened (pull #143, fixes #119)
8+
* Fix hasData() method returning undefined value after setData (pull #143, fixes #108)
9+
10+
11+
<a name="7.0.0"></a>
12+
# 7.0.0 (Jul 16, 2018)
13+
14+
### Features
15+
* **BREAKING CHANGES**: refactor modal templating with new selectors and containers (DOM)
16+
* Fix lint, refactor ngClass
17+
* Add an option to display the modal at the location of a target element
18+
* Add custom class to center a modal vertically
19+
* Replaced Angular cycle checks timeouts by observables
20+
21+
22+
<a name="6.0.0"></a>
23+
# 6.0.0 (Jul 16, 2018)
24+
25+
### Features
26+
* **BREAKING CHANGES**: Move modal component style to separated SCSS/CSS files
27+
* Add default animations css class (top, right, bottom, left)
28+
* Add SCSS variables to improve customization possibilities
29+
* Add allowOutsideClick option (pull #84)
30+
* Enhance Events triggering on open and close actions
31+
32+
133
<a name="5.0.0"></a>
234
# 5.0.0 (Feb 28, 2018)
335

src/ngx-smart-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-smart-modal",
3-
"version": "7.0.3",
3+
"version": "7.1.0",
44
"description": "Smart modal handler to manage modals and data everywhere in Angular apps.",
55
"main": "./bundles/ngx-smart-modal.umd.js",
66
"module": "./esm5/ngx-smart-modal.js",

0 commit comments

Comments
 (0)