Skip to content

Latest commit

 

History

History
143 lines (75 loc) · 8.28 KB

CHANGELOG.md

File metadata and controls

143 lines (75 loc) · 8.28 KB

1.1.0-beta.1 (2024-09-17)

Features

  • input: improve phone input cursor handling and add tests (3634e77)

1.0.12 (2024-05-01)

Bug Fixes

  • Refactor PhoneInputRoot component in phone-input.tsx to improve code readability and maintainability (7a00cf0)

1.0.11 (2024-04-24)

Bug Fixes

1.0.10 (2024-04-16)

Bug Fixes

  • phone number validation logic in usePhoneState (a080e1a)

1.0.9 (2024-04-16)

Bug Fixes

  • Add beta branch to push event (277b561)
  • Add getCountryCode function to retrieve the country code from a phone number (22ee5ed)
  • Refactor PhoneInputNumberInput component in phone-input-number-input.tsx to handle phone number formatting and synchronization with input element (845a618)
  • Refactor PhoneInputNumberInput component to handle phone number formatting and synchronization with input element (3475f89)
  • remove console.log (3832a7f)
  • remove logs and update ref (578ee73)
  • Update package.json version to 1.0.8 (c7dc64a)
  • Update release.config.cjs and phone-input components (96279c4)
  • Update release.config.cjs to set prerelease value for beta channel (98231b1)

1.0.9-beta.5 (2024-04-16)

Bug Fixes

  • Refactor PhoneInputNumberInput component to handle phone number formatting and synchronization with input element (3475f89)

1.0.9-beta.4 (2024-04-16)

Bug Fixes

  • Refactor PhoneInputNumberInput component in phone-input-number-input.tsx to handle phone number formatting and synchronization with input element (845a618)

1.0.9-beta.3 (2024-04-12)

Bug Fixes

1.0.9-beta.2 (2024-02-21)

Bug Fixes

  • Add getCountryCode function to retrieve the country code from a phone number (22ee5ed)

1.0.9-beta.1 (2024-02-13)

Bug Fixes

  • Add beta branch to push event (277b561)
  • Update package.json version to 1.0.8 (c7dc64a)
  • Update release.config.cjs and phone-input components (96279c4)
  • Update release.config.cjs to set prerelease value for beta channel (98231b1)

1.0.8 (2024-02-12)

Bug Fixes

1.0.7 (2024-02-12)

Bug Fixes

  • Update phone input module styles (0014dca)

1.0.6 (2024-02-06)

Bug Fixes

  • Add SSR to PhoneInputPortal component (e895fa6)

1.0.5 (2024-02-06)

Bug Fixes

  • Add link to Storybook in README.md (73543a4)

1.0.4 (2024-02-06)

Bug Fixes

  • Add Husky install script and update prepare script (3220cdd)

1.0.3 (2024-02-06)

Bug Fixes

  • Remove Husky installation and disable HUSKY (7b5bbbc)

1.0.2 (2024-02-06)

Bug Fixes

  • Add Husky installation step to semantic-release workflow (a46d2ba)

1.0.1 (2024-02-06)

Bug Fixes

  • Add HUSKY_SKIP_INSTALL flag to workflow (4142f7d)

1.0.0 (2024-02-06)

Bug Fixes

  • Add conventional-changelog-conventionalcommits package (0715d5f)
  • Add conventional-changelog-eslint package (5b1fdbc)
  • Add repository URL to package.json (874f287)
  • Remove conventional-changelog-conventionalcommits package and update release.config.cjs (52a8c15)
  • Remove conventional-changelog-eslint dependency (90fff7e)
  • Update conventional-changelog-eslint version (e1012b4)

Features