Skip to content
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

Add a release compatible with v5 #10

Open
b1rdex opened this issue Jul 28, 2020 · 3 comments
Open

Add a release compatible with v5 #10

b1rdex opened this issue Jul 28, 2020 · 3 comments

Comments

@b1rdex
Copy link

b1rdex commented Jul 28, 2020

"dependencies": {
"inputmask": "^4.0.2"
}
defines v4 as a dependency. Please make a new release with v4|v5 as a requirement.

@RobinHerbots
Copy link
Owner

@b1rdex ,

I pushed v1.0.4-beta.4 which uses the latest inputmask.

@b1rdex
Copy link
Author

b1rdex commented Nov 24, 2020

@RobinHerbots there is v1.0.5 present: https://github.com/RobinHerbots/inputmask.phone/releases/tag/1.0.5 that's older

Could you please update deps and release 1.0.6?

@Herz3h
Copy link

Herz3h commented Nov 17, 2021

Could you please update to inputmask v5?

Edit: I ended up doing: npm i https://github.com/RobinHerbots/inputmask.phone (this installs latest 1.0.6 beta which has inputmask v5 as a dependency), however after using following code:

const { default: Inputmask } = await import('inputmask/lib/inputmask');
await import('inputmask/lib/extensions/inputmask.extensions');
await import('inputmask.phone/dist/inputmask.phone.extensions.js');
await import('inputmask.phone/dist/phone-codes/phone');
new Inputmask({ alias: 'phone', 'clearIncomplete': true, 'removeMaskOnSubmit': true }).mask(repInput[0]);

It failed on this line saying: extendAliases is not a function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants