3d615cb3c7
refactor(ios): update toolbar and tabbar default background colors ( #22852 )
...
resolves #22780
BREAKING CHANGE: The tab bar and toolbar default background colors have been updated to better reflect the latest iOS styles.
2021-02-09 15:46:45 -05:00
acf0422ca9
chore(): sync with master branch
2021-02-08 14:13:43 -05:00
c72bc5dbd7
refactor(header): removed border from last toolbar when using collapsible large title ( #22891 )
...
resolves #22777
BREAKING CHANGE: The last toolbar in the header with a collapsible large title no longer has a border.
2021-02-08 10:34:08 -05:00
8cb2ea6804
test(): update modal dark theme, fix styles test ( #22884 )
2021-02-05 12:55:57 -05:00
9b786899e5
refactor(toast): whitespace variable now defaults to normal ( #22866 )
...
BREAKING CHANGE: The `--white-space` CSS Variable now defaults to `normal`.
2021-02-05 11:10:22 -05:00
d46e074fb1
merge release-5.5.4
...
5.5.4
2021-02-04 11:50:39 -05:00
cb2c9b63e8
5.5.4
v5.5.4
2021-02-04 11:13:52 -05:00
ff0f1da9f1
fix(vue): ionChange events now propagate correctly ( #22872 )
...
resolves #22870
2021-02-04 11:00:46 -05:00
487349f02a
fix(schematics): update ngAdd schematic ( #22858 )
...
* fix(schematics): update ngAdd schematic
Closes https://github.com/ionic-team/angular-toolkit/issues/415
Closes https://github.com/ionic-team/angular-toolkit/issues/419
* Update angular/src/schematics/utils/config.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
* Update angular/src/schematics/add/index.ts
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
2021-02-02 16:44:33 -05:00
b6b2d34fd4
fix(app): keyboard no longer hides when using contenteditable ( #22857 )
...
resolves #22856
2021-02-02 13:19:19 -05:00
bfbc1f5420
chore(): update next with latest from main branch
2021-02-01 15:57:57 -05:00
1a5accc5f7
fix(select): class on component now indicates when select is open ( #22846 )
...
resolves #22801
2021-02-01 13:02:04 -05:00
f7d4c21b64
fix(): scroll assist no longer prevents first click event from firing ( #22845 )
...
resolves #21871
2021-02-01 13:00:33 -05:00
fa515eb79b
refactor(react): look up tabs also by property key ( #22823 )
...
When IonTabBar is wrapped by a functional component or fragment, then IonTabs is unable to find it. This is a rare case, but adding the ability for a function component to manually state that is is an IonTabBar. Same for IonTabButtons.
2021-02-01 11:31:33 -06:00
697bcf3420
merge release-5.5.3
...
5.5.3
2021-01-28 12:38:23 -05:00
bc17e24a03
5.5.3
v5.5.3
2021-01-28 12:17:55 -05:00
ab1fc8f231
fix(react): add improved method for not unmounting component until overlay is dismissed ( #22813 )
...
resolves #22761
2021-01-22 12:48:47 -05:00
2a3ce9a74e
fix(vue): improve path matching with tabs ( #22807 )
...
resolves #22519
2021-01-22 10:19:38 -05:00
e2d8e5c4dc
fix(refresher): correctly detect spinner when using native refresher ( #22800 )
...
resolves #22706
2021-01-20 17:18:36 -05:00
7ecae2e4cb
fix(vue): output commonjs format for node environments ( #22766 )
2021-01-20 16:20:44 -05:00
6f2cbe6e59
breaking(config): remove experimentalTransitionShadow config option ( #22797 )
2021-01-20 14:02:56 -05:00
14e8441706
fix(react): do not unmount overlay inner component until overlay is dismissed ( #22763 )
...
resolves #22761
2021-01-14 10:53:39 -05:00
e1d6627bf0
fix(vue): ensure v-model value is properly synced before ionChange event ( #22749 )
...
resolves #22610
2021-01-13 11:22:27 -05:00
348c50b7ea
fix(title): only add large title transition when using collapsible header ( #22762 )
...
resolves #22760
2021-01-13 10:12:04 -05:00
9e9a372497
fix(react, vue): do not show back button when replacing to root page ( #22750 )
...
resolves #22528
2021-01-13 10:10:44 -05:00
64719f49f9
fix(vue): improve v-model binding sync between vue wrappers and web components ( #22745 )
...
resolves #22731
2021-01-08 12:06:45 -05:00
3d6ac1382e
fix(vue): all ionic vue components can now use router link ( #22743 )
2021-01-07 15:52:06 -05:00
9a02ec8402
chore(): end holiday triage mode ( #22741 )
2021-01-07 12:20:08 -05:00
fbb777ab5a
test(datetime): improve reliability of focus trap test ( #22742 )
2021-01-07 11:37:19 -05:00
67b0853b28
chore(): start holiday triage mode ( #22700 )
2020-12-18 17:32:02 -05:00
e3a05bfeb5
fix(vue): correctly determine leaving view when transitioning to a new instance of a previous page ( #22655 )
...
resolves #22654 resolves #22658
2020-12-16 16:45:28 -05:00
5c27dd8032
fix(vue): tab bar is now correctly hidden when keyboard is open ( #22687 )
2020-12-16 16:43:38 -05:00
b768181307
docs(input): add available autocapitalize property options ( #21886 )
...
Co-authored-by: Brandy Carney <brandy@ionic.io>
2020-12-16 09:53:00 -05:00
f891f66708
fix(react): improve view matching logic ( #22569 )
2020-12-15 11:03:08 -05:00
a01bdb8c8d
fix(react): adding dynamic class to ion-page no longer hides component ( #22666 )
...
resolves #22631
2020-12-15 11:02:06 -05:00
09a5ed6a0d
docs(tab-button): use an href in vue sample ( #22674 )
2020-12-14 16:14:42 -05:00
39bbb99f75
chore(vue): import animation types from @ionic/vue instead of @ionic/core ( #22677 )
2020-12-14 14:39:41 -05:00
11a59133d9
test(item): fix disabled test script path ( #22660 )
2020-12-10 17:00:32 -05:00
1ef112ef12
merge release-5.5.2
...
5.5.2
2020-12-09 16:03:47 -05:00
78740d0dfc
5.5.2
v5.5.2
2020-12-09 15:38:27 -05:00
94518c9387
chore(react): relax peer dependency requirements ( #22645 )
...
resolves #22644
2020-12-08 16:17:16 -05:00
31f45cdcc9
fix(react): setting a ref should allow other props to be passed in, closes #22609
2020-12-08 13:45:24 -07:00
61cf0c534e
fix(vue): adding non tab button elements inside ion-tab-bar no longer causes errors ( #22643 )
...
resolves #22642
2020-12-08 12:49:13 -05:00
8d5ed47a28
fix(refresher): clean up old css if calling refresh method before native refresher is setup ( #22640 )
...
resolves #22636
2020-12-08 10:16:29 -05:00
a94e2a87fb
fix(vue): query strings are now correctly handled when navigating back ( #22615 )
...
resolves #22517
2020-12-07 15:17:31 -05:00
818e387fe8
fix(button): allow aria-label to be inherited to inner button ( #22632 )
...
resolves #22629
2020-12-07 12:31:05 -05:00
ff39d40255
docs(vue): fix menu usage example ( #22624 )
2020-12-07 11:42:18 -05:00
91aaaab71a
chore(react): adding prettier and formating files
2020-12-07 09:31:33 -07:00
01afdc42e5
fix(vue): pass in correct route to props function ( #22605 )
...
resolves #22602
2020-12-07 10:33:22 -05:00
36939e10ae
fix(react): android hardware button should invoke browser back
2020-12-07 08:33:00 -07:00