c3f165afbd
test(menu-button): update to latest script, add toolbars
2018-10-11 16:27:30 -05:00
a72fced6fe
fix(all): docs for all missing props
2018-10-11 16:24:08 -05:00
53305741a0
fix(toggle): improve animation motion
2018-10-11 16:24:08 -05:00
a7fae3bf1f
test(menu-button): add a standalone test with menu buttons
...
references #14853
2018-10-11 16:20:48 -05:00
0e3ade60f6
test(e2e): fix reorder-group
2018-10-11 16:04:02 -05:00
ae3271f2d7
test(all): inject test styles on flag
2018-10-11 15:13:23 -05:00
3466e15f5b
style(title): fix lint error
2018-10-11 13:46:47 -05:00
098bd826cd
fix(fab-button): add and document css properties
...
references #14853 references #14850 closes #14808
2018-10-11 13:43:13 -05:00
a9b30646fe
fix(title): allow color to be set for title without attribute
...
references #14853 references #14850
2018-10-10 14:33:18 -05:00
b5e39c8675
fix(card): include card-header in current color
2018-10-10 12:02:26 -05:00
7bde344291
test(card-header): use testing query instead of animated
2018-10-10 11:35:24 -05:00
a29ffb49ca
test(colors): add examples for custom color w/ attribute
2018-10-10 11:35:24 -05:00
6eae95a224
fix(list): don't show inset lines for full line list
2018-10-10 11:35:24 -05:00
798b4f6935
test(radio): update standalone test
2018-10-10 11:35:23 -05:00
1685a30041
test(note): update test to include e2e screenshot files
2018-10-10 11:35:23 -05:00
b485eba3a8
fix(label): add color variable, examples to test and document
...
references #14853 references #14850
2018-10-10 11:35:23 -05:00
af01378232
test(input): update standalone to include color examples
2018-10-10 11:35:23 -05:00
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
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
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
6b88e4c52b
chore(): fix lint issue
2018-10-08 10:30:08 -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
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