Skip to content

Commit

Permalink
Merge pull request #9 from ship-components/textField-height-ie-fix
Browse files Browse the repository at this point in the history
Text field height ie fix
  • Loading branch information
corescan committed Jun 14, 2017
2 parents 32018e7 + 91bff4e commit 8fff863
Show file tree
Hide file tree
Showing 15 changed files with 1,396 additions and 36 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
node_modules/
coverage/
npm-debug.log
*.sublime*
*.sublime*
.vs_code/
.dockerignore
Empty file added .vscode/last.sql
Empty file.
Empty file added .vscode/temp.sql
Empty file.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Below are is a sample of how to setup the loaders:
2. `npm test`

## History
* 0.3.3 - Workaround for nodeHeight.js not returning appropriate height in IE11
* 0.3.2 - Updates babel presets to babel-preset-latest
* 0.3.1 - Added transition update timeout so textinput waits on css transition before height calc
* 0.3.0 - Upgrades to React 15, adds tests, Travis CI and coverage
Expand Down
7 changes: 3 additions & 4 deletions dist/TextInput.css

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

0 comments on commit 8fff863

Please sign in to comment.