Mike Hartington
60aa027903
chore(): fix tabs ( #19821 )
...
* fix(tabs): do not wait on child tab setActive() lazy loading
* whenDefined example
* chore(): fix lint
2019-11-01 09:29:30 -07:00
Liam DeBeasi
7bd4412889
fix(animation): track correctly when updating CSS Animation ( #19813 )
...
* fix bug
* update menu
* fix
2019-10-31 12:50:54 -04:00
Liam DeBeasi
96a5e600e5
feat(animation): cubic-bezier easing conversion utility (experimental) ( #19788 )
...
resolves #19789
2019-10-31 10:16:33 -04:00
Liam DeBeasi
d80f45516d
feat(split-pane): convert to shadow component, add width, max-width, and min-width vars ( #19754 )
...
resolves #17088
Co-authored-by: troyanskiy <roman.rosluk@utopix.ch >
2019-10-30 14:16:39 -04:00
Liam DeBeasi
420aa66392
fix(toast): call button handler on cancel ( #19793 )
...
fixes #19791
2019-10-30 14:02:18 -04:00
Brandy Carney
7988720b1c
fix(picker): pass data and role to the dismiss based on button click or backdrop ( #19787 )
...
- Pass the button role on dismiss of the picker (on button click or backdrop tap)
- Pass the selected values in the data on dismiss ONLY if the dismiss role is not "cancel" or "backdrop"
- Call the cancel handler when dismissing if the role is "cancel" or "backdrop"
Fixes #18454
2019-10-30 13:25:11 -04:00
Liam DeBeasi
b642b532e8
fix(header): translucent toolbars now work with collapsible headers ( #19774 )
...
fixes #19773
2019-10-29 15:43:26 -04:00
Liam DeBeasi
0a7aae28a7
fix(header): avoid flicker on collapsible header load ( #19682 )
...
* fix flicker on collapse load
* remove old test
2019-10-29 14:36:26 -04:00
Liam DeBeasi
39fb8f6720
fix(menu): clicking backdrop closes menu properly ( #19785 )
2019-10-29 13:26:15 -04:00
Brandy Carney
f63d37a4c5
fix(textarea): remove padding from textarea placeholder ( #19694 )
...
fixes #19616
2019-10-22 11:01:15 -04:00
Liam DeBeasi
e3233000c6
fix(menu): clamp out of bounds swipe value ( #19684 )
...
fixes #18927
2019-10-18 08:56:53 -04:00
Liam DeBeasi
f0e4215f41
docs(header): add collapse header styling details ( #19669 )
...
* update large title styles
* add missing space
2019-10-17 14:19:33 -04:00
Liam DeBeasi
df1bc1e627
refactor(gesture): update Gesture API to latest ( #19671 )
2019-10-17 14:18:39 -04:00
Liam DeBeasi
f69f9e4d54
fix(header): collapsible header works in tabs ( #19658 )
...
fixes #19640
2019-10-17 12:59:08 -04:00
Michael Asimakopoulos
ed6f3b9f3f
fix(searchbar): use back button config value ( #19353 )
...
fixes #19347
2019-10-16 11:41:25 -04:00
Brandy Carney
981cb5674b
chore(tests): update tests and add e2e to ci ( #19637 )
...
- increase timeout to fix failing tests
2019-10-11 16:51:02 -04:00
Liam DeBeasi
32b97582cb
refactor(): remove old animation utility ( #19586 )
...
Use Ionic Animations instead
2019-10-11 13:47:52 -04:00
Stefanos Anagnostou
250718a40f
fix(toast): inherit height in container to center align content ( #19409 )
2019-10-10 16:05:11 -04:00
Adam Bradley
08bb60dcbb
refactor(card): convert card to shadow ( #19395 )
...
references #18899
2019-10-10 15:55:35 -04:00
Brandy Carney
17119f59cf
fix(grid): remove padding on children columns when grid has ion-no-padding ( #19592 )
...
fixes #17459
2019-10-10 15:22:59 -04:00
Liam DeBeasi
e623fbff80
refactor(split-pane): remove [main] deprecation warning ( #19599 )
2019-10-10 14:34:16 -04:00
Oori
5d6e077067
fix(css): update responsive display media queries ( #18601 )
...
BREAKING CHANGES
The responsive display classes found in the `display.css` file have had their media queries updated to better reflect how they should work. Instead of using the maximum value of that breakpoint (for `.ion-hide-{breakpoint}-down` classes) the maximum of the media query will be the minimum of that breakpoint.
fixes #18600
2019-10-10 14:34:16 -04:00
Brandy Carney
bd22926c49
feat(overlays): add global backdrop opacity variable for animations ( #19533 )
...
adds `--backdrop-opacity` to all overlays and `--ion-backdrop-opacity` for global control
closes #16446
2019-10-10 14:34:16 -04:00
Brandy Carney
3dd5f05760
feat(components): cascade mode from parent to child components ( #19369 )
...
fixes #18285
2019-10-10 14:34:16 -04:00
Adam Bradley
dbf6a448ff
feat(menu): default to overlay for ios menu ( #19063 )
...
resolves #18662
2019-10-10 14:34:16 -04:00
Liam DeBeasi
ac4f254a4f
refactor(): remove [main] from split-pane ( #19511 )
2019-10-10 14:34:16 -04:00
Liam DeBeasi
e665d38d23
refactor(): remove no-border references, add ion-no-border class ( #18954 )
...
* remove no border ref
* change to dispaly
* update usage
2019-10-10 14:34:16 -04:00
Brandy Carney
3cac855e1a
refactor(searchbar): remove boolean values from showCancelButton ( #18953 )
...
BREAKING CHANGES
The `show-cancel-button` property of the searchbar no longer accepts boolean values. Accepted values are strings: `"focus"`, `"always"`, `"never"`. The following should change:
```
<ion-searchbar show-cancel-button>
<ion-searchbar show-cancel-button="true">
<ion-searchbar show-cancel-button="false">
```
becomes
```
<ion-searchbar show-cancel-button="focus">
<ion-searchbar show-cancel-button="focus">
<ion-searchbar show-cancel-button="never">
```
2019-10-10 14:34:16 -04:00
Brandy Carney
97964a9e9f
refactor(anchor): remove anchor in favor of router-link ( #18935 )
...
BREAKING CHANGES
The deprecated `ion-anchor` component has been removed in favor using `ion-router-link`. It should still only be used with vanilla and Stencil JavaScript projects. For Angular projects, use an `<a>` and `routerLink` with the Angular router.
2019-10-10 14:34:16 -04:00
Brandy Carney
13974c1047
refactor(skeleton-text): remove width property ( #18936 )
...
BREAKING CHANGES
Skeleton text's `width` property has been removed. Please use CSS instead to set the width.
2019-10-10 14:34:16 -04:00
Brandy Carney
07d5f77584
refactor(nav): remove nav-push, nav-pop nav-root ( #19240 )
...
BREAKING CHANGES
Removes ion-nav-pop, ion-nav-push and ion-nav-set-root in favor of using ion-nav-link with router-direction
2019-10-10 14:34:16 -04:00
Manu MA
c8ac0266f2
refactor(): deprecate web component controllers ( #19109 )
2019-10-10 14:34:16 -04:00
Liam DeBeasi
d6c20a9dec
refactor(toast): remove showCloseButton and closeButtonText ( #18957 )
...
* Remove close button
* update tests
* update tests
* add build
2019-10-10 14:34:16 -04:00
Brandy Carney
7ce916cc7c
fix(searchbar): update alignment of chips and other elements in toolbar ( #19596 )
...
fixes #19495 fixes #19502
2019-10-08 19:42:59 -04:00
Manu MA
3c4e65ba97
feat(): typed @ionic/docs ( #19547 )
2019-10-08 20:35:45 +02:00
Manu MA
bb32cea5c9
fix(content): set overscroll only on iOS ( #19470 )
...
fixes #19465
2019-10-08 13:01:38 -04:00
Liam DeBeasi
fcd7a5620b
merge release-4.10.2
...
master Release 4.10.2
2019-10-08 11:23:23 -04:00
Liam DeBeasi
bc56c4aa7b
docs(slides): fix variable name in animation examples ( #19584 )
2019-10-08 11:10:14 -04:00
Liam DeBeasi
a7b964279b
fix(overlay): ensure lifecycles fire properly ( #19579 )
2019-10-08 10:41:52 -04:00
Nick Stucko
aed2dba5aa
docs(range): add range pin CSS custom properties ( #19537 )
2019-10-07 12:02:47 -04:00
Liam DeBeasi
dea1c2635d
fix(header): fix collapsing iOS header when using with split pane ( #19480 )
...
fixes #19541
2019-10-04 15:21:15 -04:00
Manu MA
9688f4d42f
refactor(menu): deprecate main html attribute ( #19237 )
2019-10-02 17:13:27 -04:00
Manu MA
f4818a1f3a
refactor(animation): update animation API ( #19529 )
2019-10-02 19:52:46 +02:00
Liam DeBeasi
71b8853ff4
fix(list): add bottom border for first item in inset list ( #19525 )
...
fixes #19507
2019-10-02 12:38:30 -04:00
Brandy Carney
77658e61cc
fix(searchbar): update padding and button alignment ( #19532 )
...
fixes #19502
2019-10-02 12:23:23 -04:00
marcushultgren
3c846a7b06
docs(popover): fix Object.assign typo ( #19497 )
2019-09-30 11:30:39 -04:00
Liam DeBeasi
8a52c7d66b
fix(content): remove pointer-events from iOS transition shadow ( #19471 )
...
fixes #19466
2019-09-27 09:33:52 -04:00
Manu MA
b4d92c6241
fix(ie): classList does not support variadic ( #19460 )
2019-09-27 13:12:06 +02:00
Liam DeBeasi
8ca97ce42c
perf(animation): avoid ngzone with requestAnimationFrame ( #19457 )
...
* add patched zone for animations
* minify raf better
2019-09-26 11:25:30 -04:00
Liam DeBeasi
eab0865fba
fix(menu): menus show proper drop shadows ( #19454 )
...
fixes #19387
2019-09-26 09:38:28 -04:00