Yurii Brusentsov

Results 17 comments of Yurii Brusentsov

Faced this issue too. @bl00mber, please check this small fix when you will have time :pray:

Is it just about moving dev dependencies to `"devDependencies"` in `package.json`? 🤔

Scoped `feat` type can be used in this case, but it will force a new minor release according to the [docs](https://www.conventionalcommits.org/en/v1.0.0/#:~:text=feat%3A%20a%20commit%20of%20the%20type%20feat%20introduces%20a%20new%20feature%20to%20the%20codebase%20(this%20correlates%20with%20MINOR%20in%20Semantic%20Versioning).): > feat: a commit of the type feat introduces...

I've opened a similar issue in the remotion repo: https://github.com/remotion-dev/remotion/issues/2578

Sorry for the long response, didn't have time for the library 😞 Right now working on the Cayman Islands and Greenland country implementation. I'm not sure that I will implement...

@eric-wren @DfTopas @Vilchynskyi The Cayman Islands and Greenland support was added in v 4.2.8 PR: https://github.com/goveo/react-international-phone/pull/177

:tada: This PR is included in version 4.3.0 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/react-international-phone/v/4.3.0) - [GitHub release](https://github.com/goveo/react-international-phone/releases/tag/v4.3.0) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket:

@AndryOre Sorry for the late response. Yea, this part is not well written, I'll add styling examples when I have time, thanks! You can access it in this way: ```tsx...

> Same, I would like to know how to use it with react-hook-form @viheag You can use the storybook story code as an example for now: https://github.com/goveo/react-international-phone/blob/master/src/stories/Validation.stories.tsx#L69 I will update...

Sorry, don't have much time to implement some features right now. But I will consider implementing country search input soon as a top-priority feature (it was requested many times...)