371 Commits

Author SHA1 Message Date
8a1ad1da2c fix(app): user-select on desktop 2018-07-29 14:48:05 +02:00
1d001a3f29 fix(all): strong type text fields 2018-07-29 14:32:28 +02:00
d65174bcf3 fix(searchbar): fix input bluring
fixes #14916
2018-07-29 14:19:51 +02:00
a62759c3cc feat(menu): configurable using menuType
fixes #14901
2018-07-29 13:34:25 +02:00
25423a06f2 fix(button): improve text style inherency
related #14927
2018-07-29 13:19:28 +02:00
92e21a8cf3 fix(all): updated tslint rules to latest 2018-07-29 13:03:47 +02:00
d1969bdf1d fix(title): can be used nested
fixes #14905
2018-07-29 02:28:12 +02:00
7da0ac4373 fix(title): support color 2018-07-28 19:01:36 +02:00
520da8d373 fix(fab): add styles for disabled
fixes #14867
2018-07-28 17:45:45 +02:00
517104fbc7 fix(inputs): better customization for placeholder color 2018-07-28 17:26:10 +02:00
f676f98628 fix(input): add color support for ion-input
fixes #14864
2018-07-28 16:48:01 +02:00
4f9cbfe73c fix(accesibility): boolean aria-* properties 2018-07-28 16:38:59 +02:00
f19553fe36 fix(item): only use pointer cursor for <button> and <a> 2018-07-28 16:32:29 +02:00
b91a7069b2 docs(infinite-scroll): update docs for disabling infinite scroll
updates the breaking changes, usage, and test

closes #14908
2018-07-27 14:53:15 -04:00
f1826a6efc fix(refresher): default to disabled false, add to breaking changes
also updates the preview demo to add to the top of the list on pull to
refresh

fixes #14879
2018-07-26 16:20:17 -04:00
be048bd071 test(segment): add example of light segment in primary toolbar 2018-07-25 10:36:35 -04:00
b4976dd914 chore(): update docs 2018-07-24 23:05:35 +02:00
2c37a5a7b2 docs(previews): update preview tests to have translucent white toolbars
to make ben happy
2018-07-24 16:27:17 -04:00
55cb354d48 fix(toolbar): remove transparent border on translucent toolbar
per discussion with ben
2018-07-24 15:43:09 -04:00
f0c15384a2 docs(components): update color documentation 2018-07-24 11:59:32 -04:00
05b258c6ef fix(tab): prevent infinite loop 2018-07-24 17:32:54 +02:00
f701c18a82 docs(refresher): update error message 2018-07-24 10:55:58 -04:00
3ae86ad3c3 Merge branch 'master' of github.com:ionic-team/ionic 2018-07-24 02:39:28 +02:00
d22f04bd90 fix(menu-button): fix sass linting 2018-07-24 02:38:55 +02:00
ebb4787f4c docs(alert): add name property to checkbox and radio alert (#14834)
added the `name` property which is required to checkbox and radio input data
2018-07-24 02:23:50 +02:00
ddb1e4989a feat(button): overflow is configurable
fixes #14839
2018-07-24 02:09:56 +02:00
811eee70f8 fix(menu-button): get proper styles when used inside ion-buttons 2018-07-24 01:58:23 +02:00
4eab209d18 fix(refresher): find parent ion-content properly
fixes #14833
2018-07-24 00:42:14 +02:00
cb4acab198 feat(menu): add getWidth()
fix #14794
2018-07-24 00:37:12 +02:00
65008e7853 fix(spinner): color can be customized in non-shadow-dom 2018-07-24 00:25:16 +02:00
4b844ef1c3 fix(all): accesibility and global styles for hidden nodes 2018-07-24 00:02:13 +02:00
0ed9406e8b docs(menu-controller): update docs 2018-07-24 00:00:54 +02:00
5c0e9e6f10 fix(label): style color 2018-07-24 00:00:54 +02:00
8324bd1f7f fix(inputs): inputs work inside <form> 2018-07-24 00:00:54 +02:00
3e7aa4be83 fix(checkbox): get css variable customization working better
also fixes a bug where transition wasn’t working
2018-07-23 17:16:16 -04:00
c3b5dc77ff test(label): update basic test with colors 2018-07-23 16:21:46 -04:00
38b1e47739 fix(overlay): remove global css vars in overlays for local ones 2018-07-23 16:12:03 -04:00
79a09ab1bc style(components): remove unneeded css variables 2018-07-23 14:42:40 -04:00
3ab1e2dc46 fix(spinner): get paused attribute working and update tests
fixes #14811
2018-07-20 16:11:20 -04:00
ba30671599 fix(grid): set the flex and width to auto when size is auto
fixes #14807
2018-07-20 14:24:54 -04:00
7a8d5f68d2 chore(stylelint): remove sass-lint/scss-lint in favor of stylelint
- remove scss-lint and sass-lint
- add stylelint and stylelint-order packages and configuration
- update all *.scss files to new syntax

fixes #14805
2018-07-19 15:10:30 -05:00
771c47f109 test(loading): update tests and javascript usage for content 2018-07-19 15:54:29 -04:00
e901d27dea docs(loading): correct usage for loadingController options parameter (#14778) 2018-07-19 15:53:16 -04:00
79d01d09ab docs(alert): add name in alert usage (#14511) 2018-07-19 15:40:03 -04:00
094fde755c style(css): fix most scss lint errors 2018-07-18 12:53:33 -04:00
9488a98da0 fix(modal): use flex to position modal to make it easier to size
closes #14392
2018-07-18 11:20:57 -04:00
c3c35b5829 docs(menu): update some docs and styles 2018-07-18 10:44:57 -04:00
12d8174307 style(components): import statements should be one line 2018-07-18 10:20:34 -04:00
1d201ec468 fix(slides): swiper container should take up 100% height
closes #14771
2018-07-17 18:05:11 -04:00
857b42d47a fix(content): set height to make it accessible for children elements (#14772) 2018-07-17 17:09:14 -04:00