Commit Graph

27 Commits

Author SHA1 Message Date
Brandy Carney
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
Manu Mtz.-Almeida
bb809b63ed perf(all): dynamic import 2018-05-08 19:39:07 +02:00
Manu Mtz.-Almeida
cc7ab4e3c6 fix(all): snapshot tests 2018-05-08 16:05:06 +02:00
Brandy Carney
6c2d53914d fix(app): fix the statusbar-padding to match new structure 2018-05-02 17:14:21 -05:00
Adam Bradley
a939fa24a2 fix(hover): remove ion-app .enable-hover css 2018-05-02 15:57:33 -05:00
Manu Mtz.-Almeida
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +02:00
Manu Mtz.-Almeida
4ea8881f33 refactor(all): enable strictPropertyInitialization 2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
86a6cde4a1 perf(platform): remove from critical path 2018-04-18 23:06:56 +02:00
Manu Mtz.-Almeida
9c11155732 test(tabs): update tests 2018-04-13 18:35:14 +02:00
Brandy Carney
49e5b7e016 docs(app): add documentation for ion-app 2018-04-11 13:08:07 -04:00
Manu Mtz.-Almeida
ea24ad677d fix(props): update stencil 2018-04-10 00:14:10 +02:00
Adam Bradley
fcb08e1642 fix(mode): set mode css class on ion-app 2018-04-06 22:46:10 -05:00
Brandy Carney
11cb42facb fix(app): hide elements 2018-04-03 16:59:18 -04:00
Brandy Carney
b35f95a4d8 refactor(app): use font-smoothing mixin 2018-03-30 12:53:20 -04:00
Brandy Carney
f1987b6403 Revert "style(app): add empty function to break tslint"
This reverts commit 94646fc81e.
2018-03-30 12:27:36 -04:00
Brandy Carney
94646fc81e style(app): add empty function to break tslint 2018-03-30 11:25:24 -04:00
Masahiko Sakakibara
1508af4df8 refactor(app): remove negative margin from headings 2018-03-29 16:26:17 -04:00
Brandy Carney
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
Adam Bradley
0105a4ee47 refactor(tab): rename tab properties 2018-03-28 10:12:04 -05:00
Manu Mtz.-Almeida
d57122c382 fix(ripple-effect): tapclick is required in ionic 2018-03-27 23:45:53 +02:00
Manu Mtz.-Almeida
e6818369ff perf(app): platform is not needed 2018-03-24 03:27:27 +01:00
Manu Mtz.-Almeida
4fcddadcc9 fix(all): absolute positioning 2018-03-22 17:15:24 +01:00
Manu Mtz.-Almeida
6e683c54e0 fix(router-outlet): css and change logic 2018-03-21 16:50:54 +01:00
Manu Mtz.-Almeida
c03afabc0f feat(ion-router-outlet): adds router-outlet 2018-03-21 15:53:40 +01:00
Manu Mtz.-Almeida
f16a9672b4 refactor(nav): transitions 2018-03-20 14:12:25 +01:00
Ross Gerbasi
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
Brandy Carney
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00