Commit Graph

214 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
bb809b63ed perf(all): dynamic import 2018-05-08 19:39:07 +02:00
Manu Mtz.-Almeida
cc7ab4e3c6 fix(all): snapshot tests 2018-05-08 16:05:06 +02:00
Brandy Carney
427222cc29 refactor(item): remove no-lines attribute in favor of lines property (#14407)
* docs(components): update grammar and docs

* docs(item): update item documentation and add usage

* test(item): add lines test

* feat(list): add lines property to override borders on items

* feat(item): add lines property to override borders on items

* refactor(item): remove old uses of no-lines attribute

* fix(item-sliding): update item options to show border

- show the border on left options only if in a full list
- show the border on both options only if in an inset list (or ios by
default)
- don’t show border on either for no lines list (and md by default)

also renames isRightSide to isEndSide to match the side values

* chore(package): update package lock

* style(item): fix lint errors

* test(item): update item tests

* refactor(item): remove the custom styling of last child items

instead of us overriding first/last child items to have borders we are
going to add to the documentation how to style items with a full border

* fix(item): apply border to item inputs for MD mode

* docs(components): update docs based on new build

* docs(usage): update item usage to show lines being used

* fix(item): do not set the padding right to 0 on an item by default

* fix(item): cast lines to boolean

fixes: #5537 #13218 #12689 #12073 #9112
2018-05-07 17:16:11 -04:00
Brandy Carney
ae1028d91e fix(theming): update contrast colors 2018-05-03 15:37:12 -05:00
Brandy Carney
6c2d53914d fix(app): fix the statusbar-padding to match new structure 2018-05-02 17:14:21 -05:00
Adam Bradley
a939fa24a2 fix(hover): remove ion-app .enable-hover css 2018-05-02 15:57:33 -05:00
Manu Mtz.-Almeida
d9802f4b63 chore(): update to latest stencil 2018-04-30 18:49:30 +02:00
Manu Mtz.-Almeida
d613411287 feat(router): add willChange event 2018-04-30 18:49:22 +02:00
Manu Mtz.-Almeida
c905ba4611 fix(router): initial load waits until outlet attaches 2018-04-30 14:18:06 +02:00
Manu Mtz.-Almeida
af4bcb8dcf fix(router): writeURL() for non root base 2018-04-30 14:16:38 +02:00
Manu Mtz.-Almeida
e56b2ee1a5 fix(router): error when it can't initialize property 2018-04-29 17:24:18 +02:00
Manu Mtz.-Almeida
19e5df941c refactor(radio): .radio-checked only applied once 2018-04-29 16:37:35 +02:00
Manu Mtz.-Almeida
cbf163279b test(theme): adds tests for getClassMap() 2018-04-28 15:29:42 +02:00
Manu Mtz.-Almeida
78454b4f62 fix(segment): checked can be changed dynamically 2018-04-28 15:29:30 +02:00
Manu Mtz.-Almeida
a367f1e3c8 test(theme): adds tests for getClassList() 2018-04-27 18:25:49 +02:00
Manu Mtz.-Almeida
826e02bcf0 fix(select): cssClass + strong typed 2018-04-27 18:25:49 +02:00
Brandy Carney
9bee0f0879 fix(toast): only use constant and env if supported (#14399) 2018-04-27 11:53:56 -04:00
Manu Mtz.-Almeida
98a351941d fix(nav): rename animate to animated 2018-04-27 01:16:43 +02:00
Manu Mtz.-Almeida
aa53563944 refactor(transition): deduplicates animation builder 2018-04-27 00:15:06 +02:00
Manu Mtz.-Almeida
89d5a358a7 fix(router): root prop 2018-04-26 23:17:15 +02:00
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