Commit Graph

51 Commits (f2a554cf3d6dff2e20b31400d77f1733e24cdeef)

Author SHA1 Message Date
Lennart Riecken f73af877da
Fixed broken keyboard navigation
When slider was in range mode, incrementing or decrementing the first handle messed up the model value.
2022-08-10 17:10:35 +02:00
Tuğçe Küçükoğlu 0cd90da5f4 keyboard event update 2022-07-27 12:52:36 +03:00
Tuğçe Küçükoğlu 556412d925 Fixed typescript typing for aria-labelledby and aria-label 2022-07-22 22:40:24 +03:00
Tuğçe Küçükoğlu af9fe6fbaa typo fix 2022-07-22 11:30:23 +03:00
Tuğçe Küçükoğlu e26c6728c9 Fixed #2735 - Slider: key support 2022-06-30 09:09:41 +03:00
Tuğçe Küçükoğlu a7677ef31f props fix 2022-06-29 17:13:48 +03:00
Tuğçe Küçükoğlu 5b62a009cd Accessibility for Slider 2022-06-27 16:20:17 +03:00
Tuğçe Küçükoğlu 9248ab8ea9 Fixed #2104 - [BUG] Range slider cannot be set to [min, min] 2022-05-31 12:37:18 +03:00
Tuğçe Küçükoğlu 9b132c48f8 Create Slider.spec.js 2022-04-05 17:45:26 +03:00
Tuğçe Küçükoğlu 971b6b22a1 Fixed #2074 - Range slider get stuck when both handle on max value 2022-03-11 15:40:52 +03:00
mertsincan 5b367bf4e3 Refactor 2021-12-02 00:28:01 +03:00
mertsincan ffd8a07e1e Fixed #1836 - For Slider 2021-12-01 17:18:39 +03:00
Tuğçe Küçükoğlu 4d1891b47c update .d.ts files 2021-06-14 17:05:02 +03:00
Tuğçe Küçükoğlu fd15103171 Fixed #967 - Decimal value for Slider step does not work 2021-05-14 11:16:09 +03:00
Tuğçe Küçükoğlu f579ac54b7 Revert #967 2021-05-14 11:13:00 +03:00
Tuğçe Küçükoğlu 5efaf616e1 Fixed #967 - Decimal value for Slider step does not work 2021-05-12 17:21:11 +03:00
mertsincan 367d4a5f14 Fixed #1093 - Anonymous Component in vue-devtools 2021-05-11 12:11:49 +03:00
mertsincan fa82ecc38f Fixed #957 - Improve TypeScript definitions 2021-02-09 22:04:55 +03:00
Cagatay Civici 0f929f832d Implement slider support column filter 2021-02-08 12:10:46 +03:00
Cagatay Civici 624dcd7558
Merge pull request #827 from noamichael/feature-negative-slider
Slider: handle mixed-sign min/max attributes when positioning handle
2021-01-20 13:37:55 +03:00
Cagatay Civici 38fccede63 Add sfc field to distribution 2021-01-18 18:32:24 +03:00
Cagatay Civici 038b04d9bb Use cjs as main as vue 3 doesn't provide a umd build 2021-01-18 17:39:05 +03:00
Cagatay Civici 52babc22fb Update package export default formats 2021-01-18 15:21:54 +03:00
Cagatay Civici cdeb4ae1cc New build improvements based on rollup. 2021-01-18 14:20:34 +03:00
Cagatay Civici 7e6a166fb6 Remove index files 2021-01-18 11:27:05 +03:00
Michael Kucinski f16328ab81 fix: allow for negative and positive slider values 2021-01-01 15:30:53 -05:00
Cagatay Civici 382bc7dabd New build 2020-12-29 21:25:30 +03:00
mertsincan b1ccbb3e72 Fixed #757 and #775 - Slider Touch support and aria-* issues 2020-12-23 17:56:48 +03:00
Cagatay Civici 112fe54b40 Revert changes back to 3.1.1 2020-12-23 17:34:28 +03:00
Tuğçe Küçükoğlu 07e6955205 Fix #775 - Slider has incorrect aria-* variable values 2020-12-14 17:14:37 +03:00
Tuğçe Küçükoğlu ff33d7c365 Fix #757 - Touch support for Slider 2020-12-14 17:13:43 +03:00
Cagatay Civici 1d72c920a1 Fixed #595 - Typescript definitions improvement 2020-11-26 11:20:37 +03:00
Cagatay Civici 4044be48cb Fixed #549 - Declare events in "emits" section of every component 2020-10-21 21:03:17 +03:00
Cagatay Civici e27dfcf54e Doc update 2020-09-21 15:27:08 +03:00
Cagatay Civici 2855620131 Migrated input components to Vue 3 2020-09-21 14:43:12 +03:00
Cagatay Civici efefea2edd Linting for v3... Lifecycle migration, remove .native, key for templates. 2020-09-17 15:19:11 +03:00
cagataycivici 17411a9659 Add sliding class 2020-06-22 15:29:45 +03:00
cagataycivici 3489846376 Fixed #298 - Slider handle moves on click 2020-05-27 15:46:32 +03:00
cagataycivici 2e33d1330e CSS refactor on slider 2020-05-04 15:53:08 +03:00
cagataycivici b04b7ba925 New styling 2020-04-28 12:34:12 +03:00
cagataycivici ef4265df87 CSS refactor 2020-04-24 13:43:27 +03:00
cagataycivici 1dbdf3c310 Fixed #108 - Enhance ARIA roles and attributes for the components 2019-12-26 14:24:53 +03:00
cagataycivici 5d30c0abec Fixed #119 - Range slider goes out of bounds 2019-12-23 11:42:11 +03:00
cagataycivici fb54d5e5e0 Removed spaces with lint 2019-10-01 16:00:26 +03:00
mertsincan 4543089da1 Created Slider.d.ts 2019-05-29 14:02:15 +03:00
cagataycivici ae91cdfa13 Move css to vue files 2019-05-26 00:13:31 +03:00
cagataycivici 624b67350d Doc update 2019-05-22 18:31:12 +03:00
mertsincan 9b3fc56628 Fixed Slider errors 2019-05-03 12:14:35 +03:00
mertsincan a9349aa4ba Refactor handlestyle method on Slider 2019-05-03 11:55:56 +03:00
Merve Özçifçi 4187e348ec Slider doc added 2019-03-26 17:01:28 +03:00