-
Notifications
You must be signed in to change notification settings - Fork 221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added fix for Issue 253 & Updated libphonenumber to 8.10.2 #254
Conversation
@patw0929 can you upgrade the version of Then I will push |
I still meet the issue of #253 ( |
Oh, by the way, I had already published |
@patw0929 can you check now? There was a silly mistake that I made :P. I am not completely proud of the solution but its verbose. what do you say? |
It works! Screenshot:
|
@superhit0 Could you update |
@patw0929 updated yarn.lock |
New features: * #249: Add support for onFlagClick (by @tomegz) * #254: Updated libphonenumber-js-utils to v8.10.2 Bug fixes: * #254: Fixed #253 Can not import from Node.js since module build upgrade to webpack 4 * Use another geoip service in example page (avoid adblock issue) * Show logger on example page
New features - #249: Add support for onFlagClick (by @tomegz) - #254: Updated libphonenumber to 8.10.2 (by @superhit0) - #256: Added event object to onPhoneNumberBlur callback's parameter (by @superhit0) Bug fixes - #254: Fixed issue #253 - Can not import from Node.js since module build upgrade to webpack 4 (by @superhit0) - #256: Defined .npmrc to avoid overriding the default npm registry server (by @superhit0) - #259: Fixed not update value issue when value is empty string (by @patw0929)
Added fix for Issue 253 & Updated libphonenumber to 8.10.2
New features: * patw0929#249: Add support for onFlagClick (by @tomegz) * patw0929#254: Updated libphonenumber-js-utils to v8.10.2 Bug fixes: * patw0929#254: Fixed patw0929#253 Can not import from Node.js since module build upgrade to webpack 4 * Use another geoip service in example page (avoid adblock issue) * Show logger on example page
New features - patw0929#249: Add support for onFlagClick (by @tomegz) - patw0929#254: Updated libphonenumber to 8.10.2 (by @superhit0) - patw0929#256: Added event object to onPhoneNumberBlur callback's parameter (by @superhit0) Bug fixes - patw0929#254: Fixed issue patw0929#253 - Can not import from Node.js since module build upgrade to webpack 4 (by @superhit0) - patw0929#256: Defined .npmrc to avoid overriding the default npm registry server (by @superhit0) - patw0929#259: Fixed not update value issue when value is empty string (by @patw0929)
libphonenumber-js-utils
to8.10.2
npm start would be fixed as well
.