Liam DeBeasi
0a700f9f6f
docs(datetime): improve example tests with sizing ( #23456 )
2021-06-16 16:31:49 -04:00
Liam DeBeasi
932d3ca62f
feat(datetime): add calendar picker ( #23416 )
...
resolves #19423
BREAKING CHANGE: The `ion-datetime` component has been revamped to use a new calendar style. As a result, some APIs have been removed. See https://github.com/ionic-team/ionic-framework/blob/master/BREAKING.md for more details.
2021-06-16 15:54:15 -04:00
Liam DeBeasi
623c84ab08
feat(slides): add IonicSwiper modules, deprecate ion-slides, and add link to migration ( #23447 )
2021-06-11 12:56:32 -04:00
Liam DeBeasi
e1a96130eb
fix(popover): shadow parts now correctly added ( #23446 )
2021-06-11 08:59:51 -04:00
Liam DeBeasi
42d133dac4
refactor(virtual-scroll): deprecate virtual scroll in favor of CDK Scroller ( #23444 )
...
Deprecates `ion-virtual-scroll` in favor of CDK Scroller. See PR for migration and docs information.
2021-06-10 16:25:18 -04:00
Liam DeBeasi
0e38d42761
feat(popover): account for ionShadowTarget elements ( #23436 )
2021-06-08 16:04:43 -04:00
Liam DeBeasi
8dbe8ba7bc
fix(modal, popover): overlays now automatically determine if they are inline ( #23434 )
2021-06-08 14:25:06 -04:00
Liam DeBeasi
3be1c3dcd7
feat(modal): modals can now be used inline ( #23341 )
...
resolves #20117 , resolves #20263
2021-06-01 11:09:40 -04:00
Liam DeBeasi
8c6163c5b6
chore(): update e2e structure for accordion tests so screenshots run ( #23370 )
2021-05-26 11:54:41 -04:00
Liam DeBeasi
7d47c91641
chore(): sync next with main branch
2021-05-26 10:14:38 -04:00
Liam DeBeasi
bc2f1b8944
docs(fab): document correct ion-icon usage for vue ( #23352 )
2021-05-24 11:04:31 -04:00
Daniel Ehrhardt
1a36922f41
fix(skeleton-text): animation no longer jumps on large skeleton text elements ( #22697 )
...
resolves #22694
2021-05-24 08:52:39 -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
Victor Berchet
08a9f3ac94
fix(router): redirects now account for query string ( #23337 )
...
resolves #23136
2021-05-21 15:34:06 -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
Liam DeBeasi
a708c41262
fix(slides): resolve prototype pollution in swiper v5 ( #23344 )
...
resolves #23342
2021-05-21 14:16:53 -04:00
Liam DeBeasi
d473a53851
fix(action-sheet): subheader no longer overlaps action sheet buttons ( #23318 )
...
resolves #23316
2021-05-21 11:28:34 -04:00
Liam DeBeasi
960778a36f
fix(popover): update prop defaults, use correct delegate ( #23340 )
2021-05-21 11:11:22 -04:00
Victor Berchet
56f6f56c66
fix(router): guards are now triggered on initial navigation ( #23123 )
...
resolves #22936
2021-05-20 10:05:49 -04:00
Liam DeBeasi
a67a0fabb8
feat(popover): add desktop support ( #23258 )
...
resolves #21599
2021-05-10 17:37:52 -04:00
Liam DeBeasi
1e1596f471
fix(refresher): refresher now only activates when pulling down on MD ( #23283 )
...
resolves #23245
2021-05-10 09:38:14 -04:00
Matthias Max
f36eabccb8
docs(modal): document stacked modal behavior ( #23279 )
2021-05-07 11:56:26 -04:00
Liam DeBeasi
308fa1c0dd
feat(popover): popover can now be used inline ( #23231 )
...
BREAKING CHANGE: Converted `ion-popover` to use the Shadow DOM.
2021-05-03 12:02:22 -04:00
Liam DeBeasi
2ccaabb5b4
fix(slides): undefined error is no longer thrown after destroying and quickly re-creating ion-slides ( #23239 )
...
resolves #22289
2021-04-26 12:25:23 -04:00
Liam DeBeasi
aede8e686f
chore(): resolve merge conflicts
2021-04-23 11:41:46 -04:00
Liam DeBeasi
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
William Martin
7139b3f39e
fix(radio-group): pressing spacebar correctly unselects radio with allow-empty-selection ( #23194 )
...
resolves #22734
2021-04-21 14:34:27 -04:00
William Martin
a31fb55bac
fix(datetime, input, textarea): remove aria-labelledby when there is no adjacent ion-label ( #23211 )
...
* fix(datetime, input, textarea): remove aria-labelledby when there is no adjacent ion-label
* Update core/src/components/input/test/a11y/input.spec.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
* Update core/src/components/textarea/test/a11y/textarea.spec.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
* Update core/src/components/datetime/test/a11y/datetime.spec.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
* remove hard-coded label, fix whitespace
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2021-04-20 12:34:32 -04:00
William Martin
2d07d8216a
fix(content): change main child element to div when parent is menu ( #23160 )
...
* fix(content): change main child element to div when parent is menu
* fix(content): change main child element to div when parent is menu, popover, or modal
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
* fix(content): make closest element detector unreactive
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2021-04-12 09:22:24 -04:00
William Martin
91ac340ae7
fix(segment, segment-button): use correct tablist and tab roles for screen readers ( #23145 )
...
* fix(segment, segment-button): change aria attributes for segment and segment-button
* add axe test
* Add tests, screen reader doc
* add updated screen reader
* fix(segment-button): move aria tags to host
* verify nvda and talkback behavior
* fix(segment-button): remove outline on focus
* Update core/src/components/segment/test/basic/index.html
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com >
2021-04-12 09:20:59 -04:00
William Martin
61f094d306
fix(input): inherit aria-label to input ( #23159 )
2021-04-07 14:44:03 -04:00
Ikko Ashimine
8739c9b16d
test(slides): fix typo in test ( #23158 )
2021-04-07 09:42:17 -04:00
William Martin
42e6c90c46
fix(toggle): prevent click event from firing twice ( #23146 )
...
resolves #23041
2021-04-06 09:54:29 -04:00
Liam DeBeasi
4fb81b7450
chore(): sync with master
2021-04-05 16:40:39 -04:00
William Martin
b0d53ca736
docs(action-sheet, alert, popover, toast): update usage to show onDidDismiss ( #23133 )
2021-04-02 13:00:36 -04:00
William Martin
ef1a82f64a
docs(alert): add input handler to usage examples ( #23131 )
2021-04-02 12:58:59 -04:00
William Martin
f4eb4b34d6
docs(reorder-group): fix vue usage of reorder-group ( #23130 )
...
resolves https://github.com/ionic-team/ionic-docs/issues/1804
2021-04-01 16:19:02 -04:00
William Martin
b7b97ce4cc
docs(modal): update angular usage for consistent modalController ( #23127 )
2021-03-31 20:25:28 -04:00
Liam DeBeasi
073883a098
feat(accordion): add accordion and accordion-group components ( #22865 )
...
resolves #17094
2021-03-24 09:17:54 -04:00
Liam DeBeasi
b04fb6e849
fix(item): detail icon now respects rtl mode ( #23081 )
...
resolves #23078
2021-03-22 15:49:33 -04:00
Brandy Carney
c8a3999da1
fix(label): properly float labels for non-input items ( #23060 )
2021-03-17 12:32:50 -04:00
Liam DeBeasi
67617fbc0f
fix(refresher): progressEnd no longer errors when pulling quickly in MD native refresher ( #23056 )
2021-03-16 11:28:10 -04:00
Liam DeBeasi
c877061a32
fix(item): detail icon is no longer announced by screen readers ( #23055 )
...
resolves #23054
2021-03-16 09:59:30 -04:00
Victor Berchet
4ce62b26a8
fix(router): simplify param merging ( #22999 )
2021-03-15 11:45:56 -04:00
Evgeniy
630848ae5c
chore(): remove duplicate --color definition in ion-item ( #23030 )
2021-03-10 09:56:03 -05:00
Liam DeBeasi
4cbf610e55
chore(): sync vue tabs changes with master
2021-03-04 15:31:42 -05:00
Brandy Carney
e256d3f09f
feat(progress): add parts for more design customization ( #22938 )
...
resolves #20062 fixes #21820
2021-03-04 12:48:52 -05:00
Liam DeBeasi
dcf5317310
docs(modal): remove incorrect ion-page note for react ( #23009 )
2021-03-03 10:46:29 -05:00
Liam DeBeasi
f022464cf8
docs(menu, split-pane): update contentId docs to be more clear ( #23008 )
2021-03-03 10:40:39 -05:00
Brandy Carney
9282aa6871
fix(label): only show placeholder with floating label when focused ( #22958 )
...
fixes #17571
2021-03-01 15:36:29 -05:00