Skip to content

Commit

Permalink
log changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jan 13, 2018
1 parent 60bd255 commit c3bba02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
2.2.2
--------------------------------------------------------------------------------
* style={false} produces eslint warning so it is deprecated now. There is new `noStyle` boolean prop for that.
* Fixes the case where string value reappears in input when mouse hovers over the up/down button after clicking away.
* Document the `strict` prop.
* A readOnly input is almost like disabled one now. The only difference is that you can copy the value.
* Various small code improvements.

2.2.1
--------------------------------------------------------------------------------
* The input will now use "fontSize: inherit" style.
Expand Down

0 comments on commit c3bba02

Please sign in to comment.