8260 Commits

Author SHA1 Message Date
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 v4.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
5677daa324 fix(angular): always dispatch lifecycle events 2018-07-25 16:29:44 +02:00
8492c19195 4.0.0-alpha.14 v4.0.0-alpha.14 2018-07-25 16:10:44 +02:00
f1c2c0c1ba refactor(angular): enable TS strict 2018-07-25 14:29:32 +02:00
a5898163b6 fix(angular): make pages invisible before they are rendered 2018-07-25 12:11:51 +02:00
a44b84437d fix(angular): hide pages properly 2018-07-25 12:09: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 v4.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
8ec8d06a6d docs(breaking): add css utilities and link to migration guide
Also remove Sass variable references

references #14798
2018-07-24 11:10:08 -04:00
f701c18a82 docs(refresher): update error message 2018-07-24 10:55:58 -04:00
02fe310b57 4.0.0-alpha.12 v4.0.0-alpha.12 2018-07-24 16:11:06 +02:00
55ee69ff28 chore(angular): update proxies 2018-07-24 16:03:24 +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
073f45c94b docs(breaking): add link to migration linter 2018-07-23 17:26:39 -04: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
e3d730d1b5 docs(process): add emojis cause why not 2018-07-19 18:43:25 -04:00
b1a40ef31a docs(process): initial check in of process document 2018-07-19 18:36:22 -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
181cd559cc chore(bot): turn on removal of triage label on project assignment 2018-07-18 11:57:09 -05:00
094fde755c style(css): fix most scss lint errors 2018-07-18 12:53:33 -04:00