Sean Perkins
89a465c9ea
chore(playwright): update to v1.31.1 ( #26869 )
2023-03-02 13:43:29 -05:00
Liam DeBeasi
804e54e5ca
test(many): migrate to new toHaveScreenshot API ( #26797 )
2023-02-16 11:37:29 -05:00
Amanda Johnston
c2e1ad385d
chore(many): replace any types and add tech debt tickets ( #26293 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2023-01-06 09:34:55 -06:00
Liam DeBeasi
bd05fccf58
test(config): update to playwright 1.29.0 ( #26388 )
2022-12-20 09:26:51 -05:00
Liam DeBeasi
493e783b31
test(many): fix more flaky tests ( #26450 )
2022-12-08 17:56:43 -05:00
Liam DeBeasi
1a5ee2f30f
test(config): remove playwright diff threshold ( #26405 )
2022-12-05 11:08:59 -05:00
Liam DeBeasi
0e7f7fcdca
test(range): skip flaky test for now ( #26134 )
2022-10-14 12:39:26 -04:00
Liam DeBeasi
25e6fe92b1
chore(): sync with main
2022-09-30 12:29:00 -04:00
Amanda Johnston
294dc66294
test(many): remove unnecessary standalone tests ( #26047 )
2022-09-29 16:16:22 -05:00
Sean Perkins
2c815cff13
fix(range): indication when range knob is focused ( #25827 )
2022-09-26 15:15:44 -04:00
Amanda Johnston
ae6aa0cb8e
chore(eslint): add strict-boolean-expressions rule ( #25768 )
2022-08-23 11:50:02 -05:00
Liam DeBeasi
79c65dc382
test(playwright): add new utilities for skipping tests ( #25758 )
2022-08-16 09:18:42 -04:00
Sean Perkins
c2781cc1c3
feat(range): add reference point for start position of range slider ( #25598 )
...
Resolves #24348
Co-authored-by: Sachin Garg <sg@rawzor.com >
2022-07-15 12:00:15 -04:00
Sean Perkins
ec4a36ea4e
chore(): sync with main ( #25450 )
2022-06-10 14:20:04 -04:00
Liam DeBeasi
efe9e92984
chore(): update @stencil/sass, regenerate package-locks ( #25441 )
2022-06-09 13:45:48 -04:00
Liam DeBeasi
a538bfe09c
chore(playwright): mode and direction are now set when using setContent ( #25435 )
2022-06-08 17:04:15 -04:00
Liam DeBeasi
0b92dffa92
fix(range): dragging knob no longer scrolls page ( #25343 )
...
resolves #19004
2022-05-31 11:35:07 -04:00
Sean Perkins
08587bcd9f
test(range): migrate tests to playwright ( #25299 )
2022-05-18 12:24:27 -04:00
Sean Perkins
15c169043f
chore(docs): remove manual documentation ( #24984 )
2022-04-21 12:31:51 -04:00
Sean Perkins
611832b0d5
fix(core): inherit aria attributes on host elements ( #25156 )
...
Resolves #20127
2022-04-21 10:50:56 -04:00
Amanda Johnston
c27d307beb
test(range): fix flaky start/end event test ( #25153 )
2022-04-20 09:41:42 -05:00
Liam DeBeasi
1f3f9b0df7
chore(): resolve additional merge conflicts
2022-04-04 20:13:14 +00:00
Liam DeBeasi
2ebb94ba01
lint(): run prettier on feature-6.1
2022-04-04 19:38:08 +00:00
Liam DeBeasi
083a31acdc
chore(): sync feature-6.1 with main
2022-04-04 15:27:16 -04:00
Liam DeBeasi
5676bab316
lint(eslint): migrate to eslint and prettier ( #25046 )
2022-04-04 11:12:53 -04:00
Amanda Smith
f5cb1f8444
feat(range): add knobMoveStart and knobMoveEnd events ( #25011 )
2022-04-01 11:16:01 -05:00
Sean Perkins
19ac2389eb
fix(img): draggable attribute is now inherited to inner img element ( #24781 )
...
Resolves #21325
Co-authored-by: Celilsemi Sam Erkiner <celilsemi@erkiner.com >
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2022-02-21 11:50:57 -05:00
Amanda Smith
f295134624
style(): fix shadowed vars ( #24609 )
2022-01-20 10:56:33 -06:00
Sean Perkins
5dba4e5ce0
fix(range): setting dir on ion-range to enable rtl mode now supported ( #24597 )
...
Resolves #20201
2022-01-19 12:59:19 -05:00
Liam DeBeasi
8708095111
feat(all): add CustomEvents types to components that emit events ( #23956 )
...
resolves #22925
BREAKING CHANGE: The `RadioChangeEventDetail` interface has been removed in favor of `RadioGroupChangeEventDetail`.
2021-09-24 16:28:49 -04:00
Liam DeBeasi
d749d583e7
chore(): sync with main
2021-07-20 12:50:52 -04:00
Liam DeBeasi
7315e0157b
chore(): switch to using disallow terminology ( #23618 )
2021-07-13 14:03:58 -04:00
Victor Berchet
8f2c4f73db
feat(range): add support for customizing pin format ( #22972 )
2021-07-09 10:57:52 -04:00
Liam DeBeasi
dc430af906
fix(all): reflect color property as an attribute for vue ( #23345 )
...
resolves #23323
2021-05-21 19:26:53 -04:00
Liam DeBeasi
881dcff40b
fix(range): knob can now have an accessible name ( #23338 )
...
resolves #23295
2021-05-21 14:38:18 -04:00
Brandy Carney
a9b2260100
test(core): add lang attr to html tag to resolve axe errors ( #22410 )
2020-11-02 17:08:03 -05:00
Liam DeBeasi
2fea36fc98
fix(range): gesture is now properly re-created on connectedCallback ( #22407 )
...
resolves #22335
2020-11-02 10:50:08 -05:00
Liam DeBeasi
27191026ef
docs(): add note on form bindings with debounce ( #22409 )
2020-11-02 09:26:42 -05:00
Liam DeBeasi
db2cac20fb
docs(vue): update component usage examples for vue 3 ( #22050 )
2020-09-11 13:48:21 -04:00
Brandy Carney
9f4b01e17f
fix(range): properly display stacked labels in an item with a range ( #21944 )
...
fixes #21625
2020-08-21 13:57:13 -04:00
Adam Bradley
753fd2f910
chore(colorClass): update createColorClasses() for ts4 ( #21896 )
...
Change the createColorClasses() fn so the returned type and jsx class property work well with typescript 4
2020-08-10 09:18:41 -05:00
Brandy Carney
16a03d58ec
docs(headings): update readme headings to be correct level
2020-05-14 17:26:44 -04:00
Brandy Carney
687122127c
docs(stencil): add stencil usage to components ( #21261 )
2020-05-12 20:35:48 -04:00
Liam DeBeasi
619f67a00b
feat(range): add parts support for bar, bar-active, knob, pin, tick, tick-active ( #20961 )
2020-04-23 12:18:04 -04:00
Ely Lucas
972e361bdc
docs(react): updating react input usages with binding examples ( #20557 )
2020-02-19 17:49:53 -07:00
Brandy Carney
9318d2418e
fix(icons): fix the ellipsis fill in ionicons ( #20137 )
...
- update docs icon usage for Ionicons 5
- update tests to remove mode prefixed icons
- update tests to use the correct icons for Ionicons 5
- update to latest ionicons dev which fixes the ellipsis icon fill
2020-01-03 12:19:17 -05:00
Brandy Carney
5bbb95fae1
feat(list-header): redesign list header for iOS spec ( #19915 )
2019-11-19 14:53:37 -05:00
Liam DeBeasi
df1bc1e627
refactor(gesture): update Gesture API to latest ( #19671 )
2019-10-17 14:18:39 -04:00
Nick Stucko
aed2dba5aa
docs(range): add range pin CSS custom properties ( #19537 )
2019-10-07 12:02:47 -04:00
Manu MA
3d935978b3
test(): remove initial waitFor ( #19217 )
2019-08-30 16:45:13 +02:00