Skip to content

Commit d96958e

Browse files
Version to 4.0.0
1 parent e857eda commit d96958e

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Include it in your AngularJS application
1515
Apply it to your text
1616

1717
<h1 data-fittext>FitText</h1>
18+
19+
## v4.0.0
20+
21+
Details coming. See demo page for examples.
1822

1923
## v3.0.0 - NEW! Text now defaults to 100% width!
2024

bower.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ngFitText",
3-
"version": "3.3.3",
3+
"version": "4.0.0",
44
"main": [
5-
"src/ng-FitText.js"
5+
"dist/ng-FitText.min.js"
66
],
77
"keywords": [
88
"angular",
@@ -13,6 +13,7 @@
1313
"demo",
1414
"lib",
1515
"node_modules",
16+
"src",
1617
"test",
1718
".bowerrc",
1819
"gulpfile.js",

dist/ng-FitText.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-fittext",
3-
"version": "3.3.3",
3+
"version": "4.0.0",
44
"description": "An AngularJS directive for inflating web type",
55
"homepage": "https://github.com/patrickmarabeas/ng-FitText.js",
66
"bugs": "https://github.com/patrickmarabeas/ng-FitText.js/issues",
@@ -9,9 +9,11 @@
99
"url": "git://github.com/patrickmarabeas/ng-FitText.js.git"
1010
},
1111
"license": "MIT",
12-
"main": "src/ng-FitText.js",
12+
"main": "dist/ng-FitText.min.js",
1313
"devDependencies": {
1414
"gulp": "3.8.8",
15-
"gulp-sass": "git://github.com/dlmanning/gulp-sass.git#88a7afdc1189875d41be2d143b8fe2efd60247f5"
15+
"gulp-rename": "^1.2.2",
16+
"gulp-sass": "^2.1.1",
17+
"gulp-uglify": "^1.5.1"
1618
}
1719
}

src/ng-FitText.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* ng-FitText.js v3.3.3
1+
/* ng-FitText.js v4.0.0
22
* https://github.com/patrickmarabeas/ng-FitText.js
33
*
44
* Original jQuery project: https://github.com/davatron5000/FitText.js
@@ -7,7 +7,7 @@
77
* Released under the MIT license
88
* http://opensource.org/licenses/mit-license.php
99
*
10-
* Date: 06/05/2015
10+
* Date: 18/01/2016
1111
*/
1212

1313
(function(window, document, angular, undefined) {

0 commit comments

Comments
 (0)