Amanda Johnston
78f5d960cf
fix(item): prevent slotted form controls from taking whole width of item ( #26897 )
2023-03-06 11:34:52 -06:00
ionitron
b90d6bba7f
chore(): add updated snapshots
2023-03-03 17:44:00 +00:00
Liam DeBeasi
df3735765a
fix(button): update for ios spec ( #26864 )
...
BREAKING CHANGE:
Button is updated to align with the design specification for iOS.
**Design tokens**
| Token | Previous Value | New Value |
| ---------------------------------- | -------------- | --------- |
| `$button-ios-letter-spacing` | `-0.03em` | `0` |
| `$button-ios-clear-letter-spacing` | `0` | Removed |
| `$button-ios-height` | `2.8em` | `3.1em` |
| `$button-ios-border-radius` | `10px` | `14px` |
| `$button-ios-large-height` | `2.8em` | `3.1em` |
| `$button-ios-large-border-radius` | `12px` | `16px` |
2023-02-28 11:36:44 -05:00
ionitron
c3b619f76f
chore(): add updated snapshots
2023-02-22 15:40:01 +00:00
Liam DeBeasi
799871e95d
chore(): sync with main
2023-02-22 10:00:56 -05:00
Liam DeBeasi
804e54e5ca
test(many): migrate to new toHaveScreenshot API ( #26797 )
2023-02-16 11:37:29 -05:00
Liam DeBeasi
96147ec1b0
fix(item): ios mode has correct padding ( #26511 )
2023-01-04 16:54:43 -05:00
ionitron
20829f54cd
chore(): add updated snapshots
2022-12-20 16:03:24 +00:00
Liam DeBeasi
d54b9dfdc0
chore(): sync with main
2022-12-20 10:44:26 -05:00
Liam DeBeasi
bd05fccf58
test(config): update to playwright 1.29.0 ( #26388 )
2022-12-20 09:26:51 -05:00
Sean Perkins
eea91bbbe1
fix(item): align iOS font size to spec ( #26445 )
2022-12-08 16:24:02 -05:00
Liam DeBeasi
b18a193684
chore(): sync with main
2022-12-08 12:39:38 -05:00
ionitron
839a16f9eb
chore(): add updated snapshots
2022-12-05 16:50:39 +00:00
Liam DeBeasi
c74901c973
feat(toggle): component can be used outside of ion-item ( #26357 )
...
resolves #25570 , resolves #23213
BREAKING CHANGE:
The `--background` and `--background-checked` variables have been renamed to `--track-background` and `--track-background-checked`, respectively.
2022-11-29 12:54:31 -05:00
Sean Perkins
714cec4af6
Merge remote-tracking branch 'origin/main' into chore/sync-feature-6-4-with-main
2022-11-21 16:12:09 -05:00
Liam DeBeasi
961e1bddd3
chore(): sync with main
2022-11-21 11:37:08 -05:00
Liam DeBeasi
0932f89f5d
fix(toggle): rtl layout renders correctly in safari ( #26315 )
2022-11-21 11:33:11 -05:00
Hans
43e2b3975d
feat(toggle): add toggleOnOffLabels global config option ( #26087 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2022-10-31 09:49:15 -05:00
Amanda Johnston
85d3bd99be
feat(toggle): ionChange will only emit from user committed changes ( #26078 )
...
Co-authored-by: Sean Perkins <sean@ionic.io >
2022-10-10 09:55:58 -05:00
Amanda Johnston
294dc66294
test(many): remove unnecessary standalone tests ( #26047 )
2022-09-29 16:16:22 -05:00
Liam DeBeasi
1cecd3f1b9
chore(): sync with main:
2022-07-20 15:44:38 -04:00
Liam DeBeasi
48ebb9c820
test(playwright): update to playwright 1.23 ( #25645 )
2022-07-15 12:22:55 -04:00
Sean Perkins
bc0bdc438b
feat(toggle): on/off icons for toggle ( #25459 )
...
Resolves #20524
2022-07-06 12:39:34 -04:00
Liam DeBeasi
50d806ee6f
test(all): add await to relevant assertions ( #25527 )
2022-06-24 12:54:02 -04:00
Amanda Johnston
a9600a100f
test(toggle): migrate tests to Playwright ( #25394 )
2022-06-03 09:28:27 -05:00
Liam DeBeasi
5676bab316
lint(eslint): migrate to eslint and prettier ( #25046 )
2022-04-04 11:12:53 -04:00
Liam DeBeasi
0aa6d124d6
test(e2e): add infrastructure for migration to playwright ( #25033 )
2022-03-31 11:23:21 -04:00
Sean Perkins
353dbc0537
fix(toggle): setting dir on ion-toggle to enable rtl mode now supported ( #24600 )
2022-01-19 13:33:47 -05:00
William Martin
42e6c90c46
fix(toggle): prevent click event from firing twice ( #23146 )
...
resolves #23041
2021-04-06 09:54:29 -04:00
Brandy Carney
813611a61b
fix(toggle): use a native input to fix a11y issues with axe and screen readers ( #22477 )
...
fixes #22011
references #21552
2020-11-12 15:29:05 -05: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
Brandy Carney
04ace4c983
feat(toggle): improve customization with css vars and auto-adjust handle width and height ( #21050 )
...
- Updates Material Design toggle background & box-shadow to match spec
- Adds the following variables: --handle-box-shadow, --handle-height, --handle-max-height, --handle-transition, --handle-width, --handle-spacing
- Improves customization of toggle by inheriting properties where possible and auto-adjusting the handle height and position based on the width and height of the toggle
Closes #19868 , closes #20474
2020-04-29 18:31:34 -04:00
Liam DeBeasi
d2b772f19f
feat(toggle): add parts support for handle, track ( #20962 )
2020-04-23 12:17:17 -04:00
Liam DeBeasi
02a46a1007
feat(toggle): add --border-radius and --handle-border-radius variables ( #20141 )
2020-01-03 12:14:02 -05:00
Manu MA
3d935978b3
test(): remove initial waitFor ( #19217 )
2019-08-30 16:45:13 +02:00
Adam Bradley
598a13ecc0
chore(test): remove unused preview tests ( #18608 )
2019-06-24 17:15:57 -05:00
Manu MA
b40f7d36d5
fix(): update to Stencil One 🎉 🎊
2019-06-19 21:33:50 +02:00
Brandy Carney
4bba540311
fix(label): include the ion-text-wrap class styles for larger font ( #18374 )
...
- updates all e2e tests to use the CSS classes instead of attributes
2019-05-24 11:18:28 -04:00
Brandy Carney
6252458d49
test(components): add rtl tests and remove skips ( #18319 )
...
references #17012
2019-05-21 13:16:07 -04:00
Adam Bradley
c68292b78f
test(rtl): add rtl script to all e2e tests ( #17009 )
2019-01-08 15:06:23 -06:00
Brandy Carney
7ba94900bb
refactor(themes): remove the outer-content class from core ( #16589 )
...
BREAKING CHANGES
The outer-content class has been removed in favor of setting the color in your app instead:
```
.outer-content {
--background: #f2f2f2;
}
```
2018-12-04 16:38:50 -05:00
Manu MA
fd79b57748
fix(inputs): fix aria with shadow-dom ( #16329 )
2018-11-16 19:26:55 +01:00
Cam Wiegert
018fb9876f
test(all): use test() instead of it() where appropriate ( #16129 )
...
This replaces uses of Jest's it() function in end-to-end tests with the alias test() where it makes sense semantically.
2018-10-29 12:40:06 -05:00
Adam Bradley
3c7fee5cca
test(e2e): relative paths ( #16077 )
2018-10-24 22:41:48 -05:00
Adam Bradley
02ed9f96fa
test(e2e): update body font family ( #16065 )
2018-10-24 11:09:41 -05:00
Adam Bradley
a9fd3399de
test(e2e): force roboto font on all systems ( #15993 )
2018-10-19 15:22:15 -05:00
Adam Bradley
86d5f33841
chore(package): update to stencil 0.14.1-1 ( #15992 )
2018-10-17 15:01:37 -05:00
Cam Wiegert
ae3271f2d7
test(all): inject test styles on flag
2018-10-11 15:13:23 -05:00
Daniel Imhoff
2172aa9dae
test(screenshot): use Arial for testing
2018-10-09 13:40:31 -05:00
Manu Mtz.-Almeida
9d109d68c8
fix(all): disable animations in e2e tests
2018-10-08 10:18:31 -05:00