5011 Commits

Author SHA1 Message Date
a999c1f0a9 perf(): prevent unnecesary event listener changes 2018-10-09 16:03:14 -05:00
545db2e4c4 fix(tabbar): css variables assigned to the host 2018-10-09 15:32:43 -05:00
e3bbfd0b05 refactor(tabs): ion-tabbar can be used in standalone mode 2018-10-09 15:32:43 -05:00
25f6e28e9c test(img): use local images 2018-10-09 14:17:13 -05:00
92514b3019 fix(card-header): get color property working
references #14723
references #14853
2018-10-09 13:49:27 -05:00
a9a29f74f9 fix(card): update currentColor to use contrast color 2018-10-09 13:49:27 -05:00
2172aa9dae test(screenshot): use Arial for testing 2018-10-09 13:40:31 -05:00
0658b06213 test(content): replace fullscreen background image with gradient 2018-10-09 10:23:48 -05:00
64b52b54e4 feat(menu): add new lifeycle events 2018-10-09 09:53:44 -05:00
386cf82340 fix(menu-button): color
fixes #15546
fixes #15545
2018-10-08 16:12:15 -05:00
e189cc6ec2 fix(button): use class instead of reflect
fixes #15623
2018-10-08 16:05:59 -05:00
e2ea08b29b fix(menu-button): Not visible if toolbar has primary color (#15847)
* fix(menu-button): Correct color if toolbar has custom color

* fix(menu-button): Fix variable name
2018-10-08 16:05:17 -05:00
4036db5480 chore(): update readme 2018-10-08 15:46:34 -05:00
b4a73ad760 fix(infinite-scroll): implements position="top"
fixes #15481
2018-10-08 15:46:34 -05:00
f87d4bf385 fix(css): avoid cleancss bug
fixes #15807
2018-10-08 15:46:34 -05:00
3e0d9d0964 chore(ci): split out tests 2018-10-08 15:23:20 -05:00
e81af2d5aa fix(picker): stop animation when it's closed
fixes #15854
2018-10-08 14:53:47 -05:00
8cb1886672 fix(content): iOS should not have scroll in desktop
fixes #15858
2018-10-08 14:35:54 -05:00
19c449e815 fix(modal/popover): lifecycle events
fixes #15806
2018-10-08 14:28:22 -05:00
11aa241dac fix(menu): overlays can block menu closing
fixes #15880
2018-10-08 13:31:27 -05:00
e51f1f36f1 fix(item): detail context based in text color 2018-10-08 13:17:33 -05:00
f00be0db07 fix(popover): showBackdrop hides backdrop
fixes #15878
2018-10-08 13:17:33 -05:00
0bec05b705 chore(): Add rollup as dev dependency (#15846) 2018-10-08 11:41:53 -05:00
06a3028c65 fix(col): fix CSS is undefined error on IE11 (#15882)
* fix(col): fix CSS is undefined error on IE11

* Update col.tsx
2018-10-08 11:39:44 -05:00
870a92f54b test(select): await alert dismiss 2018-10-08 11:31:07 -05:00
f1d241678a chore(): update stencil 2018-10-08 10:52:03 -05:00
6b88e4c52b chore(): fix lint issue 2018-10-08 10:30:08 -05:00
a87a8738ed chore(screenshot): local & CI integration (#15825) 2018-10-08 10:28:39 -05:00
9d109d68c8 fix(all): disable animations in e2e tests 2018-10-08 10:18:31 -05:00
2909e1cc7b chore(): fix component.d.ts random changes 2018-10-08 09:50:35 -05:00
5f659420fd fix(reorder-group): delegate dom reordering
fixes #15836
2018-10-08 09:46:37 -05:00
0983f95d9f test(components): migrate e2e tests to puppeteer
references #15803
2018-10-05 18:30:24 -04:00
6bc35a306c test(components): migrate e2e tests to puppeteer
references #15803
2018-10-05 18:11:11 -04:00
92cd9cc238 test(fab): update fab tests and migrate to new e2e
references #15803
2018-10-05 17:48:22 -04:00
a1af131a86 chore(stencil): downgrade stencil to fix tests 2018-10-05 16:28:39 -04:00
f885f7d10a fix(item): add input highlight using an absolute div (#15856)
Adds the following CSS properties to item:

```
--highlight-color-focused
--highlight-color-valid
--highlight-color-invalid
--highlight-height
```

This also fixes an issue where we were showing the highlight on items
with no lines, and shows inset vs full properly. Adds documentation and tests for input focus.

fixes #14036 fixes #9639 fixes #14952 closes #15690
2018-10-05 16:15:39 -04:00
23df042d78 fix(input): add and document custom properties
references #14850
2018-10-05 14:01:47 -05:00
4fd817ca4e test(infinite-scroll): migrate e2e tests
references #15803
2018-10-05 10:31:52 -05:00
83fd527630 docs(components): update readmes from build script 2018-10-05 10:35:50 -04:00
24f33730a0 feat(nav): animation is customizable
fixes #15851
2018-10-04 18:06:19 +02:00
dc976cc745 feat(overlays): expose animation customization 2018-10-04 17:21:15 +02:00
3d985871e4 fix(tabs): badgeColor works again
fixes #15559
fixes #14840
2018-10-02 21:33:48 +02:00
d9e0bd33b7 test(menu): fix test 2018-10-02 19:00:44 +02:00
fd01308a8d fix(hide/show): fix show-when/hide-when
fixes #15813
2018-10-02 19:00:44 +02:00
c6bfda0d9b test(input): migrate e2e tests
references #15803
2018-10-02 11:49:26 -05:00
7370218b2d test(item): migrate e2e tests
references #15803
2018-10-02 11:49:26 -05:00
e6bd6d4254 test(item-sliding): migrate e2e tests 2018-10-02 11:49:25 -05:00
c9886e23a4 test(label): migrate e2e tests
references #15803
2018-10-02 11:49:25 -05:00
030227b1d8 test(list): migrate e2e tests
references #15803
2018-10-02 11:49:25 -05:00
05f3d92af4 test(loading): migrate e2e tests
references #15803
2018-10-02 11:49:25 -05:00