Commit Graph

10886 Commits

Author SHA1 Message Date
Liam DeBeasi
6fbd60b0df fix(accordion): improved reliability of accordion animations (#23531)
resolves #23504
2021-06-29 09:28:21 -04:00
Liam DeBeasi
9a60dd0ea7 feat(accordion-group): add animated property to disable animations (#23530) 2021-06-29 08:59:41 -04:00
Liam DeBeasi
fc9e1b4b36 feat(vue): extend useIonRouter hook for programmatic navigation with animation control (#23499)
resolves #23450
2021-06-28 10:33:32 -04:00
Lars Mikkelsen
79e3a26499 docs(virtual-scroll): fix ion-img link (#23508) 2021-06-24 19:20:21 -04:00
William Martin
f3ae4319bb fix(input, select, textarea): change type of placeholder prop to string only (#23500)
resolves #22976

BREAKING CHANGE: Updated the `placeholder` property on `ion-input`, `ion-textarea`, and `ion-select` to have a type of `string | undefined`.
2021-06-24 10:23:19 -04:00
Liam DeBeasi
ceabba154c docs(virtual-scroll, slides): add correct links to migration guides (#23502) 2021-06-23 18:32:38 -04:00
Liam DeBeasi
f00b452c1f docs(accordion-group): fix link to accordion (#23498) 2021-06-23 13:35:36 -04:00
Liam DeBeasi
a664d4268d fix(react): export accordion and accordion group components (#23497) 2021-06-23 12:14:55 -04:00
Liam DeBeasi
403e6d2c96 merge release-6.0.0-beta.0
6.0.0-beta.0
2021-06-23 10:23:11 -04:00
Liam DeBeasi
dac67b3a3b 6.0.0-beta.0 v6.0.0-beta.0 2021-06-23 09:28:54 -04:00
Liam DeBeasi
36d099d55a chore(): fix typos in v6 beta doc (#23489) 2021-06-22 17:14:07 -04:00
Liam DeBeasi
75dfc02afa chore(): add v6 beta note on starting a new app (#23488) 2021-06-22 16:33:34 -04:00
Liam DeBeasi
0164b829ec chore(): sync next with master before beta 0
chore(): sync next with master before beta 0
2021-06-22 16:05:15 -04:00
Liam DeBeasi
fa6e0a1254 Merge remote-tracking branch 'origin/master' into sync-with-master-b0 2021-06-22 15:34:38 -04:00
Liam DeBeasi
4f47261c03 chore(): add v6 beta instructions (#23486) 2021-06-22 15:30:04 -04:00
Liam DeBeasi
57156526ff merge release-5.6.10
5.6.10
2021-06-22 10:02:05 -04:00
Liam DeBeasi
40fadcd9bf 5.6.10 v5.6.10 2021-06-22 09:30:43 -04:00
Liam DeBeasi
494a4a08fe chore(): add missing dependency (#23482) 2021-06-22 09:20:45 -04:00
Liam DeBeasi
b3847ff723 chore(): remove old test app, bump dependencies (#23481) 2021-06-22 08:43:57 -04:00
Liam DeBeasi
6dfbd89cf8 refactor(vue): remove auto-generated router outlet inside of ion-tabs (#23479) 2021-06-21 18:22:57 -04:00
Liam DeBeasi
c2eda6aee3 chore(): sync with master
chore(): sync with master
2021-06-21 17:49:28 -04:00
Liam DeBeasi
09da99b176 Merge remote-tracking branch 'origin/master' into sync-master
# Conflicts:
#	packages/vue/src/components/IonTabs.ts
#	packages/vue/test-app/src/router/index.ts
2021-06-21 21:26:49 +00:00
Liam DeBeasi
a2a4cff3d0 fix(vue): IonTabs can now accept IonRouterOutlet (#23477)
resolves #23321
2021-06-21 16:52:50 -04:00
Liam DeBeasi
29d756f1fb chore(): sync with master 2021-06-21 14:18:47 -04:00
Liam DeBeasi
5db60d9697 chore(): resolve merge conflicts 2021-06-21 14:03:47 -04:00
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
68c0e7136d fix(button): buttons using fill and color properties now account for hover and focused opacity variables (#23442)
resolves #23441
2021-06-21 13:00:50 -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
87b4a42c96 merge release-5.6.9
5.6.9
2021-06-08 09:38:34 -04:00
Liam DeBeasi
e27b5b6ae3 fix(item): using multiple items with inputs no longer results in console warnings (#23429)
resolves #23427
2021-06-08 09:16:29 -04:00
Liam DeBeasi
10be62a71d 5.6.9 v5.6.9 2021-06-08 08:58:49 -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
60bedb5599 fix(vue): prevent error from being thrown when testing on certain jest runners (#23421)
resolves #23397
2021-06-07 10:49:19 -04:00
Liam DeBeasi
f008628851 fix(vue): improve v-model integration for Vue 3.1.0+ (#23420) 2021-06-04 19:25:02 -04:00
Brandy Carney
82cfa55653 fix(title): inherit padding for iOS title in a toolbar (#23343)
resolves #23072
2021-06-03 11:28:57 -04:00
Hans Krywalsky
ae96563fb3 fix(modal): swipe to close modal is no longer swipeable on footer (#23401)
resolves #23398
2021-06-02 08:59:25 -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