43 Commits

Author SHA1 Message Date
89d1526708 fix(button): set display type on host 2018-07-16 13:20:10 -05:00
4ed8541579 fix(button): submit form w/ ion-button within shadow dom
Closes #14776
2018-07-16 12:23:35 -05:00
03f9c31e4c test(button): update the basic disabled buttons 2018-07-12 18:47:37 -04:00
9c9f081970 fix(button): add box-sizing so anchor buttons won't exceed max-width
fixes #14760
2018-07-12 17:24:33 -04:00
8e58ea4b58 test(button): add a dynamically disabled button to the basic test 2018-07-12 16:41:31 -04:00
6b29507f0e style(components): consistent line breaks with mixin args 2018-07-10 16:13:52 -04:00
a7f1f4daa7 refactor(components): update to use shadow DOM and work with css variables
- updates components to use shadow DOM or scoped if they require css variables
- moves global styles to an external stylesheet that needs to be imported
- adds support for additional colors and removes the Sass loops to generate colors for each component
- several property renames, bug fixes, and test updates

Co-authored-by: Manu Mtz.-Almeida <manu.mtza@gmail.com>
Co-authored-by: Adam Bradley <adambradley25@gmail.com>
Co-authored-by: Cam Wiegert <cam@camwiegert.com>
2018-07-09 12:57:21 -04:00
d5cef52802 docs(button): add example for icons (#14711)
add example to show how ion-icon works in ion-button using slot start, end and icon-only, like we can see in documentation https://beta.ionicframework.com/docs/api/button
2018-07-05 14:27:25 -04:00
3cdc696847 docs(): update usage and examples 2018-05-30 12:41:30 -04:00
618f708bc4 fix(all): strong typing for color 2018-05-14 13:51:30 +02:00
875b9d0950 fix(router): fix push() public interface 2018-05-11 19:15:26 +02:00
ae9d0c7236 fix(router): accepts root direction 2018-05-11 18:56:29 +02:00
859ff45bb7 refactor(button): adds shape prop 2018-05-11 17:50:53 +02:00
cc7ab4e3c6 fix(all): snapshot tests 2018-05-08 16:05:06 +02:00
a939fa24a2 fix(hover): remove ion-app .enable-hover css 2018-05-02 15:57:33 -05:00
9c7b0ca15f fix(prerender): router compatible with prerender 2018-04-24 22:33:19 +02:00
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +02:00
d5129df970 fix(all): strong typed events 2018-04-23 17:26:10 +02:00
ae0541a465 chore(): update dependencies 2018-04-22 20:08:02 +02:00
4ea8881f33 refactor(all): enable strictPropertyInitialization 2018-04-19 18:48:38 +02:00
78bd146ad2 fix(prerender): local references to window/document 2018-04-19 13:26:49 +02:00
2aa2e6f3ca docs(components): update grammar and docs 2018-04-18 11:58:21 -06:00
c8071dd2ed docs(): update auto-generated docs 2018-04-12 11:13:07 -05:00
54d7a12bea feat(routerDirection): refactors goBack 2018-04-11 22:47:15 +02:00
89b46ac52f docs(button): match style guide and add usage 2018-04-10 18:26:56 -04:00
ea24ad677d fix(props): update stencil 2018-04-10 00:14:10 +02:00
25c852c2c8 fix(ripple-effect): animation 2018-04-05 14:28:43 +02:00
57fbf6c396 fix(back-button): fix menu and back button alignment (#14268)
* fix(): fix menu and back button alignment

* fix(button): remove button-text span
2018-04-04 15:39:35 -04:00
926c8859ce docs(breaking): alert, actionsheet 2018-04-03 18:49:53 +02:00
6c6f867ce4 refactor(sass): tweaks to the alpha css variables (#14223)
* alpha tweaks

* added alpha-input
cleanup for theme-builder

* removed global variables

* style(searchbar): fix indentation

closes #14196
2018-03-30 10:27:58 -04:00
aa085248b9 test(button): this is why you should be careful using find and replace 2018-03-29 16:26:17 -04:00
88752dea51 style(sass): move font smooth to mixin and remove webkit properties
autoprefixer is adding the backdrop-filter for us now
2018-03-28 18:24:04 -04:00
d57122c382 fix(ripple-effect): tapclick is required in ionic 2018-03-27 23:45:53 +02:00
ce5b47ef99 refactor(toolbar): rename the slots to match other component behavior
`left` -> `start`
`right` -> `end`
`start` -> `secondary`
`end` -> `primary`
2018-03-27 16:45:26 -04:00
00fc460c4e feat(button): goback attribute 2018-03-27 12:05:30 +02:00
d0c5f53a08 fix(button): dynamic bar-button 2018-03-26 23:43:43 +02:00
574c346d45 revert(toolbar): revert to use old button attributes
references #14172
2018-03-23 14:39:13 -04:00
fc30ba18f3 test(preview): add preview tests for documentation previews 2018-03-21 12:18:18 -04:00
e19b2142c5 refactor(component): update design to match the modes more 2018-03-20 15:54:33 -04:00
97dc113a9f test(button): remove the modified primary color 2018-03-20 15:44:44 -04:00
e8cf9927cc refactor(toolbar): remove the mode-start and mode-end slots
- adds examples of the new way to achieve this in the e2e tests
- updates breaking change to document the new slots properly and with
examples
- removes the first-child margin on buttons in toolbar
- removes the margin on ion-buttons

closes #14172
2018-03-19 17:47:52 -04:00
147a6090e4 refactor(theming): alpha color refactor and theme cleanup (#14161)
* Cleanup for iOS mode used in material variables
Refactor to alpha variables for colors in the color map
updated theme builder with new alpha variables
updated theme builder with duplicate default CSS modes

* moved alpha transform into css-var
removed ion-color-alpha
fixes for disabled css-variable mode
added defaults for user configurable variables

* revert to spinner related code
2018-03-15 11:53:48 -04:00
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00