b78b454e08
revert(): revert base components feature ( #26692 )
...
The Ionic Framework team would like to re-evaluate our approach to improving customization options when building mobile applications. We are looking at other solutions that a) make customizing an app UI easier and b) are applicable to a broader set of developers.
2023-01-30 11:52:36 -05:00
18f109c7da
feat(base-components): add ability to remove ios and md theme ( #26669 )
2023-01-24 16:18:35 -05:00
e8fb9e7328
chore(): sync with main
2023-01-23 13:38:16 -05:00
22e9ff866f
fix(action-sheet): button icons are not announced by screen readers ( #26640 )
2023-01-19 14:50:05 -06:00
d54b9dfdc0
chore(): sync with main
2022-12-20 10:44:26 -05:00
bd05fccf58
test(config): update to playwright 1.29.0 ( #26388 )
2022-12-20 09:26:51 -05:00
88e7ee985d
chore(): sync with main
2022-12-09 12:37:06 -05:00
3481c44b2f
test(many): add await to async asserts ( #26456 )
2022-12-09 10:36:19 -05:00
acb12b36ee
Merge remote-tracking branch 'origin/main' into chore/sync-7.0-with-main-12-05-22
2022-12-05 11:25:10 -05:00
1a5ee2f30f
test(config): remove playwright diff threshold ( #26405 )
2022-12-05 11:08:59 -05:00
1e855e7699
fix(action-sheet): container animates in correctly ( #26347 )
...
resolves #25368
2022-11-23 12:12:48 -05:00
c149b42d0b
Merge remote-tracking branch 'origin/main' into sync-7-11-15-22
2022-11-15 15:40:21 -05:00
627d654d24
fix(action-sheet): icons are aligned on MD mode ( #26256 )
...
resolves #26249
2022-11-11 12:35:34 -05:00
92b763a538
feat(action-sheet): use action sheet overlay inline ( #26172 )
2022-11-02 16:47:43 -04:00
322a1dbcd0
refactor(types): remove overlay attribute interfaces ( #26181 )
...
BREAKING CHANGE:
`ActionSheetAttributes`, `AlertAttributes`, `AlertTextareaAttributes`, `AlertInputAttributes`, `LoadingAttributes`, `ModalAttributes`, `PickerAttributes`, `PopoverAttributes`, and `ToastAttributes` have been removed. Developers should use `{ [key: string]: any }` instead.
2022-10-28 16:12:28 -04:00
527015184e
fix(action-sheet): add aria-labelledby ( #25837 )
2022-08-29 15:47:11 -05:00
79c65dc382
test(playwright): add new utilities for skipping tests ( #25758 )
2022-08-16 09:18:42 -04:00
48ebb9c820
test(playwright): update to playwright 1.23 ( #25645 )
2022-07-15 12:22:55 -04:00
f5eec137ba
test(action-sheet): migrate to playwright ( #25523 )
2022-06-24 13:27:29 -04:00
15c169043f
chore(docs): remove manual documentation ( #24984 )
2022-04-21 12:31:51 -04:00
9fbaaf95eb
chore(): simplify overlay attribute types ( #25074 )
2022-04-07 14:11:30 -04:00
5676bab316
lint(eslint): migrate to eslint and prettier ( #25046 )
2022-04-04 11:12:53 -04:00
2af24494f5
chore(playwright): enable type checking ( #25034 )
2022-03-31 15:42:09 -04:00
65b43aae2b
chore(): run build to update readme files ( #24880 )
2022-03-04 14:14:57 -05:00
4b5843ed5d
test(): update other tests to use the new path update ( #24841 )
2022-03-02 09:23:18 -05:00
8c22646d66
fix(action-sheet): background includes safe area margin ( #24700 )
...
Resolves #24699
2022-02-07 15:13:35 -05:00
2054690f54
chore(): sync with main
2021-11-11 10:19:05 -05:00
642255e514
fix(action-sheet): safe area is now accounted for in MD mode ( #24176 )
...
resolves #24175
2021-11-08 08:58:20 -05:00
b3759aed5b
fix(overlays): declarative modals now work properly with the hardware back button ( #24165 )
2021-11-05 10:04:13 -04:00
ecb30af4d8
chore(): resolve merge conflicts for beta
2021-09-15 12:02:43 -04:00
bd96a81ff8
feat(action-sheet, loading, modal, picker, popover): pass HTML attributes to host element ( #23929 )
2021-09-15 10:02:19 -04:00
30f8508296
feat(action-sheet): add data property to ActionSheetButton ( #23744 )
...
resolves #23700
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-08-09 11:32:57 -04:00
d749d583e7
chore(): sync with main
2021-07-20 12:50:52 -04:00
773bbcb211
fix(overlays): overlay interfaces are now exported from framework packages and documented ( #23619 )
...
resolves #22790
2021-07-15 08:50:50 -04:00
39315bc857
fix(action-sheet): header, subheader, and icon alignment better matches native ios ( #23322 )
...
resolves #23317
2021-07-08 09:38:00 -04:00
9e24a0b493
feat(action-sheet, alert): add id to AlertButton and ActionSheetButton ( #18992 )
...
resolves #22959
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-06-29 14:17:19 -04:00
d473a53851
fix(action-sheet): subheader no longer overlaps action sheet buttons ( #23318 )
...
resolves #23316
2021-05-21 11:28:34 -04:00
dab927d290
fix(vue): overlay events can now be listened for without the "on" prefix, deprecated "on" prefix event listeners ( #23227 )
2021-04-23 11:38:45 -04:00
b0d53ca736
docs(action-sheet, alert, popover, toast): update usage to show onDidDismiss ( #23133 )
2021-04-02 13:00:36 -04:00
b83e00934e
feat(react): add react hooks to control overlay components ( #22484 )
2021-03-01 11:34:13 -05:00
0de75afbef
feat(custom-elements): add experimental custom elements build ( #22863 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-02-11 12:08:00 -05:00
a9b2260100
test(core): add lang attr to html tag to resolve axe errors ( #22410 )
2020-11-02 17:08:03 -05:00
aeda33d8ae
docs(vue): add revised overlay examples ( #22173 )
2020-09-25 10:27:27 -04:00
db2cac20fb
docs(vue): update component usage examples for vue 3 ( #22050 )
2020-09-11 13:48:21 -04:00
ae47d77710
chore(api): internal updates required for stencil 2 upgrade ( #21889 )
...
Stencil 2 is removing deprecated APIs, and these are the remaining ones Ionic has been using.
2020-08-06 10:33:22 -05:00
fff4aec6cf
fix(overlays): trap focus inside overlay components except toast ( #21716 )
...
fixes #21647
2020-07-22 12:09:31 -04:00
79518468dd
fix(overlays): move prepareOverlay to connectedCallback
...
For custom elements builds, overlays cannot use hasAttribute() in the constructor, so moving it to connectedCallback instead.
2020-07-21 13:07:54 -05:00
5bf83b80d7
feat(all): add optional generics typings for overlay component methods ( #21393 )
2020-06-03 09:08:27 -04:00
7703da28f8
fix(toast, action-sheet): allow button handler to return Promise<void> ( #21259 )
2020-05-26 15:27:14 -04:00
33be1f061e
fix(ios): add haptic drag gesture for action sheet and alert components ( #21060 )
2020-05-26 11:33:51 -04:00