Commit Graph

42 Commits

Author SHA1 Message Date
Manu MA
48a27636c7 fix(all): component reusage (#18963)
Use new stencil APIs to allow ionic elements to be reused once removed from the DOM.

fixes #18843
fixes #17344
fixes #16453
fixes #15879
fixes #15788
fixes #15484
fixes #17890
fixes #16364
2019-08-27 16:29:37 +02:00
Adam Bradley
598a13ecc0 chore(test): remove unused preview tests (#18608) 2019-06-24 17:15:57 -05:00
Manu MA
b40f7d36d5 fix(): update to Stencil One 🎉🎊 2019-06-19 21:33:50 +02:00
Adam Bradley
c68292b78f test(rtl): add rtl script to all e2e tests (#17009) 2019-01-08 15:06:23 -06:00
Manu MA
119e0c1fd2 refactor(all): avoid using export const enum (#16614)
* refactor(all): avoid using export const enum

fixes #16497

* add tslint
2018-12-06 21:19:49 +01: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
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
Daniel Imhoff
2172aa9dae test(screenshot): use Arial for testing 2018-10-09 13:40:31 -05:00
Manu Mtz.-Almeida
0c1f8bbc25 test(all): use mock-doc 2018-09-14 03:20:38 +02:00
Adam Bradley
29837f23fd test(e2e): update to stencil 0.13.0-3 testing 2018-09-05 16:49:34 -05:00
Manu Mtz.-Almeida
ba2230510e refactor(all): strict boolean conditions 2018-09-01 17:23:03 +02:00
Manu MA
096d9a76f3 fix(css): add core.css (#15220)
fixes #15170
2018-08-29 18:05:20 +02:00
Jordan Purinton
4c04ba3bfb docs(router):fix typo 2018-08-16 16:44:55 +02:00
Manu Mtz.-Almeida
c1b61d0fee chore(): update to ionic-rules/strict 2018-07-29 23:10:38 +02:00
Manu Mtz.-Almeida
92e21a8cf3 fix(all): updated tslint rules to latest 2018-07-29 13:03:47 +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
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
d94597b858 chore(jest): fix issues with validation and jest 2018-06-14 16:23:10 -04:00
Manu Mtz.-Almeida
d0bd3ba89e test(router): fix tests 2018-05-11 19:45:44 +02:00
Manu Mtz.-Almeida
27bd37dfc8 test(router): fix tests 2018-05-08 22:33:55 +02:00
Manu Mtz.-Almeida
c905ba4611 fix(router): initial load waits until outlet attaches 2018-04-30 14:18:06 +02:00
Manu Mtz.-Almeida
98a351941d fix(nav): rename animate to animated 2018-04-27 01:16:43 +02:00
Manu Mtz.-Almeida
89d5a358a7 fix(router): root prop 2018-04-26 23:17:15 +02:00
Manu Mtz.-Almeida
8b1452c5c1 fix(lint): import order 2018-04-26 20:18:57 +02:00
Manu Mtz.-Almeida
053c375521 refactor(all): allow external imports 2018-04-24 16:12:02 +02:00
Manu Mtz.-Almeida
2b3c14b608 fix(angular): platform ready() 2018-04-20 16:08:38 +02:00
Manu Mtz.-Almeida
78bd146ad2 fix(prerender): local references to window/document 2018-04-19 13:26:49 +02:00
Manu Mtz.-Almeida
9c11155732 test(tabs): update tests 2018-04-13 18:35:14 +02:00
Manu Mtz.-Almeida
81dc67dda4 chore(): update to stencil 0.7.20 2018-04-10 19:16:32 +02:00
Adam Bradley
0105a4ee47 refactor(tab): rename tab properties 2018-03-28 10:12:04 -05:00
Manu Mtz.-Almeida
113af9e53b fix(router): ion-nav 2018-03-27 12:05:30 +02:00
Manu Mtz.-Almeida
dddaee1719 fix(router): fixes navChanged() 2018-03-26 22:07:00 +02:00
Manu Mtz.-Almeida
371fc19a06 fix(router): reusing checks params 2018-03-21 18:38:30 +01:00
Brandy Carney
fc30ba18f3 test(preview): add preview tests for documentation previews 2018-03-21 12:18:18 -04:00
Manu Mtz.-Almeida
2bdf4add5a feat(router): wildcard redirects 2018-03-15 21:48:29 +01:00
Manu Mtz.-Almeida
e729610dc8 fix(router): rename API to match stencil-router 2018-03-13 23:40:16 +01:00
Manu Mtz.-Almeida
b4f46ee3d2 fix(router): ambiguous routes 2018-03-13 23:33:31 +01:00
Brandy Carney
d37623a2ca chore(packages): move the packages to root 2018-03-12 16:02:25 -04:00