4784 Commits

Author SHA1 Message Date
ca5866493b fix(overlay): animation can be interrupted
fixes #15506
2018-09-14 01:41:28 +02:00
6e5c035b39 chore(tslint): disable 'no-floating-promises' 2018-09-14 00:50:44 +02:00
127da1ac79 fix(sliding-item): swipe event 2018-09-14 00:43:01 +02:00
428a5da0b5 fix(item-option): enable ripple-effect 2018-09-14 00:42:48 +02:00
7f59f91cda fix(item-sliding): make sure options are ready 2018-09-14 00:42:33 +02:00
9d3a2598be perf(slides): tree-shake dependency 2018-09-14 00:31:23 +02:00
ea01900f99 fix(slides): Methods wait for execution until swiper is initialized (#15576)
* fix(slides): Methods wait to for execution until swiper is initialized

* fix(slides): Method is private and renamed to waitUntilReady
2018-09-13 21:10:10 +02:00
f62601fb0a fix(range): update range ratio when new min/max are passed (#15512)
fixes #15511
2018-09-13 19:29:28 +02:00
db35af21f2 fix(slides): Update swiperOptions default to match version 4 of Swiper (#15578) 2018-09-13 19:26:12 +02:00
49ab065be7 fix(segment): fix css var + host-context() 2018-09-13 19:25:03 +02:00
44364198b8 docs(checkbox): update preview test to use slots 2018-09-13 11:46:13 -04:00
21d1f2e2dd fix(item): update hostContext to use ion-item element
fixes styling issues with children elements using the .in-item class
2018-09-13 11:46:13 -04:00
6c62e6cdc9 fix(anchor): make it activatable 2018-09-13 00:09:50 +02:00
ac42180f14 fix(toast): render on top 2018-09-12 23:06:00 +02:00
969433cfd7 chore(): update to latest stencil 2018-09-12 21:56:21 +02:00
83543b727b fix(input): value might be null/undefined 2018-09-12 20:54:28 +02:00
239863465c fix(fab-button): add routerDirection
fixes #15551
2018-09-12 20:54:28 +02:00
fcb45d12e2 style(components): don't self close tags 2018-09-12 11:38:20 -04:00
6ed4690834 style(tap-click): rename activable to activatable 2018-09-12 11:38:20 -04:00
37c9be7453 fix(back-button): subscribe to body 2018-09-11 14:11:43 +02:00
8f5b45c539 chore(): update to latest stencil 2018-09-11 10:54:31 +02:00
bb1924315e fix(esm): reorganiza exports 2018-09-11 10:54:30 +02:00
240531c283 docs(popover) Fix variable undefined errors (#15543)
* Update angular.md

Fix `event` undefined error

* Update javascript.md

Fix event undefined error
2018-09-11 02:44:28 +02:00
de51c840eb docs(): update infiniteScroll example
Added import statements to make the angular typescript example easier to adopt for individual use cases.
2018-09-10 14:39:10 -04:00
4a43579239 docs(): update navPush docs
from --> form
2018-09-10 14:37:51 -04:00
ba52656271 docs(): update nav docs
cased --> cases
2018-09-10 14:37:13 -04:00
20a75994f9 fix(searchbar): ionCancel event
fixes #15476
2018-09-07 17:14:00 +02:00
5ccc1fd565 fix(list-header): add and document custom properties
references #14850
references #14853
references #14808
2018-09-07 09:54:44 -05:00
bf486e2c99 docs(overlay): onDidDismiss() and onWillDismiss() 2018-09-07 16:45:11 +02:00
2f2a255436 fix(toast): adds role timeout and cancel
fixes #15477
2018-09-07 16:45:11 +02:00
efb99cb085 fix(slides): Updated lockSwipes methods to match the new swiper.js API (#15469) 2018-09-07 16:34:16 +02:00
b362b0ad8d fix(core): matchBreakpoint will return true if breakPoint is empty string (#15498)
Closes #15495
2018-09-07 16:16:37 +02:00
b28aeab50d feat(router): add support for relative paths
fixes #15499
2018-09-07 16:03:03 +02:00
11d4fb97a7 docs(): add local CONTRIBUTING 2018-09-07 01:44:29 +02:00
3dd9604f3e perf(router): prevent initializaing page twice 2018-09-07 00:53:47 +02:00
fc87875b8f refactor(button): using createColorClasses 2018-09-06 23:00:50 +02:00
104f5aaf70 chore(): fix linter issues 2018-09-06 22:56:32 +02:00
b6fc69d2cd 4.0.0-beta.8 2018-09-06 22:54:52 +02:00
7f57e02d14 fix(searchbar): add and document custom properties
references #14850
2018-09-06 15:47:13 -05:00
4876df928d chore(): tslint checks 2018-09-06 21:49:35 +02:00
b56f136e43 fix(test): treeshake check runs last 2018-09-06 00:01:24 +02:00
a4b11797e4 fix(test): workaround for nav tests 2018-09-05 23:57:56 +02:00
1bcca01e1a feat(angular): integrate back-button with ng router 2018-09-05 23:50:11 +02:00
29837f23fd test(e2e): update to stencil 0.13.0-3 testing 2018-09-05 16:49:34 -05:00
1f198622f8 fix(toggle): empty hidden input value when not checked 2018-09-05 16:48:43 -05:00
3af43610bb fix(button): add custom properties and remove --ion-color overrides (#15463)
- adds custom properties 
- removes the overrides of `--ion-color-*` variables
- documents the properties

references #14808 references #14853 references #14850
2018-09-05 12:23:47 -04:00
1f24370497 chore(): update tslint 2018-09-04 23:56:58 +02:00
0b39a0cff1 chore(): update to latest stencil 2018-09-04 03:24:36 +02:00
1d56dc713c chore(): fix linter issues 2018-09-04 01:11:35 +02:00
4ccbefa4c6 feat(overlays): close overlay with back-button 2018-09-04 01:09:29 +02:00