Alexander Shabunevich
07cf2efe48
chore: bump deps
2025-02-01 19:01:52 +03:00
Alexander Shabunevich
2975377813
feat: allow float input
2025-02-01 19:01:19 +03:00
Alexander Shabunevich
2c37c32fa5
3.0.4
2024-11-28 16:26:28 +03:00
Alexander Shabunevich
3c5d0b8baa
chore: pin typescript version for dts plugin
2024-11-28 16:23:46 +03:00
Alexander Shabunevich
369d87558c
chore: bump deps
2024-11-28 16:08:21 +03:00
Alexander Shabunevich
7aba7fd0c2
fix: correct checking of the number.unsigned flag
...
Issue #251
2024-11-28 16:08:11 +03:00
Alexander Shabunevich
e3a601e131
Merge pull request #247 from le0pard/improve-cleanup
...
Use AbortController for input event cleanup
2024-11-28 15:35:11 +03:00
Alexey Vasiliev
52eb516719
Fix alpinejs test
2024-11-19 22:21:20 +02:00
Alexey Vasiliev
52797e46a2
Use AbortController for input event cleanup, lets try figureout alpine issue
2024-11-17 12:05:12 +02:00
Alexey Vasiliev
afe60275b0
Use AbortController for input event cleanup
2024-11-17 03:04:31 +02:00
Alexey Vasiliev
add8508c3d
Use AbortController for input event cleanup
2024-11-17 03:00:29 +02:00
Alexander Shabunevich
d7f36fa670
3.0.3
2024-10-04 17:59:49 +03:00
Alexander Shabunevich
6550be3719
fix: safari autofill bug
...
Safari doesn't fire input event on autofill of the fields like phone.
But there is a custom event with e.bubbles = true
and on our own custom event e.bubbles = false. So we can filter
Safari autofill event for the correct mask processing.
2024-10-04 17:59:05 +03:00
Alexander Shabunevich
c6a6646b29
docs: notes about max number and string in data- attributes
2024-09-08 12:45:01 +03:00
Alexander Shabunevich
cdb8cc7721
3.0.2
2024-08-26 21:23:56 +03:00
Alexander Shabunevich
1a885ce41d
fix: correct check for NaN #228
2024-08-26 21:22:47 +03:00
Alexander Shabunevich
f5ec443c76
3.0.1
2024-08-23 12:46:45 +03:00
Alexander Shabunevich
acf44ff8ae
fix: additional check for isTrusted event
...
See issue #227
2024-08-23 12:45:41 +03:00
Alexander Shabunevich
a0a91c1dc9
chore: bump deps
2024-08-23 12:44:57 +03:00
Alexander Shabunevich
e27aac72f0
chore: bump deps
2024-07-28 13:18:36 +03:00
Alexander Shabunevich
1bed253d53
docs: add note about locales with number mode issue
2024-07-28 13:15:25 +03:00
Alexander Shabunevich
4ca18fba65
ci: remove coverage badge
...
Because of action error
2024-07-14 21:31:20 +03:00
Alexander Shabunevich
e310e9823b
chore: remove beta
2024-07-14 21:19:54 +03:00
Alexander Shabunevich
d2b53e1da5
docs: add note about event in bind section
2024-07-14 21:19:33 +03:00
Alexander Shabunevich
fa903046ac
chore: bump version to beta5
2024-07-07 16:53:07 +03:00
Alexander Shabunevich
75f7562016
chore: bump deps
2024-07-07 16:50:58 +03:00
Alexander Shabunevich
f47d4ca65d
refactor!: change completed behavior for dynamic mask
2024-07-07 16:50:51 +03:00
Alexander Shabunevich
c442153ce1
docs: update support text
2024-07-07 16:50:19 +03:00
Alexander Shabunevich
f921a7d6b8
chore: remove trailingComma option from .prettierrc
2024-06-29 22:00:04 +03:00
Alexander Shabunevich
6af49ec368
chore: bump deps
2024-06-29 22:00:04 +03:00
Alexander Shabunevich
93265ad59b
test: add pt-BR number example
2024-06-29 21:51:13 +03:00
Alexander Shabunevich
9c2b57a07d
docs: update README
2024-06-14 11:36:08 +03:00
Alexander Shabunevich
f9dd896046
chore: bump deps
2024-06-12 17:56:21 +03:00
Alexander Shabunevich
cf61030bc1
chore: bump version to beta4
2024-06-12 17:53:40 +03:00
Alexander Shabunevich
488a52f760
feat: simple mode for mask directive
...
Allow string passing to set a mask without data-maska attribute
2024-06-12 17:52:55 +03:00
Alexander Shabunevich
cb87ea76c0
docs: update version
2024-06-11 10:21:31 +03:00
Alexander Shabunevich
fa9500224e
chore: bump version to beta3
2024-06-11 10:17:55 +03:00
Alexander Shabunevich
e6b2799880
fix(vue): use defineExpose to set argument value
2024-06-11 10:17:10 +03:00
Alexander Shabunevich
0285532bfc
chore: bump version to beta2
2024-06-07 19:55:19 +03:00
Alexander Shabunevich
fb514fd873
style: code format
2024-06-07 19:54:56 +03:00
Alexander Shabunevich
955e7f6eff
Merge pull request #221 from fearoff/master
...
fix(package.json): add typesVersions section into package.json
2024-06-07 19:48:59 +03:00
fearoff
4ba1bb8621
fix(package.json): add typesVersions block into package.json (fix Cannot find module 'maska/vue' or its corresponding type declarations. import { vMaska } from 'maska/vue';)
2024-06-07 10:31:37 +00:00
Alexander Shabunevich
63d8945be0
chore: add funding.yml
2024-06-06 22:50:12 +03:00
Alexander Shabunevich
e994aaa8e4
docs: add version switcher
2024-06-06 22:50:02 +03:00
Alexander Shabunevich
b3e8fa052f
Merge pull request #219 from parkejunior/master
...
docs: use "maska/vue" instead "maska" on vue usage page
2024-06-05 18:26:23 +03:00
Patrick Luan
721507bea8
docs: use "maska/vue" instead "maska" on vue usage page
2024-06-05 10:05:18 -03:00
Alexander Shabunevich
e2ca8dca17
docs: update CDN links
2024-06-03 22:40:17 +03:00
Alexander Shabunevich
0e0fe93e2f
build: remove publishConfig from package.json
2024-06-03 22:32:49 +03:00
Alexander Shabunevich
cbccf3115f
chore: fix import path
2024-06-03 22:31:39 +03:00
Alexander Shabunevich
bdb6b39c45
chore: remove taskfile
2024-06-03 22:19:04 +03:00