Liam DeBeasi
|
80f181d484
|
fix(searchbar): showClearButton now defaults to 'always' for improved usability with screen readers (#23475)
BREAKING CHANGE: The `showClearButton` property on `ion-searchbar` now defaults to `'always'`.
|
2021-06-21 13:12:02 -04:00 |
|
Liam DeBeasi
|
ee3a00fde6
|
fix(vue): ensure webpack does not eliminate core css (#23465)
|
2021-06-18 16:03:55 -04:00 |
|
Liam DeBeasi
|
b0cce360c8
|
fix(datetime): changing time emits ionChange (#23463)
|
2021-06-18 09:23:19 -04:00 |
|
Brandy Carney
|
2f6b1e4eea
|
feat(breadcrumbs): add breadcrumbs component (#22701)
resolves #22770
|
2021-06-17 18:19:10 -04:00 |
|
William Martin
|
faefe97da6
|
feat(item): add helper text, error text, counter, shape, and fill mode (#23354)
resolves #19619
|
2021-06-17 17:21:03 -04:00 |
|
Liam DeBeasi
|
dc48a9f1a2
|
feat(vue): add custom elements bundle (#23458)
|
2021-06-17 14:10:50 -04:00 |
|
Liam DeBeasi
|
bccb8ad5fb
|
fix(modal): border radius is correctly set on card style modal (#23461)
|
2021-06-17 13:36:30 -04:00 |
|
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
|
c842dd88c9
|
refactor(all): update required browser, framework, and mobile platform versions for v6 (#23443)
BREAKING CHANGE: Browser, JS Framework, and mobile platform minimum required versions have been updated.
|
2021-06-14 09:12:43 -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
|
c716617945
|
fix(accordion): toggle icon now shows up in vue and react (#23426)
|
2021-06-07 16:30:46 -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 |
|
Ikko Ashimine
|
2933531c44
|
docs(): fix typo in process doc (#23360)
|
2021-05-25 10:04:13 -04:00 |
|
Liam DeBeasi
|
bc2f1b8944
|
docs(fab): document correct ion-icon usage for vue (#23352)
|
2021-05-24 11:04:31 -04:00 |
|
Liam DeBeasi
|
36bfa33503
|
fix(react): remove @ionic/core dependency in @ionic/react-router to resolve yarn install warning (#23351)
resolves #23346
|
2021-05-24 10:32:33 -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
|
6bfe1ceee7
|
chore(): screenshot diff runs correctly (#23319)
|
2021-05-17 16:32:16 -04:00 |
|
Liam DeBeasi
|
faa93ad975
|
chore(): do not rebuild core when doing e2e tests, run vue spec and e2e tests together (#23320)
|
2021-05-17 16:31:09 -04:00 |
|
Liam DeBeasi
|
4da5216b4f
|
fix(react): support history@5 in preparation for react router 6 (#23297)
resolves #23294
|
2021-05-14 09:03:15 -04:00 |
|
Liam DeBeasi
|
eb10a2ab0c
|
merge release-5.6.7
5.6.7
|
2021-05-13 10:00:18 -04:00 |
|
Liam DeBeasi
|
d802a17047
|
5.6.7
v5.6.7
|
2021-05-13 09:04:18 -04:00 |
|
Liam DeBeasi
|
a9b12a5aa4
|
fix(overlays): screen readers no longer read content behind overlays (#23284)
resolves #22714
|
2021-05-11 09:51:37 -04:00 |
|
Liam DeBeasi
|
9cb6c80b3d
|
fix(angular): warnings are no longer generated when running tests with ng test (#23292)
resolves #19926
Co-authored-by: Sean Wu <seanwu1105@users.noreply.github.com>
|
2021-05-11 09:49:25 -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 |
|
William Martin
|
a037b65aad
|
fix(modal): add additional padding to toolbars in iOS modal (#23262)
Resolves #22778
|
2021-05-03 16:43:11 -04:00 |
|
William Martin
|
03d5fcb6c8
|
chore(): revert #23181
Reverts #23181
|
2021-05-03 16:29:58 -04:00 |
|
Mohammd Alamgir Siddiqui
|
2e00dab95d
|
fix(vue): use correct history mode when doing ssr to avoid errors (#23255)
resolves #23254
|
2021-05-03 15:32:20 -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 |
|
William Martin
|
d94739f39b
|
fix(modal): add additional padding to toolbars in iOS modal (#23181)
resolves #22778
|
2021-05-03 10:44:41 -04:00 |
|
Liam DeBeasi
|
ccf0f14b81
|
merge release-5.6.6
5.6.6
|
2021-04-29 10:31:34 -04:00 |
|
Liam DeBeasi
|
c32bed6794
|
5.6.6
v5.6.6
|
2021-04-29 10:06:48 -04:00 |
|
William Martin
|
c501da73be
|
fix(react): remove hardware back button event listener when NavManager is unmounted (#23224)
resolves #23170
|
2021-04-28 17:47:33 -04:00 |
|
Liam DeBeasi
|
f2f41e2af4
|
fix(vue): components inside of ion-nav are now unmounted properly (#23240)
resolves #23233
|
2021-04-26 12:58:34 -04:00 |
|
Liam DeBeasi
|
e436439e10
|
fix(angular): back button goes back to proper tab on angular 11.2.10 (#23238)
resolves #23230
|
2021-04-26 12:55:48 -04:00 |
|