diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 1f2ee44..8020174 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,8 @@
-
+
+
@@ -166,7 +167,9 @@
-
+
+
+
1557130876740
@@ -182,7 +185,14 @@
1571049622945
-
+
+ 1571049960812
+
+
+
+ 1571049960812
+
+
@@ -193,7 +203,9 @@
diff --git a/README.md b/README.md
index 31802d3..d1b485e 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ Import it in your Angular2 project like a module
```
- Parameters:
+ Input Parameters:
| Parameter | Description | Values |
| --- | --- | --- |
@@ -111,6 +111,14 @@ Import it in your Angular2 project like a module
| modelToWatch | pass model to watch, when this model changes -> font size is automatically recalculated | any type of model
+fontSizeChanged
+
+ Output Parameters:
+
+ | Parameter | Description | Values |
+ | --- | --- | --- |
+ | fontSizeChanged | current font size | string
+
### Development
Want to contribute? Great!
diff --git a/package.json b/package.json
index e79aec1..81386ee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-fittext",
- "version": "1.2.7",
+ "version": "1.2.8",
"description": "Ng2 Fittext, an Angular library",
"main": "./bundles/ng2-fittext.umd.js",
"module": "./ng2-fittext.es5.js",
diff --git a/publishPackage.json b/publishPackage.json
index e57ce7a..a50ccc5 100644
--- a/publishPackage.json
+++ b/publishPackage.json
@@ -1,6 +1,6 @@
{
"name": "ng2-fittext",
- "version": "1.2.7",
+ "version": "1.2.8",
"description": "Ng2-fittext: An Angular2+ directive that change the font size until it fit the upper level container dimension.",
"main": "./bundles/ng2-fittext.umd.js",
"module": "./ng2-fittext.es5.js",