Commit Graph

194 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
4965dcc49e chore(): update to latest stencil 2018-04-26 20:35:04 +02:00
Manu Mtz.-Almeida
8b1452c5c1 fix(lint): import order 2018-04-26 20:18:57 +02:00
Manu Mtz.-Almeida
bf17a01f36 docs(router): some docs 2018-04-26 19:27:54 +02:00
mhartington
3328314339 fix(validate): fix type errors 2018-04-26 10:18:44 -04:00
mhartington
c917a3cd48 fix(config): add object.entries polyfil 2018-04-26 10:08:07 -04:00
Manu Mtz.-Almeida
9c7b0ca15f fix(prerender): router compatible with prerender 2018-04-24 22:33:19 +02:00
Manu Mtz.-Almeida
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +02:00
Manu Mtz.-Almeida
0c1476e0ff fix(config): add setupConfig util 2018-04-24 01:25:03 +02:00
Manu Mtz.-Almeida
d06409a2bd refactor(reorder): using fallback slot 2018-04-23 23:29:16 +02:00
Manu Mtz.-Almeida
51ac33192b chore(): update to latest stencil 2018-04-23 17:46:44 +02:00
Manu Mtz.-Almeida
d5129df970 fix(all): strong typed events 2018-04-23 17:26:10 +02:00
Manu Mtz.-Almeida
ae0541a465 chore(): update dependencies 2018-04-22 20:08:02 +02:00
Manu Mtz.-Almeida
3f8fcda366 test(toggle): adds unit tests 2018-04-22 20:03:10 +02:00
Manu Mtz.-Almeida
2b3c14b608 fix(angular): platform ready() 2018-04-20 16:08:38 +02:00
Manu Mtz.-Almeida
4ea8881f33 refactor(all): enable strictPropertyInitialization 2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
78bd146ad2 fix(prerender): local references to window/document 2018-04-19 13:26:49 +02:00
Manu Mtz.-Almeida
86a6cde4a1 perf(platform): remove from critical path 2018-04-18 23:06:56 +02:00
Brandy Carney
20a8eec992 docs(item): update item documentation and add usage 2018-04-18 11:58:21 -06:00
Brandy Carney
2aa2e6f3ca docs(components): update grammar and docs 2018-04-18 11:58:21 -06:00
Josh Thomas
cccdb42fbd chore(): change usage of Build.isDev so that buble does not act out. 2018-04-17 13:53:34 -05:00
Manu Mtz.-Almeida
43d7538e66 fix(overlay): cssClasses applied to overlay 2018-04-17 18:58:28 +02:00
Manu Mtz.-Almeida
c1cbbc52d2 fix(virtual-scroll): queue.write 2018-04-14 11:45:08 +02:00
Manu Mtz.-Almeida
9c11155732 test(tabs): update tests 2018-04-13 18:35:14 +02:00
Manu Mtz.-Almeida
fde878baf3 fix(label): inline position by default 2018-04-13 17:36:33 +02:00
Manu Mtz.-Almeida
b1ee4b8e3a fix(label): using prop for position
also fixes #14288
2018-04-13 17:03:46 +02:00
Adam Bradley
c8071dd2ed docs(): update auto-generated docs 2018-04-12 11:13:07 -05:00
Adam Bradley
91ccc86a52 chore(components): update components.d.ts 2018-04-12 11:12:35 -05:00
Adam Bradley
bceece7bc1 feat(DomController): add DomController provider using stencil queue 2018-04-12 11:12:12 -05:00
ghybs
b1778102fc docs(item-sliding): readme replace side values
in description sides "left" and "right" are now "start" and "end".
Add a link to `ion-item-options` where the exact effect of those values is described.
2018-04-12 00:09:53 +02:00
ghybs
3df6e94650 docs(item-options): readme add table for side
description and replace "left" and "right" obsolete values by new "start" and "end" values.
2018-04-12 00:09:53 +02:00
ghybs
27fae3b70d docs(item-options): side values renamed start/end
instead of left/right.
2018-04-12 00:09:53 +02:00
Manu Mtz.-Almeida
54d7a12bea feat(routerDirection): refactors goBack 2018-04-11 22:47:15 +02:00
Adam Bradley
d623b3b71f feat(queue): use stencil's queue controller for dom read/writes 2018-04-11 15:24:49 -05:00
Manu Mtz.-Almeida
02c1e83096 fix(angular): emit es5 code 2018-04-11 21:13:44 +02:00
Manu Mtz.-Almeida
a203534b27 fix(fab): fix fab activation 2018-04-11 20:58:01 +02:00
Brandy Carney
49e5b7e016 docs(app): add documentation for ion-app 2018-04-11 13:08:07 -04:00
Brandy Carney
229ee845da chore(stencil): update to latest 2018-04-11 11:26:34 -04:00
Brandy Carney
2c9d485d2d docs(buttons): add documentation and usage 2018-04-10 18:26:56 -04:00
Brandy Carney
89b46ac52f docs(button): match style guide and add usage 2018-04-10 18:26:56 -04:00
Brandy Carney
9b9aab9f2b docs(badge): add usage 2018-04-10 18:26:56 -04:00
Manu Mtz.-Almeida
850d7fc74d fix(angular): change detection in deep ViewContainers 2018-04-10 23:51:59 +02:00
Manu Mtz.-Almeida
81dc67dda4 chore(): update to stencil 0.7.20 2018-04-10 19:16:32 +02:00
Manu Mtz.-Almeida
fd5c957787 refactor(all): enable ts strict 2018-04-10 02:43:48 +02:00
Manu Mtz.-Almeida
ea24ad677d fix(props): update stencil 2018-04-10 00:14:10 +02:00
mhartington
d98421461e fix(toast): account for safe-area on ios 2018-04-09 15:35:19 -04:00
Brandy Carney
e02f9902a5 style(item): add spacing 2018-04-09 11:25:36 -04:00
Brandy Carney
eba40e8961 docs(back-button): update the main docs and add usage 2018-04-09 11:25:36 -04:00
Brandy Carney
5f4250b8b5 fix(back-button): get the back button color working
refactors the structure / classes of back button to match the default
button more
2018-04-09 11:25:35 -04:00
Manu Mtz.-Almeida
5f9b74ca38 refactor(haptic): pure module 2018-04-08 17:18:07 +02:00
Adam Bradley
fcb08e1642 fix(mode): set mode css class on ion-app 2018-04-06 22:46:10 -05:00