2777 Commits

Author SHA1 Message Date
732f8e10ce fix(modal): fix timing issue when rapidly closing and opening controller modal (#24380) 2021-12-14 13:21:33 -06:00
e7d06743ae fix(datetime): fix datetime-ready class sometimes not being added due to race condition (#24385) 2021-12-14 10:44:50 -06:00
412e5f168e chore(): revert "feat(select): add event for when overlay is dismissed (#24099)" (#24398)
This reverts commit c1ecf94e4e6e320b61606da3c889926f7372ced7.
2021-12-14 09:05:06 -06:00
c1ecf94e4e feat(select): add event for when overlay is dismissed (#24099) 2021-12-14 08:39:25 -06:00
c9f7909d62 chore(): sync with main 2021-12-13 11:31:44 -05:00
179cbd334b build(): add lerna for dev builds (#24358) 2021-12-10 17:17:53 -05:00
7c700b4caa fix(overlays): define children custom elements (#24372)
Resolves #24366
2021-12-10 16:32:12 -05:00
1bfac52331 perf(content): remove global click listener to improve interaction performance (#24360)
resolves #24359
2021-12-10 10:34:44 -05:00
500985ce04 fix(item): remove empty padding space for item bottom (#24323)
* fix(item): remove empty padding space for item bottom

* test(item): padding CSS variable screenshot test

* fix(item): remove --bottom-padding-start CSS variable

Resolves #23892
2021-12-08 16:15:08 -05:00
63066bcb9c chore(deps): update puppeteer to v10 (#24342)
* chore(deps): update puppeteer to v10

* chore(item): disable nested-interactive axe rule temporarily

* chore(segment): disable nested-interactive axe rule temporarily

* chore(deps): update package-lock with puppeteer and axe-core update

* chore(): add TODO task references for axe nested-interactive rule

* chore(deps): remove @types/puppeteer dev dep
2021-12-08 16:13:17 -05:00
290d7cbab9 6.0.0 2021-12-08 14:12:34 +00:00
521fc781c7 6.0.0-rc.4 2021-12-07 15:51:51 -05:00
e4056f7945 chore(): sync with main 2021-12-07 14:57:29 -05:00
da3b93b4a2 5.9.2 2021-12-07 09:21:00 -05:00
5e5054d369 fix(router): popping route now accounts for route params (#24315) 2021-12-06 17:25:40 -05:00
f6a00ea954 fix(popover): handle scrolling in content so header can be sticky (#24294) 2021-12-06 10:45:37 -06:00
13d4418588 fix(react, vue): remove sideeffects to improve treeshaking (#24313) 2021-12-06 11:39:23 -05:00
0920797612 fix(accordion): improve functionality with nested accordions (#24302) 2021-12-06 10:28:10 -05:00
b083ae4e58 docs(): fix typo in popover docs (#24318) 2021-12-06 10:26:03 -05:00
f7bd4c02c3 docs(back-button): update icon prop to include src and name approach (#24307) 2021-12-03 12:52:42 -05:00
e41b0e0cf2 fix(content): ensure fixed slot renders on top of content in iOS (#24300) 2021-12-01 13:47:39 -06:00
8bdcd3c6c9 fix(datetime): keyboard navigation of time picker columns (#24251) 2021-12-01 11:57:51 -05:00
c2bef8df14 fix(picker-column-internal): prevent multiple items from being highlighted at once (#24268) 2021-12-01 10:16:58 -06:00
b0eadfe229 refactor(datetime): e2e does not support components option (#24270) 2021-11-30 14:50:12 -05:00
ade21d3b19 docs(modal): add inline modal docs (#24269) 2021-11-30 14:22:45 -05:00
f61f356000 fix(item): counter defaults to false to make upgrade easier (#24263) 2021-11-30 09:44:46 -05:00
89e4bc56a1 fix(slides): update swiper instance after initialization (#24257) 2021-11-24 11:52:48 -05:00
0d749923a8 docs(popover): add popover examples (#24267)
resolves #24266
2021-11-24 11:43:32 -05:00
ec3bc52ff1 fix(datetime): update active calendar display when value changes (#24244) 2021-11-24 11:23:13 -05:00
36a096c9b6 fix(content): ensure scrollEl is always available in scroll methods (#24255) 2021-11-24 08:40:36 -06:00
24f4e471aa 6.0.0-rc.3 2021-11-17 17:28:37 +00:00
c2603e9cff 5.9.1 2021-11-17 11:48:52 -05:00
3949a949df fix(item): allow click targets inside of label (#24225)
* fix(item): allow click targets inside of label

* docs(label): document z-index usage in label
2021-11-17 11:13:58 -05:00
618271d1e2 chore(): sync with main 2021-11-17 10:40:04 -05:00
bd8c3e881f 5.9.0 2021-11-17 09:27:51 -05:00
713f0f5526 fix(textarea): floating label with autogrow textareas (#24202)
* fix(textarea): floating label with autogrow textareas

* test(textarea): autogrow visual diff tests
2021-11-16 12:05:11 -05:00
0566ec0da3 fix(input): date type in ion-input now aligns correctly on iOS 15 (#24217) 2021-11-12 15:13:37 -05:00
9cf7c89704 fix(input): date type in ion-input now aligns correctly on iOS 15 (#24213) 2021-11-12 14:35:12 -05:00
b2f2a4b71b docs(): docs reference main instead of master (#24216) 2021-11-12 14:31:18 -05:00
fc1eae982d fix(angular): prevent duplicate event emissions (#24200)
* fix(angular-output-targets): prevent duplicate event emissions

* feat(angular-output-target): update package to ^0.2.1
2021-11-11 15:42:58 -05:00
5a2a335784 fix(all): Ionic components that use child Ionic components are now correctly defined (#24191)
resolves #23571, #24116, #24129

Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com>
2021-11-11 12:18:38 -05:00
5d4f5af360 fix(modal): card modal shadow now shows up correctly on ipad (#24203) 2021-11-11 10:59:18 -05:00
2054690f54 chore(): sync with main 2021-11-11 10:19:05 -05:00
1f4f8eb6ca fix(modal): border radius is now correctly applied to card modals (#24204) 2021-11-11 10:01:53 -05:00
d0b61307c6 feat(slides): add support for Swiper 7 (#24190) 2021-11-09 12:50:56 -05:00
009dff5584 fix(md/label): apply error appearance when control is touched (#24072) 2021-11-09 12:42:44 -05:00
118c606703 fix(icon): update to ionicons 6 to resolve typescript 4.4 errors (#24185) 2021-11-08 16:59:30 -05:00
52cd5d0cce fix(input): ionInput event emits with type of InputEvent (#24111)
The ionInput event for both ion-input and ion-textarea will emit with a type of InputEvent.
2021-11-08 16:01:38 -05:00
da339a8a74 fix(modal, popover): opening modal and popover now works even if overlay was added to ion-app directly (#24174)
resolves #23728
2021-11-08 10:19:23 -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