Commit Graph

750 Commits

Author SHA1 Message Date
Brandy Carney
0f616338d7 tests(standalone): update standalone overlay tests to remove buttons
having the ion-buttons in the standalone tests was providing button
styles that some of the components needed, we need to make sure they
look good without those styles
2018-02-07 13:03:34 -05:00
Brandy Carney
1495046d4a fix(alert): remove dependency on button and fix standalone styles
Alert was previously dependent on button being used with it - this
renames the .button-inner class to .alert-button-inner and fixes the
styling of the standalone alert component
2018-02-07 12:39:40 -05:00
Brandy Carney
6ba02c21d0 fix(button): remove transparent box shadow
closes #11585
2018-02-07 12:30:15 -05:00
Ken Sodemann
9cc0e5519c fix(e2e): make the wait logic more flexible
We will now by default wait for something to be hydrated, and then wait for the passed in tag to be visible whether it is hydrated or not.

This allows the tag passed in to be associated with a standard (non-stencil) element.
2018-02-07 11:27:31 -06:00
Ken Sodemann
b69bd04bb6 fix(e2e): add id so test has something to wait for 2018-02-07 10:56:37 -06:00
Dan Bucholtz
725830dbdc chore(dependencies): use stencil 0.4.0 prerelease 2018-02-07 09:49:50 -06:00
Dan Bucholtz
cb82eacdc0 chore(build): export interface to get typescript to be cool 2018-02-06 23:15:06 -06:00
Dan Bucholtz
6d37c63200 chore(dependencies): updates 2018-02-06 22:55:06 -06:00
Manu Mtz.-Almeida
61231ecd75 chore(): update to latest stencil 2018-02-06 20:04:28 +01:00
Manu Mtz.-Almeida
2ebd460b84 fix(virtual-scroll): fix tests 2018-02-06 20:02:55 +01:00
Dan Bucholtz
77b8527d76 chore(types): update component types 2018-02-06 10:47:49 -06:00
Dan Bucholtz
816079845f feature(back-button): initial swag at software back-button support (yolo)
* wip

* wip

* wip

* feature(back-button): yolo
2018-02-06 10:45:15 -06:00
Brandy Carney
dac51936bc fix(segment-button): separate button styles from segment and fix styling
- this separates the segment button styles from the segment itself
- removes unused / no longer needed styles
- fixes a bug where activated segments were not getting opacity when
they were also disabled
2018-02-06 11:29:24 -05:00
Brandy Carney
7430383267 style(sass): remove unused imports 2018-02-06 10:23:51 -05:00
Brandy Carney
74bf588e77 test(input): add attributes e2e test 2018-02-06 10:17:13 -05:00
Brandy Carney
efbd82f654 fix(searchbar): update to match style guide and use native buttons
this updates the cancel button so it is only added to the dom when
shouldCancel is enabled and it gets added to different places based on
the mode
2018-02-06 10:17:05 -05:00
Brandy Carney
1c9cf53f09 fix(segment): get segment button working with no values 2018-02-06 10:15:28 -05:00
Brandy Carney
3c82b1f639 style(components): update types to remove any 2018-02-06 10:14:22 -05:00
Brandy Carney
deb28f0e90 fix(badge): use correct colors 2018-02-06 10:12:28 -05:00
Adam Bradley
b687884576 chore(tsconfig): do not enable "allowJs" 2018-02-06 08:53:42 -06:00
Manu Mtz.-Almeida
53ee1e099e fix(jsx): add no-margin attribute 2018-02-06 14:41:25 +01:00
Manu Mtz.-Almeida
787b25248f chore(): more ts strict fixes 2018-02-06 14:40:46 +01:00
Adam Bradley
95bc9bfae8 chore(scroll): remove unused import 2018-02-06 06:23:51 -06:00
Dan Bucholtz
f1719cd8d0 chore(dependencies): update version 2018-02-05 22:43:57 -06:00
Dan Bucholtz
bde4fcf731 chore(dependencies): update deps 2018-02-05 22:40:53 -06:00
Dan Bucholtz
2bde55421d refactor(app): add cordova-platform to ion-app, add back-button support, get api working 2018-02-05 22:38:58 -06:00
Manu Mtz.-Almeida
2f8a027e2f refactor(all): use ts strict mode 2018-02-05 23:16:10 +01:00
Manu Mtz.-Almeida
513b0216dd fix(content): adds JSX for padding/margin attribute 2018-02-05 22:59:24 +01:00
Manu Mtz.-Almeida
ba5c8511ed fix(theme-build): using ion prefix 2018-02-05 18:50:52 +01:00
Ross Gerbasi
f41bb39ce3 feat(components): add support for css variables (#13895)
* wip

* wip

* wip

* wip

* CSS variable cleanup
added css variable example

* reverted example

* wip

* name fixes for tabbar and item

* wip - alpha support

* wip - all the things

* wip

* wip

* PR cleanup

* cleanup to ion-color

* switched to double quotes

* PR cleanup
Added TODO for color-mod comments

* reverted ios variable for transition.

* style cleanup
added -ion prefix to all css variables
updated default.css to mirror SASS values
cleanup/update to oceanic css

* removed 'dark' theme files
cleanup from scss-lint report
2018-02-05 11:55:50 -05:00
Manu Mtz.-Almeida
ded672294f fix(virtual-scroll): offset position 2018-02-04 21:16:29 +01:00
Manu Mtz.-Almeida
6d52b722e4 fix(buttons): custom cssClass 2018-02-03 19:16:37 +01:00
Manu Mtz.-Almeida
ba9327979a fix(virtual-scroll): cards e2e 2018-02-03 08:30:24 +01:00
Manu Mtz.-Almeida
0b95214f2c test(virtual-scroll): adds more tests 2018-02-03 08:23:05 +01:00
Manu Mtz.-Almeida
3dd2d20a5f fix(virtual-scroll): fixes vdom 2018-02-03 08:06:14 +01:00
Manu Mtz.-Almeida
9016a6b898 test(virtual-scroll): adds unit tests (part 1) 2018-02-03 07:14:08 +01:00
Brandy Carney
cb99156c2b style(index): remove old export 2018-02-02 15:20:34 -05:00
Brandy Carney
242960dc29 fix(segment): get working with dynamic buttons
combines like code and matches the stencil guide
2018-02-02 15:19:29 -05:00
Brandy Carney
7faa04ed31 docs(components): update disabled property docs to be consistent 2018-02-02 14:46:42 -05:00
Ken Sodemann
58952d3c12 fix(e2e): expand timeout to compensate for snapshot 2018-02-02 13:39:49 -06:00
Brandy Carney
909808161e docs(segment): update segment docs 2018-02-02 13:58:42 -05:00
Brandy Carney
67cecf0dfb docs(searchbar): update searchbar docs 2018-02-02 13:58:42 -05:00
Brandy Carney
9fb2858927 docs(textarea): update textarea docs 2018-02-02 13:58:42 -05:00
Ken Sodemann
71aeedfcbe fix(e2e): restore the events test fully
Also clean up the runner a bit
2018-02-02 11:49:10 -06:00
Ken Sodemann
b1f1ffc7b8 fix(e2e): re-add the menu test 2018-02-02 11:02:38 -06:00
Ken Sodemann
fe4dac8630 fix(e2e): back to running all in a single driver
The key here is to ensure to properly await, and to make sure the element that is being waited for is specified, at least for more complex views, though it would be best for ALL views.
2018-02-02 10:27:18 -06:00
Ken Sodemann
6639f99556 fix(e2e): run each test in its own driver and await more 2018-02-01 17:51:23 -06:00
Manu Mtz.-Almeida
0babb2ece2 fix(virtual-scroll): working in angular 2018-02-01 23:39:46 +01:00
Dan Bucholtz
c189094f64 chore(dependencies): published new version 2018-02-01 16:15:39 -06:00
Dan Bucholtz
519ecddaf9 refactor(status-tap): return promise from status tap for sake of testing, update lock file 2018-02-01 16:10:28 -06:00