49 Commits

Author SHA1 Message Date
ae3271f2d7 test(all): inject test styles on flag 2018-10-11 15:13:23 -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
2172aa9dae test(screenshot): use Arial for testing 2018-10-09 13:40:31 -05:00
d88bcf8408 test(toolbar): update e2e screenshots 2018-09-27 10:51:10 -05:00
a3c85ae301 fix(): add safe area cutouts (#15750)
* fix(): add safe area cutouts

* fix(): adjust safe-area padding

* fix(): safe area improvments

* fix(): safe-area-improvments for padding

* fix(): safe-area improvements for items

* fix(): safe-area fix for core css

* fix(): safe-area fix for list header

* fix(): safe-area fix for popover

* fix(): safe-area validates

* chore(): ci updates

* fix(): safe-area revert padding changes for now

* padding is being applied twice

* safe-area-left is applied to item
2018-09-26 13:01:54 -05:00
b8b9b83d49 fix(button): vanilla color is usable 2018-09-14 22:57:12 +02:00
c49d896e08 refactor(all): using ComponentInterface 2018-09-14 18:47:00 +02:00
096d9a76f3 fix(css): add core.css (#15220)
fixes #15170
2018-08-29 18:05:20 +02:00
d12ef78de6 refactor(all): cleanup mode font 2018-08-24 03:33:44 +02:00
94ea0a6d73 fix(title): mode is inherited
fixes #15187
2018-08-20 19:01:33 +02:00
ac2db9f394 fix(toolbar): add position relative to host for toolbar background
fixes #15193
2018-08-16 10:35:45 -04:00
d856ecfbbf chore(): update to latest stencil 2018-08-12 12:04:27 +02:00
dd114ffe15 fix(toolbar): add and document custom properties 2018-08-08 11:02:49 -05:00
49cac8beec perf(gesture): lazy loaded dynamic ES module 2018-08-01 05:08:39 +02:00
fd8f875a5f fix(app): statusbarPadding 2018-07-30 23:55:16 +02:00
ad006dd1ee fix(button): do not change border radius if round button in toolbar (#14941)
fixes #7661
2018-07-30 15:59:33 -04:00
c1b61d0fee chore(): update to ionic-rules/strict 2018-07-29 23:10:38 +02:00
d1969bdf1d fix(title): can be used nested
fixes #14905
2018-07-29 02:28:12 +02:00
b4976dd914 chore(): update docs 2018-07-24 23:05:35 +02: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
811eee70f8 fix(menu-button): get proper styles when used inside ion-buttons 2018-07-24 01:58:23 +02: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
094fde755c style(css): fix most scss lint errors 2018-07-18 12:53:33 -04:00
f6ab5b69ac fix(toolbar): get translucency working with header, footer and toolbar 2018-07-11 11:45:33 -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
96945b1ee1 docs(): usage and examples 2018-06-18 12:45:15 -04:00
50d4e7f30b test(components): update tests to use new grid API and adds grid tests 2018-06-18 11:33:58 -04:00
618f708bc4 fix(all): strong typing for color 2018-05-14 13:51:30 +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
8b1452c5c1 fix(lint): import order 2018-04-26 20:18:57 +02:00
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +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
86a6cde4a1 perf(platform): remove from critical path 2018-04-18 23:06:56 +02:00
ea24ad677d fix(props): update stencil 2018-04-10 00:14:10 +02:00
6c8960abdd docs(toolbar): update readme and add usage 2018-04-03 16:59:18 -04: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
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
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
c9d2a0d33b fix(toolbar): unused private 2018-03-26 23:43:43 +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
4fcddadcc9 fix(all): absolute positioning 2018-03-22 17:15:24 +01:00
fc30ba18f3 test(preview): add preview tests for documentation previews 2018-03-21 12:18:18 -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