8473 Commits

Author SHA1 Message Date
ac96705401 fix(input): clearInput works in device
fixes #15319
2018-08-24 21:15:58 +02:00
b8a87fbd12 fix(nav): remove nav-decor once transition finished
fixes #15121
2018-08-24 19:51:21 +02:00
c926e879df revert(ripple-effect): remove background custom prop
This reverts commit 37a149cd5de5ca1ae8e9644caecfc5e35076d3ef.
2018-08-24 11:21:10 -05:00
f204d4e8fb chore(): revert to using components.d.ts from latest stencil. 2018-08-24 11:17:07 -05:00
b21350067c fix(skeleton-text): add and document custom properties
references #14850
2018-08-24 10:21:48 -05:00
37a149cd5d fix(ripple-effect): add and document custom properties
references #14850
2018-08-24 10:21:48 -05:00
e0b8e2472d fix(datetime): allow values to be zero (#14480)
* fix(datetime): allow values to be zero

* Using null check
2018-08-24 04:27:45 +02:00
151c58e12f fix(select): support any kind of value
fixes #15200
2018-08-24 04:15:41 +02:00
bd75bf46eb fix(picker): tune scrolling speed 2018-08-24 03:56:15 +02:00
c957ea6bcc fix(all): add customization of font-style 2018-08-24 03:50:23 +02:00
5f3c7cd755 fix(docs): add missed menu title in the list (#15300) 2018-08-24 03:43:31 +02:00
a8908283c4 fix(menu): do not override --ion-color-base 2018-08-24 03:42:31 +02:00
5f90dbfa6f fix(note): do not overide --ion-color-base 2018-08-24 03:35:12 +02:00
d12ef78de6 refactor(all): cleanup mode font 2018-08-24 03:33:44 +02:00
0d8097b3ad refactor(content): make styles modeless 2018-08-24 03:17:38 +02:00
fe9a3e4f60 chore(): update to latest stencil release. 2018-08-23 14:18:40 -05:00
fe8a096e55 chore(): update to latest stencil 2018-08-23 20:19:21 +02:00
c66a34ab59 feat(inputs): add focus() method
fixes #15266
fixes #15268
2018-08-23 00:51:53 +02:00
d1ed57e68e docs(all): cleanups
* Changing " to '

The header value was using ".

* Update readme.md

* Adding Semicolons

Console.log were missing semicolons making tslint mad
2018-08-23 00:49:30 +02:00
3d6caae13f chore(): update to latest stencil 2018-08-22 23:38:23 +02:00
11edc49dfe fix(select): random type in generated.d.ts 2018-08-22 23:38:22 +02:00
9ddfb1bfee fix(angular): back navigation and back-button play better (#15293)
* fix(angular): use location instead of navigateByUrl
Closes #15290

* fix(angular): change router methods
2018-08-22 21:28:11 +02:00
c64f2eefc7 chore(stencil): update generated file with latest build 2018-08-22 13:05:24 -04:00
bd32887767 chore(): update to latest stencil
* fix(): Update to latest stencil and change types to export from interface not index.

* chore(): fix merge conflict of file added.
2018-08-22 18:46:43 +02:00
da2dc7be49 fix(build): do not export in component modules 2018-08-22 18:03:31 +02:00
78e13ac5c4 style(virtual-scroll): remove console.log message (#15247)
remove console.log message with the viewportOffset which is executed on every virtual scroll update
2018-08-22 11:54:25 -04:00
f78a280ce9 docs(components): updating quotes in usage and icon readme (#15265) 2018-08-22 11:53:57 -04:00
6718662f5e docs(): add platform docs 2018-08-22 10:16:34 -04:00
b387de4bbd fix(app): statusbarPadding config is a boolean 2018-08-22 11:21:17 +02:00
091b43362b fix(config): using sessionStorage is not safe 2018-08-22 11:16:42 +02:00
88613ffae6 fix(select): add and document custom properties
references #14850
2018-08-21 16:43:23 -05:00
9104850646 fix(split-pane): add and document custom properties
references #14850
2018-08-21 15:55:30 -05:00
77ca2bdaf5 fix(app): --ion-safe-area-right typo 2018-08-21 19:14:53 +02:00
e0f12598aa fix(content): scrollToPoint reliability
fixes #15257
2018-08-21 18:18:25 +02:00
c567a82bfc fix(overlays): esc button works closed top overlays
fixes #14662
2018-08-21 18:04:00 +02:00
d83e7f8840 fix(popover): they should not below other overlays
relates to #14662
2018-08-21 17:09:02 +02:00
962578e17f fix(content): fix scroll events
fixes #15244
2018-08-20 19:34:12 +02:00
359c47f7b8 fix(buttons): margin between buttons 2018-08-20 19:01:33 +02:00
94ea0a6d73 fix(title): mode is inherited
fixes #15187
2018-08-20 19:01:33 +02:00
2e94227675 fix(img): add object-fit to the host to avoid skewing the inner img 2018-08-20 11:35:59 -04:00
059d3652d5 fix(card): remove calculated width to work with dynamic margin
fixes #15223
2018-08-20 11:35:59 -04:00
5989f15952 fix(textarea): remove autocomplete prop 2018-08-19 19:00:37 +02:00
ed5c8ebf09 perf(overlay): prevent layout thrashing 2018-08-19 18:58:46 +02:00
ea1c3d4100 perf(ripple-effect): using requestIdleCallback 2018-08-19 18:56:21 +02:00
08c6c974d5 fix(segment): add and document custom properties
references #14850
references #14808
closes #14854
2018-08-17 11:34:20 -05:00
3adfb985e8 fix(virtual-scroll): update VS when items change 2018-08-17 15:29:13 +02:00
2af72fadfd fix(config): scrollAssist boolean definition (#15203) 2018-08-17 02:33:51 +02:00
0ef06624a2 docs(grid): document the custom properties for all grid vars
references #14850
2018-08-16 18:14:29 -04:00
0372aec650 fix(content): document and add custom properties
references #14850 references #14808 references #14853
2018-08-16 17:54:18 -04:00
07e99a10f9 fix(chip): add and document custom properties
references #14850
references #14853
references #14808
2018-08-16 16:17:03 -04:00