All notable changes to this project will be documented in this file.
6.0.0 (2023-03-25)
- deprecate node 12
5.1.0 (2022-10-31)
- add new attr to allow customize the validation container (4bfda73)
5.0.2 (2022-09-06)
5.0.1 (2022-09-06)
5.0.0 (2022-07-14)
- deps: minimum supported node version is now 12
- deps: drop support for NodeJS 10 (6303a2b)
4.2.1 (2021-09-30)
- security: upgrade deps (6b1b40f)
4.2.0 (2021-08-23)
4.1.5 (2021-05-17)
4.1.4 (2021-05-13)
- cannot import 'react/jsx-runtime' (e9e90fb)
4.1.3 (2021-05-12)
4.1.2 (2021-05-12)
4.1.1 (2021-05-04)
- add
className
prop again to make styled-components work (4e1f5fb)
4.1.0 (2021-05-04)
- add
containerProps
to pass props to the root level container (fd4b0a3)
4.0.1 (2021-05-04)
4.0.0 (2021-05-04)
No new features.
- Source code is now
Typescript
. - Migrate to
Function Components
. No more Class Components. - Tests have rewritten with
@testing-library
.
- Drop Node 8 support
- Drop React 15 support
3.18.0 (2021-04-02)
- add renderValue prop (9c75c5a)
3.17.2 (2021-02-04)
- cancelling ignores existing value and resets to previous state [half fix] (e3c84a4)
- empty strings as input values are being ignored (5d2992d)
- security: upgrade deps to fix a security vulnerability (63c6356)
3.17.1 (2020-09-14)
- security: upgrade deps to fix a vulnerability (0a6d904)
3.17.0 (2020-08-19)
- security: upgrade dev. deps to fix some vulnerabilities (4483f46)
3.16.1 (2020-07-15)
- security: upgrade development deps to fix a vulnerability (41345ca)
3.16.0 (2020-06-01)
- allow passing
tabIndex
to bothview
andinput
elements (c2d7eb2), closes #86 - implement
startEditingOnFocus
andstartEditingOnEnter
props (3297224), closes #86
3.15.1 (2020-04-10)
- security: upgrade deps to fix a vulnerabilities (565b1d6)
3.15.0 (2020-02-22)
- implement
submitOnUnfocus
feature (dbb31b4)
3.14.0 (2020-02-19)
- implement
cancelOnUnfocus
feature (269bd80)
3.13.0 (2020-02-05)
- add cancelOnEscape prop (88fbb8d)
3.12.4 (2020-01-23)
- rollup builds the wrong file (5bb4204)
3.12.3 (2020-01-23)
3.12.2 (2020-01-23)
3.12.1 (2020-01-19)
- minify build files ( 19 kb -> 9 kb ) (704fbe4)
3.12.0 (2019-12-25)
- pass
inputProps
to event listener props (cefa4b8)
3.11.1 (2019-12-13)
- example/package.json & example/yarn.lock to reduce vulnerabilities (0c0d7ef)
- upgrade serialize-javascript to fix a vulnerability. (6921947)
3.11.0 (2019-11-23)
- add
styled-components
support (5ec01b5) - submitOnEnter for numeric keypad Enter key (d4967da)
- submitOnEnter for numeric keypad Enter key (keyCode = 13) (56cd082)
- submitOnEnter for numeric keypad Enter key (keyCode = 13) (afc5c5d)
3.9.1 (2019-11-02)
- security: update deps due to a security vuln in
set-value
(14f4a0d)
3.9.0 (2019-11-01)
- example/.snyk & example/package.json to reduce vulnerabilities (d9c8fc0)
3.8.1 (2019-10-05)
- add
password
to the prop list (deeceb3)
3.8.0 (2019-10-02)
- add new prop
showButtonsOnHover
(0d17c53) - new prop
onEditingStart
to check if editing started (886df21)
3.7.0 (2019-09-14)
- get rid of our only dep:
classnames
. No more deps! (d042ddc)
- example/.snyk & example/package.json to reduce vulnerabilities (72ac01c)
- migrate from
componentWillReceiveProps
tocomponentDidUpdate
(c355915)
3.6.1 (2019-08-13)
- bug when updating value prop to blank (200f6ff)
3.6.0 (2019-08-10)
- Make editing state externally controllable (481c469)
- text input now gets saved when enter is used, and gets canceled when escape is used (8f9fb2b)
3.4.1 (2019-08-07)
3.3.1 (2019-08-05)
3.3.0 (2019-07-05)
- add
buttonsAlign
prop to let users change the buttons location (d24360e)
3.2.1 (2019-06-05)
- upgrade dev deps due to a vulnerability in
handlebars
(9fbbd30)
3.2.0 (2019-06-05)
- example/package.json to reduce vulnerabilities (fe71d62)
3.1.1 (2019-03-24)
- package: add
index.d.ts
file to npm package (b40af98)
3.1.0 (2019-03-05)
- add typescript definition file [
d.ts
] (245a406)
3.0.1 (2019-03-04)
- example app fails after react-scripts upgrade (3cd5f2f)
- example/package.json to reduce vulnerabilities (9e18a51)
3.0.0 (2019-02-27)
- prop names for buttons are now changed. see
README.md
- styling: minor fixes in default styles (d76d8c2)
2.1.1 (2018-10-07)
- styling: some styles override global css rules (14656d5)
2.1.0 (2018-10-05)
- allow any valid element for hint prop (1d802b6)
- revert React.Fragment usage (3eaf836)
2.0.1 (2018-10-02)
- fix - move inputProps top to prevent overrides to component logic (e54ae8c3)