octicon-git-branch(16/) Commit Graph

7287 Commits

Author SHA1 Message Date
Brandy Carney
14f9d06a71 test(range): update the e2e test to use pins 2018-02-07 13:49:34 -05:00 octicon-file-code(16/)
Brandy Carney
b2a7718d96 Merge remote-tracking branch 'origin/core' into core 2018-02-07 13:13:13 -05:00 octicon-file-code(16/)
Manu Mtz.-Almeida
4e6ebf59c5 feat(ion-router): adds ion-router 2018-02-07 19:05:39 +01:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Manu Mtz.-Almeida
5540ecefed feat(nav): swipe to go back animation 2018-02-07 18:55:18 +01:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Brandy Carney
6ba02c21d0 fix(button): remove transparent box shadow
closes #11585
2018-02-07 12:30:15 -05:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Ken Sodemann
b69bd04bb6 fix(e2e): add id so test has something to wait for 2018-02-07 10:56:37 -06:00 octicon-file-code(16/)
Dan Bucholtz
725830dbdc chore(dependencies): use stencil 0.4.0 prerelease 2018-02-07 09:49:50 -06:00 octicon-file-code(16/)
Dan Bucholtz
cb82eacdc0 chore(build): export interface to get typescript to be cool 2018-02-06 23:15:06 -06:00 octicon-file-code(16/)
Dan Bucholtz
6d37c63200 chore(dependencies): updates 2018-02-06 22:55:06 -06:00 octicon-file-code(16/)
Ken Sodemann
9a58ec42b8 chore(tests): add disabling of the group inputs 2018-02-06 15:54:50 -06:00 octicon-file-code(16/)
Manu Mtz.-Almeida
61231ecd75 chore(): update to latest stencil 2018-02-06 20:04:28 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
2ebd460b84 fix(virtual-scroll): fix tests 2018-02-06 20:02:55 +01:00 octicon-file-code(16/)
Ken Sodemann
fcbe1818fa chore(tests): add testing for disabled inputs 2018-02-06 12:15:53 -06:00 octicon-file-code(16/)
Dan Bucholtz
77b8527d76 chore(types): update component types 2018-02-06 10:47:49 -06:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Brandy Carney
1e6e481958 docs(demos): add dynamic segment button demo 2018-02-06 11:32:00 -05:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Brandy Carney
7430383267 style(sass): remove unused imports 2018-02-06 10:23:51 -05:00 octicon-file-code(16/)
Brandy Carney
74bf588e77 test(input): add attributes e2e test 2018-02-06 10:17:13 -05:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Brandy Carney
1c9cf53f09 fix(segment): get segment button working with no values 2018-02-06 10:15:28 -05:00 octicon-file-code(16/)
Brandy Carney
3c82b1f639 style(components): update types to remove any 2018-02-06 10:14:22 -05:00 octicon-file-code(16/)
Brandy Carney
deb28f0e90 fix(badge): use correct colors 2018-02-06 10:12:28 -05:00 octicon-file-code(16/)
Adam Bradley
b687884576 chore(tsconfig): do not enable "allowJs" 2018-02-06 08:53:42 -06:00 octicon-file-code(16/)
Manu Mtz.-Almeida
53ee1e099e fix(jsx): add no-margin attribute 2018-02-06 14:41:25 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
787b25248f chore(): more ts strict fixes 2018-02-06 14:40:46 +01:00 octicon-file-code(16/)
Adam Bradley
95bc9bfae8 chore(scroll): remove unused import 2018-02-06 06:23:51 -06:00 octicon-file-code(16/)
Dan Bucholtz
b14e65736a chore(dependenices): fix angular demo routing/nav 2018-02-06 00:55:56 -06:00 octicon-file-code(16/)
Dan Bucholtz
0cf007003c chore(dependencies): update deps 2018-02-06 00:54:01 -06:00 octicon-file-code(16/)
Dan Bucholtz
5058117110 chore(): fixing up the angular demo 2018-02-06 00:50:34 -06:00 octicon-file-code(16/)
Dan Bucholtz
73ce15f7da refactor(router): separate nav and router-outlet into two seperate directives 2018-02-06 00:50:00 -06:00 octicon-file-code(16/)
Dan Bucholtz
97baabde93 chore(routing): update routing package 2018-02-06 00:13:41 -06:00 octicon-file-code(16/)
Dan Bucholtz
f1719cd8d0 chore(dependencies): update version 2018-02-05 22:43:57 -06:00 octicon-file-code(16/)
Dan Bucholtz
bde4fcf731 chore(dependencies): update deps 2018-02-05 22:40:53 -06:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Manu Mtz.-Almeida
2f8a027e2f refactor(all): use ts strict mode 2018-02-05 23:16:10 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
513b0216dd fix(content): adds JSX for padding/margin attribute 2018-02-05 22:59:24 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
ba5c8511ed fix(theme-build): using ion prefix 2018-02-05 18:50:52 +01:00 octicon-file-code(16/)
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 octicon-file-code(16/)
Manu Mtz.-Almeida
ded672294f fix(virtual-scroll): offset position 2018-02-04 21:16:29 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
6d52b722e4 fix(buttons): custom cssClass 2018-02-03 19:16:37 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
ba9327979a fix(virtual-scroll): cards e2e 2018-02-03 08:30:24 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
0b95214f2c test(virtual-scroll): adds more tests 2018-02-03 08:23:05 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
3dd2d20a5f fix(virtual-scroll): fixes vdom 2018-02-03 08:06:14 +01:00 octicon-file-code(16/)
Manu Mtz.-Almeida
9016a6b898 test(virtual-scroll): adds unit tests (part 1) 2018-02-03 07:14:08 +01:00 octicon-file-code(16/)
Ken Sodemann
40f9cd5ece fix(valueAccessors): add disabled state handling 2018-02-02 17:06:17 -06:00 octicon-file-code(16/)
Brandy Carney
c99f6e4317 docs(demos): update segment module 2018-02-02 17:31:48 -05:00 octicon-file-code(16/)