Liam DeBeasi
4cbf610e55
chore(): sync vue tabs changes with master
2021-03-04 15:31:42 -05:00
Liam DeBeasi
de58238333
merge release-5.6.0
...
5.6.0
2021-03-04 14:14:24 -05:00
Liam DeBeasi
1a2fd2fb6e
5.6.0
v5.6.0
2021-03-04 13:54:38 -05:00
Liam DeBeasi
a1f95264e7
chore(): remove core/components from separate package release ( #23018 )
2021-03-04 13:38:09 -05:00
Brandy Carney
e256d3f09f
feat(progress): add parts for more design customization ( #22938 )
...
resolves #20062 fixes #21820
2021-03-04 12:48:52 -05:00
Brandy Carney
e828a9a693
docs(github): update component guide to include switch ( #22994 )
...
adds a notice of webkit bug with VoiceOver
2021-03-03 14:10:05 -05:00
Liam DeBeasi
dcf5317310
docs(modal): remove incorrect ion-page note for react ( #23009 )
2021-03-03 10:46:29 -05:00
Liam DeBeasi
f022464cf8
docs(menu, split-pane): update contentId docs to be more clear ( #23008 )
2021-03-03 10:40:39 -05:00
Liam DeBeasi
38eb378d66
chore(): update web driver ( #23010 )
2021-03-03 10:06:28 -05:00
Liam DeBeasi
a2763afe8e
fix(vue): correctly remove active state from tab button when navigating away from tab ( #23000 )
...
resolves #22597
2021-03-03 09:26:46 -05:00
Liam DeBeasi
943e3f6ae3
fix(react, vue): tab buttons no longer throw an error if href is undefined ( #22998 )
...
resolves #22997
2021-03-02 10:05:59 -05:00
Brandy Carney
9282aa6871
fix(label): only show placeholder with floating label when focused ( #22958 )
...
fixes #17571
2021-03-01 15:36:29 -05:00
Ely Lucas
b83e00934e
feat(react): add react hooks to control overlay components ( #22484 )
2021-03-01 11:34:13 -05:00
Liam DeBeasi
dd1c8dbf3b
feat(vue): add composition API ionic lifecycle hooks ( #22970 )
...
resolves #22769
2021-03-01 10:35:25 -05:00
Liam DeBeasi
96abe22175
chore(): sync next with master
...
chore(): sync next with master
2021-02-26 15:14:28 -05:00
Liam DeBeasi
9486e51f6d
merge release-5.5.5
...
Release 5.5.5
2021-02-26 14:51:05 -05:00
Liam DeBeasi
fb631742af
chore(): run build
2021-02-26 14:26:06 -05:00
Liam DeBeasi
0101a5fce2
5.5.5
2021-02-26 14:10:48 -05:00
Liam DeBeasi
06d4c8e6f1
fix(vue): account for event name changes in vue 3.0.6+
2021-02-26 14:10:42 -05:00
Liam DeBeasi
cd8ffd82a0
fix(react, vue): navigating using ion-back-button now selects correct page ( #22974 )
...
resolves #22830
2021-02-25 13:18:20 -05:00
Dominik Geng
b6b2714d70
fix(progress-bar): use correct theme colors in dark mode ( #22965 )
...
resolves #20098
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com >
2021-02-24 16:40:40 -05:00
Liam DeBeasi
8c1646a105
fix(progress-bar): add width transition ( #22964 )
2021-02-24 11:27:18 -05:00
Liam DeBeasi
68a9b80053
fix(vue): prevent race conditions when opening overlays ( #22883 )
...
resolves #22880
2021-02-23 14:42:38 -05:00
Liam DeBeasi
26285bbc91
fix(progress-bar): use correct theme colors in dark mode ( #22957 )
...
resolves #20098
Co-authored-by: Dominik Geng <domske@users.noreply.github.com >
2021-02-23 13:13:38 -05:00
Hans Krywalsky
215eb5d4ef
feat(searchbar): add showClearIcon property ( #22759 )
...
resolves #22738
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com >
2021-02-23 12:34:42 -05:00
Liam DeBeasi
677d55ebe4
test(): update theming test with latest dark mode values ( #22956 )
2021-02-23 12:34:04 -05:00
Liam DeBeasi
a4c38aca88
chore(): update package-lock to account for npm 7.5.3 bug fix ( #22963 )
2021-02-23 11:41:51 -05:00
Liam DeBeasi
5300dcc693
fix(header): collapsed toolbar is no longer incorrectly shown when using ion-refresher ( #22937 )
...
resolves #22829
2021-02-18 08:53:49 -05:00
Hans Krywalsky
84d86397a7
refactor(refresher): add new ios 14 pull to refresh style ( #22398 )
...
resolves #22783
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com >
2021-02-17 16:14:03 -05:00
Liam DeBeasi
75458ac7fb
refactor(vue): remove support for child routes nested inside of tabs ( #22919 )
...
BREAKING CHANGE: Support for child routes nested inside of tabs has been removed to better conform to Vue Router's best practices. Additional routes should be written as sibling routes with the parent tab as the path prefix.
2021-02-12 14:43:29 -05:00
Liam DeBeasi
9e05891736
refactor(angular): remove Config.set() method ( #22918 )
...
BREAKING CHANGE: The `Config.set()` method has been removed. See https://ionicframework.com/docs/angular/config for examples on how to set config globally, per-component, and per-platform.
2021-02-12 13:54:34 -05:00
Liam DeBeasi
72466231fd
chore(): sync with master
2021-02-11 15:42:25 -05:00
Ely Lucas
b064fdebef
fix(react): onIonTabsWillChange and onIonTabsDidChange event handlers are now properly bound to IonTabs ( #22233 )
...
Co-authored-by: Hansu Kim <khsily@users.noreply.github.com >
2021-02-11 14:50:07 -05:00
Hans Krywalsky
2a5b272a32
feat(spinner): add lines-sharp, lines-sharp-small, update styles for ios 14 ( #22397 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com >
2021-02-11 14:21:56 -05:00
Yohann CINTRE
c05476b88e
fix(refresher): add correct dark mode styles ( #22639 )
...
resolves #22637
2021-02-11 12:31:41 -05:00
Adam Bradley
0de75afbef
feat(custom-elements): add experimental custom elements build ( #22863 )
...
Co-authored-by: Liam DeBeasi <liamdebeasi@icloud.com >
2021-02-11 12:08:00 -05:00
Liam DeBeasi
19d63f6243
fix(a11y): improve support for ids with special characters when getting label element ( #22680 )
...
resolves #22678
2021-02-11 11:34:03 -05:00
aleemosman
343f855147
chore(): update code of conduct ( #22619 )
...
Co-authored-by: Brandy Carney <brandyscarney@users.noreply.github.com >
2021-02-11 09:35:02 -05:00
Liam DeBeasi
da1b7a0e7a
fix(react): IonRouterOutlet now respects animated={false} prop ( #22905 )
...
resolves #22903
2021-02-10 15:05:04 -05:00
Liam DeBeasi
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
Liam DeBeasi
3a0465e7d6
fix(radio-group): pressing space no longer jumps screen to bottom of page ( #22892 )
...
resolves #22716
2021-02-09 12:56:58 -05:00
Liam DeBeasi
acf0422ca9
chore(): sync with master branch
2021-02-08 14:13:43 -05:00
Liam DeBeasi
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
Liam DeBeasi
8cb2ea6804
test(): update modal dark theme, fix styles test ( #22884 )
2021-02-05 12:55:57 -05:00
Liam DeBeasi
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
Liam DeBeasi
d46e074fb1
merge release-5.5.4
...
5.5.4
2021-02-04 11:50:39 -05:00
Liam DeBeasi
cb2c9b63e8
5.5.4
v5.5.4
2021-02-04 11:13:52 -05:00
Liam DeBeasi
ff0f1da9f1
fix(vue): ionChange events now propagate correctly ( #22872 )
...
resolves #22870
2021-02-04 11:00:46 -05:00
Mike Hartington
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
Liam DeBeasi
b6b2d34fd4
fix(app): keyboard no longer hides when using contenteditable ( #22857 )
...
resolves #22856
2021-02-02 13:19:19 -05:00