Skip to content

Latest commit

 

History

History
397 lines (182 loc) · 16.7 KB

CHANGELOG.md

File metadata and controls

397 lines (182 loc) · 16.7 KB

Changelog

All notable changes to this project will be documented in this file.

6.0.0 (2023-03-25)

⚠ BREAKING CHANGES

  • deprecate node 12

Miscellaneous Chores

5.1.0 (2022-10-31)

Features

  • add new attr to allow customize the validation container (4bfda73)

5.0.2 (2022-09-06)

Bug Fixes

  • validation prop failed to validate when used with async/await (c292e6e), closes #152

5.0.1 (2022-09-06)

Bug Fixes

  • validation prop failed to validate when used with async/await (c292e6e), closes #152

5.0.0 (2022-07-14)

⚠ BREAKING CHANGES

  • deps: minimum supported node version is now 12

chore

  • deps: drop support for NodeJS 10 (6303a2b)

4.2.1 (2021-09-30)

Bug Fixes

4.2.0 (2021-08-23)

Features

  • add canEdit and editButtonProps (1c0b224), closes #127

4.1.5 (2021-05-17)

Bug Fixes

  • onChange handler is being ignored when passed with inputProps #119 (6443a1f)

4.1.4 (2021-05-13)

Bug Fixes

  • cannot import 'react/jsx-runtime' (e9e90fb)

4.1.3 (2021-05-12)

4.1.2 (2021-05-12)

Bug Fixes

4.1.1 (2021-05-04)

Bug Fixes

  • add className prop again to make styled-components work (4e1f5fb)

4.1.0 (2021-05-04)

Features

  • 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.

⚠ BREAKING CHANGES

  • Drop Node 8 support
  • Drop React 15 support

3.18.0 (2021-04-02)

Features

3.17.2 (2021-02-04)

Bug Fixes

  • 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)

Bug Fixes

  • security: upgrade deps to fix a vulnerability (0a6d904)

3.17.0 (2020-08-19)

Bug Fixes

  • security: upgrade dev. deps to fix some vulnerabilities (4483f46)

3.16.1 (2020-07-15)

Bug Fixes

  • security: upgrade development deps to fix a vulnerability (41345ca)

3.16.0 (2020-06-01)

Features

  • allow passing tabIndex to both view and input elements (c2d7eb2), closes #86
  • implement startEditingOnFocus and startEditingOnEnter props (3297224), closes #86

3.15.1 (2020-04-10)

Bug Fixes

  • security: upgrade deps to fix a vulnerabilities (565b1d6)

3.15.0 (2020-02-22)

Features

  • implement submitOnUnfocus feature (dbb31b4)

3.14.0 (2020-02-19)

Features

  • implement cancelOnUnfocus feature (269bd80)

3.13.0 (2020-02-05)

Features

  • add cancelOnEscape prop (88fbb8d)

3.12.4 (2020-01-23)

Bug Fixes

  • rollup builds the wrong file (5bb4204)

3.12.3 (2020-01-23)

3.12.2 (2020-01-23)

Bug Fixes

  • pressing ESC on submitOnEnter saves the form (a28fd1b), closes #60

3.12.1 (2020-01-19)

Performance

  • minify build files ( 19 kb -> 9 kb ) (704fbe4)

3.12.0 (2019-12-25)

Features

  • pass inputProps to event listener props (cefa4b8)

3.11.1 (2019-12-13)

Bug Fixes

  • example/package.json & example/yarn.lock to reduce vulnerabilities (0c0d7ef)
  • upgrade serialize-javascript to fix a vulnerability. (6921947)

3.11.0 (2019-11-23)

Features

  • 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)

Bug Fixes

  • submitOnEnter submits the whole form instead of submitting the text input. (ac3dc45), closes #54

3.9.1 (2019-11-02)

Bug Fixes

  • security: update deps due to a security vuln in set-value (14f4a0d)

3.9.0 (2019-11-01)

Features

Bug Fixes

  • example/.snyk & example/package.json to reduce vulnerabilities (d9c8fc0)

3.8.1 (2019-10-05)

Bug Fixes

  • add password to the prop list (deeceb3)

3.8.0 (2019-10-02)

Features

  • add new prop showButtonsOnHover (0d17c53)
  • new prop onEditingStart to check if editing started (886df21)

3.7.0 (2019-09-14)

Features

  • get rid of our only dep: classnames. No more deps! (d042ddc)

Bug Fixes

  • example/.snyk & example/package.json to reduce vulnerabilities (72ac01c)
  • migrate from componentWillReceiveProps to componentDidUpdate (c355915)

3.6.1 (2019-08-13)

Bug Fixes

  • bug when updating value prop to blank (200f6ff)

3.6.0 (2019-08-10)

Features

  • 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)

Features

  • add buttonsAlign prop to let users change the buttons location (d24360e)

3.2.1 (2019-06-05)

Bug Fixes

  • upgrade dev deps due to a vulnerability in handlebars (9fbbd30)

3.2.0 (2019-06-05)

Features

  • add new props to allow to override container styles. see #11 (18b914d)

Bug Fixes

  • example/package.json to reduce vulnerabilities (fe71d62)

3.1.1 (2019-03-24)

Bug Fixes

  • package: add index.d.ts file to npm package (b40af98)

3.1.0 (2019-03-05)

Features

  • add typescript definition file [d.ts] (245a406)

3.0.1 (2019-03-04)

Bug Fixes

  • example app fails after react-scripts upgrade (3cd5f2f)
  • example/package.json to reduce vulnerabilities (9e18a51)

3.0.0 (2019-02-27)

⚠ BREAKING CHANGES

  • prop names for buttons are now changed. see README.md

Features

  • allow any valid element for action buttons (c1bea76)
  • allow users to disable default icons (784dd48)

Bug Fixes

  • styling: minor fixes in default styles (d76d8c2)

2.1.1 (2018-10-07)

Bug Fixes

  • styling: some styles override global css rules (14656d5)

2.1.0 (2018-10-05)

Features

  • allow any valid element for hint prop (1d802b6)

Bug Fixes

  • revert React.Fragment usage (3eaf836)

2.0.1 (2018-10-02)

Bug Fixes

  • fix - move inputProps top to prevent overrides to component logic (e54ae8c3)