Adam Bradley
c68292b78f
test(rtl): add rtl script to all e2e tests ( #17009 )
2019-01-08 15:06:23 -06:00
Brandy Carney
7ba94900bb
refactor(themes): remove the outer-content class from core ( #16589 )
...
BREAKING CHANGES
The outer-content class has been removed in favor of setting the color in your app instead:
```
.outer-content {
--background: #f2f2f2;
}
```
2018-12-04 16:38:50 -05:00
Manu Mtz.-Almeida
72f0a76a1f
fix(tabs): use slot instead of placement
2018-11-01 19:26:05 +01:00
Manu MA
1532bd2f48
fix(tab-bar): safe-bottom area is applied correctly ( #16179 )
...
* fix(tab-bar): safe-bottom area is applied correctly
fixes #16175
* add test
2018-11-01 18:29:33 +01:00
Adam Bradley
38db1fb167
test(tabs): fix tabs tests ( #16146 )
2018-10-30 13:30:08 -05:00
Cam Wiegert
018fb9876f
test(all): use test() instead of it() where appropriate ( #16129 )
...
This replaces uses of Jest's it() function in end-to-end tests with the alias test() where it makes sense semantically.
2018-10-29 12:40:06 -05:00
Manu MA
4d3ad67740
refactor(tabs): apply design-doc ( #16048 )
2018-10-25 22:13:19 +02:00
Adam Bradley
3c7fee5cca
test(e2e): relative paths ( #16077 )
2018-10-24 22:41:48 -05:00
Adam Bradley
a9fd3399de
test(e2e): force roboto font on all systems ( #15993 )
2018-10-19 15:22:15 -05:00
Cam Wiegert
ae3271f2d7
test(all): inject test styles on flag
2018-10-11 15:13:23 -05:00
Manu Mtz.-Almeida
545db2e4c4
fix(tabbar): css variables assigned to the host
2018-10-09 15:32:43 -05:00
Manu Mtz.-Almeida
e3bbfd0b05
refactor(tabs): ion-tabbar can be used in standalone mode
2018-10-09 15:32:43 -05:00
Daniel Imhoff
2172aa9dae
test(screenshot): use Arial for testing
2018-10-09 13:40:31 -05:00
Manu Mtz.-Almeida
3d985871e4
fix(tabs): badgeColor works again
...
fixes #15559
fixes #14840
2018-10-02 21:33:48 +02:00
Manu MA
096d9a76f3
fix(css): add core.css ( #15220 )
...
fixes #15170
2018-08-29 18:05:20 +02:00
Manu Mtz.-Almeida
da2dc7be49
fix(build): do not export in component modules
2018-08-22 18:03:31 +02:00
Brandy Carney
575c5eb292
fix(tabs): get the tabbar layout working with shadow DOM ( #15113 )
...
- gets the `tabbarLayout` property working
- update badge position based on tabs layout
- fix the transforms for icon/text and icon size
fixes #14611
2018-08-10 17:41:38 -04:00
Manu Mtz.-Almeida
997cda0667
refactor(scroll): merge into ion-content
2018-08-10 00:07:08 +02:00
Manu Mtz.-Almeida
1b5bb67959
chore(): update to latest stencil
2018-07-31 20:09:26 +02:00
Brandy Carney
2c37a5a7b2
docs(previews): update preview tests to have translucent white toolbars
...
to make ben happy
2018-07-24 16:27:17 -04:00
Cam Wiegert
b8bb1ddaba
test(tabs): rename badgeColor -> badge-color in basic
2018-07-17 14:18:35 -05:00
Brandy Carney
b903718468
test(tabs): update basic test to include dynamic badge attributes
2018-07-16 11:16:25 -04:00
Brandy Carney
eb9ed179da
fix(tab-button): add a class to hide the tab when show is false
2018-07-12 10:51:26 -04:00
Brandy Carney
e131d55e0f
test(tabs): uncomment tabs e2e and add colors test
2018-07-10 15:11:14 -04:00
Brandy Carney
b46c3e2039
fix(tabs): correct alignment for label/icon only tabs
2018-07-10 15:10:47 -04:00
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
Brandy Carney
50d4e7f30b
test(components): update tests to use new grid API and adds grid tests
2018-06-18 11:33:58 -04:00
Manu Mtz.-Almeida
cc7ab4e3c6
fix(all): snapshot tests
2018-05-08 16:05:06 +02:00
Manu Mtz.-Almeida
ae0541a465
chore(): update dependencies
2018-04-22 20:08:02 +02:00
Manu Mtz.-Almeida
4ea8881f33
refactor(all): enable strictPropertyInitialization
2018-04-19 18:48:38 +02:00
Manu Mtz.-Almeida
9c11155732
test(tabs): update tests
2018-04-13 18:35:14 +02:00
Adam Bradley
0105a4ee47
refactor(tab): rename tab properties
2018-03-28 10:12:04 -05:00
Brandy Carney
fc30ba18f3
test(preview): add preview tests for documentation previews
2018-03-21 12:18:18 -04:00
Brandy Carney
d37623a2ca
chore(packages): move the packages to root
2018-03-12 16:02:25 -04:00