1878 Commits

Author SHA1 Message Date
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
7c12e1bc8d fix(flex-utils): add missing flex attributes 2018-07-26 16:41:41 -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
0db643df45 4.0.0-beta.0 2018-07-25 10:51:19 -04:00
be048bd071 test(segment): add example of light segment in primary toolbar 2018-07-25 10:36:35 -04:00
8492c19195 4.0.0-alpha.14 2018-07-25 16:10:44 +02:00
f52dece7bf fix(transition): make sure hidden is removed 2018-07-24 23:47:53 +02:00
0e91aa75ac 4.0.0-alpha.13 2018-07-24 23:07:59 +02:00
b4976dd914 chore(): update docs 2018-07-24 23:05:35 +02:00
90cb7b1fca chore(): update to latest stencil 2018-07-24 23:00:58 +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
7d3d98d6f2 fix(css): revert hidden css 2018-07-24 17:32:54 +02:00
f701c18a82 docs(refresher): update error message 2018-07-24 10:55:58 -04:00
02fe310b57 4.0.0-alpha.12 2018-07-24 16:11:06 +02: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
f6c8f3f993 fix(margin): adds css variables
fixes #14798
fixes #14826
2018-07-24 00:48:03 +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
bcc164adbd chore(stylelint): ignore custom properties for no zero unit
this fixes an issue when `0px` needs to be used in calc

see https://github.com/stylelint/stylelint/issues/3037
2018-07-23 11:22:27 -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
7d030ce27c style(css): fix sass linter errors and add descriptions to css files 2018-07-18 11:34:49 -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