4302 Commits

Author SHA1 Message Date
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
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
2147733fb7 card header text wraps by default 2018-08-16 12:39:47 -04:00
7e2aa5516e refactor(sass): change order of Sass imports to use global vars
This allows us to use the variables in ionic.theme.default without
having to import it. This new order is consistent with how the mode
specific globals already work.
2018-08-16 11:42:08 -04:00
e5b30a67f5 docs(segment-button): fix typo in --color description 2018-08-16 09:55:39 -05:00
4c04ba3bfb docs(router):fix typo 2018-08-16 16:44:55 +02:00
ac2db9f394 fix(toolbar): add position relative to host for toolbar background
fixes #15193
2018-08-16 10:35:45 -04:00
d7928a6eb9 4.0.0-beta.3 2018-08-16 16:17:56 +02:00
c899fb33af chore(): update docs 2018-08-16 15:48:52 +02:00
f84bb76481 fix(angular): save internal data
fixes #14888
fixes #14885
fixes #15054
fixes #15050
2018-08-16 15:47:49 +02:00
f845803c04 chore(angular): update proxies 2018-08-16 15:47:49 +02:00
3e3cc6ca45 fix(checkbox): document and add custom CSS properties
references #14850 references #14808
2018-08-14 17:15:46 -04:00
5ed2201511 fix(card): add custom CSS properties and remove css overrides on item
references #14850 references #14808
fixes #9198 fixes #12646
2018-08-14 16:51:37 -04:00
1ad9818c02 fix(card-title): add and document custom CSS properties
references #14850 references #14808
2018-08-14 16:51:37 -04:00
7050039398 fix(card-subtitle): add and document custom CSS properties
references #14850 references #14808
2018-08-14 16:51:37 -04:00
e92ff8ab55 docs(preview): fix button text in nav demo (#15163)
Changed text inside button.
Wrong text: "Go to Page Two"
Correct text "Go to Page Three"
2018-08-14 11:21:25 -04:00
d19061c863 fix(picker): allow 0 as the selectedIndex
fixes #14563
2018-08-14 11:12:58 -04:00
9424ad765d style(sass): fix lint error 2018-08-13 13:17:51 -04:00
5b6eb2c7eb refactor(nav, menu): swipeEnabled => swipeGesture 2018-08-13 18:32:24 +02:00
bd5a4a0294 refactor(overlays): enableBackdropDismiss => backdropDismiss 2018-08-13 18:32:24 +02:00