Skip to content

Commit 0995a80

Browse files
authored
chore: update dependencies (#199)
* chore: use sass instead of node-sass * chore: update sass-loader to version 10 * chore: update libphonenumber-js * chore: update eslint * chore: tsconfig & eslint config * chore: update vue * docs: update README.md * chore: bump version to 1.12.13 * chore: update color-transformer-ui * chore: update color-transformer-ui * chore: build doc * 1.12.13
1 parent 48b7e62 commit 0995a80

18 files changed

+30438
-5740
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ module.exports = {
2323
quotes: ['error', 'single'],
2424
'no-var': 'error',
2525
'vue/attributes-order': 'error',
26-
'vue/no-confusing-v-for-v-if': 'error',
2726
'no-unused-vars': 'error',
2827
'vue/no-v-html': 'error',
2928
'vue/order-in-components': 'error',
3029
'vue/this-in-template': 'error',
3130
'vue/script-indent': 'error',
31+
'vue/multi-word-component-names': 'off',
3232
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off'
3333
},
3434

README.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,22 @@
1010

1111
> A beautiful text field to format phone numbers made with VueJS
1212
13-
![vue-phone-number-input](./public/vue-phone-number-input-demo.gif)
14-
1513
---
1614

17-
## NEW VERSION ON MY NEW LIBRARY: [MAZ-UI](https://louismazel.github.io/maz-ui/)
18-
19-
> The new version of VuePhoneNumberInput is now on my **new library** [Maz-UI](https://louismazel.github.io/maz-ui/)
15+
## ⚠️ This plugin is unmaintained ⚠️
2016

21-
> See **doc/demo** page of [MazPhoneNumberInput](https://louismazel.github.io/maz-ui/documentation/maz-phone-number-input)
17+
### Version for Vue 2 on [maz-ui v2.x](https://louismazel.github.io/maz-ui)
2218

23-
> Some options may change, check the props documentation with the top right button
19+
The version for Vue 2 is available here: [maz-ui v2.x - MazPhoneNumberInput](https://louismazel.github.io/maz-ui/documentation/maz-phone-number-input)
2420

25-
> In this new library, you can enjoy lot of others components in the same style.
26-
> You can just install the component you want (and not the whole library), for this
27-
> Read the [Get started](https://louismazel.github.io/maz-ui/documentation/get-started) page
21+
### New version for Vue 3 on [maz-ui v3.x](https://louismazel.github.io/maz-ui-3)
2822

29-
> If you have any problem or question, do no hesitate to ask me !
23+
The version for Vue 3 is available here: [maz-ui v3.x - MazPhoneNumberInput](https://louismazel.github.io/maz-ui-3/components/maz-phone-number-input.html)
3024

3125
---
3226

27+
![vue-phone-number-input](./public/vue-phone-number-input-demo.gif)
28+
3329
## Demo
3430

3531
[Enjoy](https://louismazel.github.io/vue-phone-number-input/)

docs/css/app.1fafb447.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/app.6c785f79.css

-1
This file was deleted.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.png><title>vue-phone-number-input</title><link href=css/app.6c785f79.css rel=preload as=style><link href=js/app.b6dfc439.js rel=preload as=script><link href=js/chunk-vendors.91f5c53e.js rel=preload as=script><link href=css/app.6c785f79.css rel=stylesheet></head><body><noscript><strong>We're sorry but vue-phone-number-input doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.91f5c53e.js></script><script src=js/app.b6dfc439.js></script></body></html>
1+
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="favicon.png"><title>vue-phone-number-input</title><link href="css/app.1fafb447.css" rel="preload" as="style"><link href="js/app.8673456a.js" rel="preload" as="script"><link href="js/chunk-vendors.cf089acd.js" rel="preload" as="script"><link href="css/app.1fafb447.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but vue-phone-number-input doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div><script src="js/chunk-vendors.cf089acd.js"></script><script src="js/app.8673456a.js"></script></body></html>

docs/js/app.8673456a.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.8673456a.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/app.b6dfc439.js

-2
This file was deleted.

docs/js/app.b6dfc439.js.map

-1
This file was deleted.

docs/js/chunk-vendors.91f5c53e.js

-8
This file was deleted.

docs/js/chunk-vendors.91f5c53e.js.map

-1
This file was deleted.

docs/js/chunk-vendors.cf089acd.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/js/chunk-vendors.cf089acd.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)