Skip to content

Commit

Permalink
v 1.1.5 / update some docs and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sollenne committed Nov 9, 2017
1 parent 3f72005 commit 89ea3e0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
33 changes: 25 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
.idea
# Node generated files

# compiled output
/dist
/tmp
/deploy
/screenshots

# dependencies
node_modules
npm-debug.log
# OS generated files
Thumbs.db
.DS_Store
# Ignored files

# IDEs
/.idea
/.vscode

# misc
*.js
*.map
*.d.ts
*.d.ts
.DS_Store
Thumbs.db
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/.chrome
/.git
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Import it in your Angular4 project like a module
| `[activateOnResize]` (optional) | enable/disable the auto-scale in case of window resize | boolean (default `true`)
| `[compression]` (optional) | compression rate. How fast should the text resize | number (default `1`)
| `[minFontSize]` (optional) | minimum font size allowed on element | number (default -infinity)
| `[minFontSize]` (optional) | maximum font size allowed on element | number (default bitSize limit)
| `[maxFontSize]` (optional) | maximum font size allowed on element | number (default bitSize limit)


### Development
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng4-fittext",
"version": "1.1.4",
"version": "1.1.5",
"description": "An Angular4.* directive to auto-scale the font-size of an element to fit it's parent element.",
"main": "index.ts",
"scripts": {
Expand All @@ -14,6 +14,7 @@
"keywords": [
"angular2",
"angular4",
"angular5",
"responsive",
"responsive font",
"fittext",
Expand Down

0 comments on commit 89ea3e0

Please sign in to comment.