d749d583e7
chore(): sync with main
2021-07-20 12:50:52 -04:00
321341d97d
feat(datetime): add size property ( #23649 )
...
resolves #23518
2021-07-20 12:31:38 -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
3cebcb0883
chore(): warn if developer forgot to use ionpage component in view ( #23625 )
2021-07-14 08:59:31 -04:00
8f2c4f73db
feat(range): add support for customizing pin format ( #22972 )
2021-07-09 10:57:52 -04:00
7ac010943b
feat(datetime): add showDefaultTimeLabel property and time-label slot ( #23577 )
...
resolves #23555
2021-07-07 09:21:13 -04:00
9037103083
6.0.0-beta.1
2021-07-01 13:22:12 -04:00
cffeb4d9bd
5.6.11
2021-07-01 11:16:21 -04:00
e30b17c5bb
fix(vue): navigating between parameterized pages now results in page transition ( #23525 )
...
resolves #22662
2021-06-30 10:11:06 -04:00
9a60dd0ea7
feat(accordion-group): add animated property to disable animations ( #23530 )
2021-06-29 08:59:41 -04:00
fc9e1b4b36
feat(vue): extend useIonRouter hook for programmatic navigation with animation control ( #23499 )
...
resolves #23450
2021-06-28 10:33:32 -04:00
dac67b3a3b
6.0.0-beta.0
2021-06-23 09:28:54 -04:00
fa6e0a1254
Merge remote-tracking branch 'origin/master' into sync-with-master-b0
2021-06-22 15:34:38 -04:00
40fadcd9bf
5.6.10
2021-06-22 09:30:43 -04:00
6dfbd89cf8
refactor(vue): remove auto-generated router outlet inside of ion-tabs ( #23479 )
2021-06-21 18:22:57 -04:00
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
a2a4cff3d0
fix(vue): IonTabs can now accept IonRouterOutlet ( #23477 )
...
resolves #23321
2021-06-21 16:52:50 -04:00
5db60d9697
chore(): resolve merge conflicts
2021-06-21 14:03:47 -04:00
ee3a00fde6
fix(vue): ensure webpack does not eliminate core css ( #23465 )
2021-06-18 16:03:55 -04:00
2f6b1e4eea
feat(breadcrumbs): add breadcrumbs component ( #22701 )
...
resolves #22770
2021-06-17 18:19:10 -04:00
faefe97da6
feat(item): add helper text, error text, counter, shape, and fill mode ( #23354 )
...
resolves #19619
2021-06-17 17:21:03 -04:00
dc48a9f1a2
feat(vue): add custom elements bundle ( #23458 )
2021-06-17 14:10:50 -04:00
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
623c84ab08
feat(slides): add IonicSwiper modules, deprecate ion-slides, and add link to migration ( #23447 )
2021-06-11 12:56:32 -04:00
10be62a71d
5.6.9
2021-06-08 08:58:49 -04:00
c716617945
fix(accordion): toggle icon now shows up in vue and react ( #23426 )
2021-06-07 16:30:46 -04:00
f008628851
fix(vue): improve v-model integration for Vue 3.1.0+ ( #23420 )
2021-06-04 19:25:02 -04:00
3be1c3dcd7
feat(modal): modals can now be used inline ( #23341 )
...
resolves #20117 , resolves #20263
2021-06-01 11:09:40 -04:00
565361b023
5.6.8
2021-05-27 15:41:40 -04:00
7d47c91641
chore(): sync next with main branch
2021-05-26 10:14:38 -04:00
d802a17047
5.6.7
2021-05-13 09:04:18 -04:00
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
c32bed6794
5.6.6
2021-04-29 10:06:48 -04:00
f2f41e2af4
fix(vue): components inside of ion-nav are now unmounted properly ( #23240 )
...
resolves #23233
2021-04-26 12:58:34 -04:00
6fcb3a62b1
refactor(vue): drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6 ( #23229 )
...
refactor(vue): drop support for "on" prefixed overlay events and bump minimum required version of vue to 3.0.6
BREAKING CHANGE:
- Dropped support for prefixed overlay events in favor of non prefixed events (I.e. `@onDidDismiss` becomes `@didDismiss`).
- Minimum required version of Vue is now Vue v3.0.6 or newer.
2021-04-23 13:06:22 -04:00
aede8e686f
chore(): resolve merge conflicts
2021-04-23 11:41:46 -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
287205480a
5.6.5
2021-04-22 10:13:17 -04:00
004885bfd4
fix(vue): dynamic tabs are now correct recognized ( #23212 )
...
resolves #22847
2021-04-21 15:14:30 -04:00
35c8802c22
fix(vue): update props when navigating to new parameterized route ( #23189 )
2021-04-15 12:37:50 -04:00
15abc181aa
test(cypress): migrate Angular tests to Cypress ( #23083 )
2021-04-15 11:59:27 -04:00
ff7922a1a5
chore(vue): fix typo in comments ( #23192 )
2021-04-15 09:44:27 -04:00
669d24c551
tests(vue): improve reliability of e2e tests ( #23168 )
2021-04-08 14:00:07 -04:00
0e1cb1bb0c
5.6.4
2021-04-08 12:49:11 -04:00
7203190234
fix(react, vue): correct view now chosen when going back inside tabs ( #23154 )
...
resolves #23087
resolves #23101
2021-04-06 10:16:23 -04:00
4fb81b7450
chore(): sync with master
2021-04-05 16:40:39 -04:00
27318cf585
fix(vue): account for event name changes in vue 3.0.6+ for overlay components ( #23100 )
2021-03-29 15:30:31 -04:00
ba51daf17c
fix(vue): components now integrate properly with vee-validate ( #23114 )
...
resolves #22886
2021-03-29 14:34:52 -04:00
eacd8f6d27
test(vue): run vue e2e and unit tests on ci ( #23113 )
2021-03-29 13:37:37 -04:00
073883a098
feat(accordion): add accordion and accordion-group components ( #22865 )
...
resolves #17094
2021-03-24 09:17:54 -04:00