Commit Graph

38 Commits (142b8eb9ed3f64aac0e96be3b194c723c139505f)

Author SHA1 Message Date
Tuğçe Küçükoğlu 6e22dd36f1 Password tests added 2022-03-22 10:56:12 +03:00
Burtchen c7a553ffb8
Linting fixes in Password.vue
Three small fixes:
- className where "class" is correct
- a let that should be a const as the variable is never reassigned
- a superfluous % after a "0" CSS value
2021-07-02 19:03:04 +02:00
Tuğçe Küçükoğlu 679cf8f766 Fixed #1358 - Overlay aligning calculation defect 2021-06-23 15:46:10 +03:00
Cagatay Civici 092396ca9c Fixed #1066 - hideIcon and showIcon for Password 2021-05-18 12:57:22 +03:00
Cagatay Civici 1b776b9abd
Merge pull request #1199 from evolvedlight/patch-1
Fix incorrect type on inputClass
2021-05-18 12:41:59 +03:00
Cagatay Civici 714d339549 Fixed #1248 - InputStyle and Ripple config do not work on components that are attached to body 2021-05-12 12:13:50 +03:00
mertsincan 367d4a5f14 Fixed #1093 - Anonymous Component in vue-devtools 2021-05-11 12:11:49 +03:00
Stephen Brown d448415eec
Fix incorrect type on inputClass
This was added as "toString" instead of "String", this this component breaks during development as it's typechecked
2021-04-20 18:29:55 +02:00
Cagatay Civici c170d3ab7c Fixed #1185 - Fixed #1185 - 2021-04-16 12:17:19 +03:00
Cagatay Civici 1405a14768 Fixed #1083 - Added panelClass where necessary 2021-04-15 15:06:20 +03:00
Cagatay Civici b910825a84 Fixed #1169 - Customizable ZIndex Layering 2021-04-13 16:59:08 +03:00
Cagatay Civici 1b83d9319b Refactor OverlayEventBus location 2021-03-03 13:30:19 +03:00
Cagatay Civici 8c9227849b Fixed #1041 - Improve the interaction of nested overlays 2021-03-02 13:01:07 +03:00
Cagatay Civici ec15e94718 Fixed #1028, Fixed #993 2021-03-01 23:54:17 +03:00
Cagatay Civici 98e2c8ed07 Revert "Fixed #993 - Set appendTo as body by default"
This reverts commit c988c4ec44.
2021-02-23 15:12:51 +03:00
Cagatay Civici c988c4ec44 Fixed #993 - Set appendTo as body by default 2021-02-23 14:59:32 +03:00
Cagatay Civici 3cd5591d39 Add animations 2021-02-03 15:14:50 +03:00
Cagatay Civici db19585785 Fixed #933 - InputStyle and InputClass for AutoComplete, Calendar and Password 2021-02-03 14:07:46 +03:00
mertsincan 288d7b6b43 Fixed #932 - Reimplement password strength ui 2021-02-03 13:28:16 +03:00
Cagatay Civici 48b27798de Fluid support for new password 2021-02-03 12:56:35 +03:00
Cagatay Civici c360807e23 Fixed #892 - show password feature 2021-02-03 12:42:05 +03:00
Cagatay Civici cdeb4ae1cc New build improvements based on rollup. 2021-01-18 14:20:34 +03:00
Cagatay Civici bcb375695c Fixed #716 - Locale API 2020-12-09 15:24:11 +03:00
Cagatay Civici b7fcc15fa5 Fixed #651 - Password element does not inherit attributes 2020-11-25 13:52:41 +03:00
Cagatay Civici 4044be48cb Fixed #549 - Declare events in "emits" section of every component 2020-10-21 21:03:17 +03:00
mertsincan c9582a42c2 Add resize listener to Password 2020-09-28 14:27:22 +03:00
mertsincan 7b0ad66903 Refactor #500 2020-09-28 14:04:30 +03:00
mertsincan b8a5149718 Refactor #500 2020-09-28 13:58:09 +03:00
mertsincan 36d437d6fc Refactor #500 - For Password 2020-09-27 21:10:38 +03:00
Cagatay Civici 2855620131 Migrated input components to Vue 3 2020-09-21 14:43:12 +03:00
cagataycivici 24c76ee929 Refactor #439 and docs 2020-08-27 13:54:51 +03:00
Juan Lago 4bb31f8e71 Implemented custom password level check based on regular expressions 2020-08-11 11:48:02 +02:00
cagataycivici 312175c891 Rename transition 2020-06-27 17:31:52 +03:00
cagataycivici 184aa72f07 remove prefixes 2020-05-02 11:55:53 +03:00
cagataycivici b04b7ba925 New styling 2020-04-28 12:34:12 +03:00
cagataycivici fb54d5e5e0 Removed spaces with lint 2019-10-01 16:00:26 +03:00
mertsincan 57b5d60274 Fixed eslint issue on Password 2019-05-03 13:00:49 +03:00
cagataycivici d26626a969 Implemented PasswordStrength Component 2018-12-26 22:02:41 +03:00