Skip to content

Latest commit

 

History

History
542 lines (357 loc) · 39.9 KB

CHANGELOG.md

File metadata and controls

542 lines (357 loc) · 39.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.8.4 (2023-07-14)

1.8.3 (2023-07-14)

1.8.2 (2023-07-14)

1.8.1 (2023-07-13)

1.8.0 (2023-07-13)

Features

  • add className and label props (827a736)
  • add further stories (de48f13)
  • addInfo for storybook (1c53c05)
  • allow passing custom input component (53e4dd9)
  • allow passing custom label component (d9dded3)
  • boilerplate for DateInputs component (cfd34fd)
  • handle group blur (8f72a21)
  • make autoTab optional. set maxlength on inputs (932c52c)
  • order: made input display flexible based on show order (e4d6771)
  • select next input on max value reached (c94375e)
  • set capped values (6cbaa89)

Bug Fixes

  • add .npmignore (926f661)
  • add disabled prop (1b31e17)
  • add release script and files entry to package.json (9de6534)
  • allow partial inputs (e.g. only month and year) (c3f06c2)
  • allow passing show as arr of keyof typeof Unit (6478e0d)
  • autotab: made autotab work with new loose order (827042c)
  • forbid 2 digit year. TODO: YY handling (50f1f2b)
  • handle capped values in onChange instead of onBlur (d9f7a77)
  • handleAutoFocus to handle year (f65615f)
  • minor (24af170)
  • minor (b08b6f1)
  • package.json (4967e3d)
  • pass event in onBlur callback (7b56732)
  • prepublish script (ead6248)
  • remove recursive call to npm publish (5ade56f)
  • review deps and devDeps (65cef8c)
  • set capped values on blur instead of on change (2d1e37c)
  • update README (ccf3ed6)
  • use correct npm registry (578b4c2)
  • use Unit as key in DateUnits (512e8bc)
  • useEffect should only return cleanup fn (cf58900)
  • yarn.lock (7c28609)

Code Refactoring

Tests

  • add react testing-library (b446b4c)
  • add story for custom input order (013202e)
  • add unit test for custom order input (1ee417b)
  • write first test suite (dc0196f)

Docs

Others

1.7.0 (2023-07-13)

Features

  • add className and label props (827a736)
  • add further stories (de48f13)
  • addInfo for storybook (1c53c05)
  • allow passing custom input component (53e4dd9)
  • allow passing custom label component (d9dded3)
  • boilerplate for DateInputs component (cfd34fd)
  • handle group blur (8f72a21)
  • make autoTab optional. set maxlength on inputs (932c52c)
  • order: made input display flexible based on show order (e4d6771)
  • select next input on max value reached (c94375e)
  • set capped values (6cbaa89)

Bug Fixes

  • add .npmignore (926f661)
  • add disabled prop (1b31e17)
  • add release script and files entry to package.json (9de6534)
  • allow partial inputs (e.g. only month and year) (c3f06c2)
  • allow passing show as arr of keyof typeof Unit (6478e0d)
  • autotab: made autotab work with new loose order (827042c)
  • forbid 2 digit year. TODO: YY handling (50f1f2b)
  • handle capped values in onChange instead of onBlur (d9f7a77)
  • handleAutoFocus to handle year (f65615f)
  • minor (24af170)
  • minor (b08b6f1)
  • package.json (4967e3d)
  • pass event in onBlur callback (7b56732)
  • prepublish script (ead6248)
  • remove recursive call to npm publish (5ade56f)
  • review deps and devDeps (65cef8c)
  • set capped values on blur instead of on change (2d1e37c)
  • update README (ccf3ed6)
  • use correct npm registry (578b4c2)
  • use Unit as key in DateUnits (512e8bc)
  • useEffect should only return cleanup fn (cf58900)
  • yarn.lock (7c28609)

Code Refactoring

Tests

  • add react testing-library (b446b4c)
  • add story for custom input order (013202e)
  • add unit test for custom order input (1ee417b)
  • write first test suite (dc0196f)

Docs

Others

1.6.0 (2022-07-01)

Features

  • order: made input display flexible based on show order (e4d6771)

Bug Fixes

  • allow passing show as arr of keyof typeof Unit (6478e0d)
  • autotab: made autotab work with new loose order (827042c)
  • handleAutoFocus to handle year (f65615f)
  • use Unit as key in DateUnits (512e8bc)

Code Refactoring

Tests

  • add story for custom input order (013202e)
  • add unit test for custom order input (1ee417b)

Others

Docs

1.5.4 (2022-06-28)

Bug Fixes

  • remove recursive call to npm publish (5ade56f)

1.5.3 (2022-06-28)

Others

1.5.2 (2022-06-28)

Code Refactoring

  • implement storybook csf (a3ce3ca)

Others

  • bulk upgrade (64a4558)
  • deps: bump elliptic from 6.5.3 to 6.5.4 (41ad98e)
  • deps: bump ini from 1.3.5 to 1.3.8 (b486717)
  • deps: bump nested-object-assign from 1.0.3 to 1.0.4 (3c4ceb6)
  • deps: bump ssri from 6.0.1 to 6.0.2 (663f0d9)
  • deps: bump y18n from 4.0.0 to 4.0.1 (6e6c812)
  • stricter typing (662c08f)
  • ts skipLibCheck (663685f)
  • upgrade eslint (aae505d)
  • upgrade husky to v8 (8f3062b)

1.5.1 (2020-08-20)

Bug Fixes

  • handle capped values in onChange instead of onBlur (d9f7a77)

1.5.0 (2020-08-20)

Features

  • make autoTab optional. set maxlength on inputs (932c52c)

Bug Fixes

  • forbid 2 digit year. TODO: YY handling (50f1f2b)

1.4.9 (2020-08-18)

Bug Fixes

  • pass event in onBlur callback (7b56732)

1.4.8 (2020-08-18)

Bug Fixes

1.4.7 (2020-08-18)

Bug Fixes

  • set capped values on blur instead of on change (2d1e37c)

1.4.6 (2020-07-28)

Bug Fixes

  • useEffect should only return cleanup fn (cf58900)

1.4.5 (2020-07-28)

Docs

  • deploy storybook to gh pages (6c574ec)

1.4.4 (2020-07-27)

1.4.3 (2020-07-27)

Bug Fixes

1.4.2 (2020-07-27)

Bug Fixes

1.4.1 (2020-07-27)

Bug Fixes

  • allow partial inputs (e.g. only month and year) (c3f06c2)

1.4.0 (2020-07-23)

Features

  • add className and label props (827a736)
  • add further stories (de48f13)
  • addInfo for storybook (1c53c05)
  • allow passing custom input component (53e4dd9)
  • allow passing custom label component (d9dded3)
  • boilerplate for DateInputs component (cfd34fd)
  • handle group blur (8f72a21)
  • select next input on max value reached (c94375e)
  • set capped values (6cbaa89)

Bug Fixes

Code Refactoring

  • handle state internally (2080064)

Tests

  • add react testing-library (b446b4c)
  • write first test suite (dc0196f)

Others

1.3.0 (2020-07-23)

Features

  • add className and label props (827a736)
  • add further stories (de48f13)
  • addInfo for storybook (1c53c05)
  • allow passing custom input component (53e4dd9)
  • allow passing custom label component (d9dded3)
  • boilerplate for DateInputs component (cfd34fd)
  • handle group blur (8f72a21)
  • select next input on max value reached (c94375e)
  • set capped values (6cbaa89)

Bug Fixes

Code Refactoring

  • handle state internally (2080064)

Tests

  • add react testing-library (b446b4c)
  • write first test suite (dc0196f)

Others

1.2.0 (2020-07-23)

Features

  • add className and label props (827a736)
  • add further stories (de48f13)
  • addInfo for storybook (1c53c05)
  • allow passing custom input component (53e4dd9)
  • allow passing custom label component (d9dded3)
  • boilerplate for DateInputs component (cfd34fd)
  • handle group blur (8f72a21)
  • select next input on max value reached (c94375e)
  • set capped values (6cbaa89)

Bug Fixes

Code Refactoring

  • handle state internally (2080064)

Tests

  • add react testing-library (b446b4c)
  • write first test suite (dc0196f)

Others

  • deps-dev: bump standard-version from 7.0.1 to 8.0.1 (19aee46)
  • release: 1.1.0 (cf320e0)
  • first commit (92bca7f)

1.1.0 (2020-07-23)

Features

  • add className and label props (827a736)
  • add further stories (de48f13)
  • addInfo for storybook (1c53c05)
  • allow passing custom input component (53e4dd9)
  • allow passing custom label component (d9dded3)
  • boilerplate for DateInputs component (cfd34fd)
  • handle group blur (8f72a21)
  • select next input on max value reached (c94375e)
  • set capped values (6cbaa89)

Bug Fixes

  • add disabled prop (1b31e17)
  • add release script and files entry to package.json (9de6534)
  • review deps and devDeps (65cef8c)
  • use correct npm registry (578b4c2)
  • yarn.lock (7c28609)

Code Refactoring

  • handle state internally (2080064)

Others

  • deps-dev: bump standard-version from 7.0.1 to 8.0.1 (19aee46)
  • first commit (92bca7f)

Tests

  • add react testing-library (b446b4c)
  • write first test suite (dc0196f)