Commit Graph

386 Commits

Author SHA1 Message Date
Dan Bucholtz
4a59c3f58d refactor(nav): update getActiveChildNavs to getChildNavs, publicly expose it 2018-01-09 00:07:03 -06:00
Adam Bradley
7950e2f33a chore(config): bundle fab components 2018-01-08 20:58:11 -06:00
Adam Bradley
4f7c7e658d chore(update): stencil 0.1.1 2018-01-08 20:24:18 -06:00
Brandy Carney
da68da39da feat(item-group): add the item group component and move styles
- styles are moved out of item into item group for it
- updated to work like v3 styles
2018-01-08 17:53:06 -05:00
Brandy Carney
9fca548016 test(item): add item groups e2e test and labels to items 2018-01-08 17:45:55 -05:00
Cam Wiegert
c248db2d5f feat(chip-button) change clear attr to fill 2018-01-08 14:37:51 -06:00
Dan Bucholtz
7fa6820a56 refactor(slides): fix typings issue, add TODO to fix it later 2018-01-08 13:49:47 -06:00
Dan Bucholtz
0188b44bcc fix(modal-controller): initialize ids 2018-01-08 13:29:10 -06:00
mhartington
b31591b371 fix(animation): change animate to willAnimate
Closes #13565
2018-01-08 14:27:30 -05:00
Dan Bucholtz
e590198a06 refactor(modal): simplify modal-controller, add ability to dismiss modal from itself
* modal progress

* conf app progress

* refactor(modal): don't append the .ion-page class anymore to since we are wrapping in <ion-page> instead
2018-01-08 11:23:12 -06:00
Brandy Carney
8d1197f0c1 docs(chip): upadte chip documentation 2018-01-08 11:58:53 -05:00
Brandy Carney
1f2ac3cc44 docs(thumbnail): update thumbnail documentation 2018-01-08 11:49:08 -05:00
Brandy Carney
22df9c501f docs(avatar): update avatar documentation 2018-01-08 11:32:38 -05:00
Brandy Carney
06c9377192 fix(standalone): fixes standalone component styling (#13769)
* test(e2e): update standalone tests for snapshot

* fix(standalone): improve component fonts, box-sizing, etc

* refactor(input): separate textarea styles from input and rename classes

* fix(datetime): change position in an item so cover is over item
2018-01-08 10:32:09 -05:00
Dan Bucholtz
34df45c827 test(app): make progress on app tests
* tmp

* tmp
2018-01-05 17:00:56 -06:00
Mike Hartington
c7f75ead92 chore(slides): refactor
* chore(): refactor

* chore(): make slide options dynamic
2018-01-05 09:09:20 -08:00
Brandy Carney
cc9df62b0b style(sass): fix lint errors 2018-01-04 18:23:30 -05:00
Dan Bucholtz
e8d7c6751f test(app): assert that status bar padding is present, refactor app/cordova test 2018-01-04 16:45:42 -06:00
Cam Wiegert
7f8cf42773 feat(inputs) debounce input and change events (#13764)
* feat(helpers) add debounce helper

* feat(searchbar) debounce ionInput

* feat(range) debounce ionChange

* feat(input) debouce ionInput

* feat(textarea) debounce ionInput

* feat(range) make debounceChange private

* feat(searchbar) make debounceInput private

* feat(inputs) change default debounce to 0 in input/textarea
2018-01-04 15:07:50 -06:00
Dan Bucholtz
a63b78b463 test(buttons): add test for toolbar buttons 2018-01-04 13:04:19 -06:00
Brandy Carney
50a9c8e6e7 test(thumbnail): add e2e for basic thumbnail test 2018-01-04 12:49:35 -05:00
Brandy Carney
3416e6f49a fix(page): add page styles to nav 2018-01-04 12:25:19 -05:00
Brandy Carney
544cca099d test(e2e): update standalone tests for snapshot 2018-01-03 13:29:47 -05:00
Adam Bradley
cd88424c34 fix(toolbar): move header/footer css to component level 2017-12-31 18:57:13 -06:00
Adam Bradley
ce01077b9f fix(page): set page css on tabs, nav, page individually 2017-12-31 18:39:04 -06:00
Adam Bradley
616fa6989c style(sass): fix sass lint warnings 2017-12-31 18:38:32 -06:00
Brandy Carney
09143b07d0 test(select): update test to work properly with an object as value
also updates to match e2e tests more
2017-12-27 15:02:34 -05:00
Dan Bucholtz
b2d60f3b7f feature(events): add ion-events pub/sub component 2017-12-22 14:53:35 -06:00
Brandy Carney
2857f50b07 test(select): update e2e tests to compare with v3 master 2017-12-22 12:04:28 -05:00
Brandy Carney
c747f1e294 docs(select): add docs for select and add to breaking changes 2017-12-22 11:44:55 -05:00
Brandy Carney
500c0b7758 fix(select): pass interface options to overlays and fix styling 2017-12-22 11:27:03 -05:00
Brandy Carney
140eb9feaf test(select): add single-value test and update existing tests
this adds custom interface options to the basic test
2017-12-22 10:59:36 -05:00
Brandy Carney
c292517523 docs(components): remove hidden comments 2017-12-22 10:47:19 -05:00
Brandy Carney
334824bb7a fix(action-sheet): style the subtitle and move it inside of title
fixes #10983
2017-12-22 10:47:19 -05:00
Cam Wiegert
14f7b4977f feat(button) localize focus management and styles (#13690)
* feat(button) handle button focus locally

* chore() remove global focus styles

* feat(button) add button md focus styles

* feat(button) add ios focus styles

* fix(button) adjust ios clear focus styles
2017-12-21 16:00:22 -06:00
Dan Bucholtz
00e11bd4d9 test(tabs): add e2e tests for basic scenario with pages, and vanilla scenario with divs 2017-12-21 15:31:32 -06:00
Dan Bucholtz
821f32c9ae refactor(tabs): remove router, get the basic happy path working with and without nav. - /gif its working (kinda) 2017-12-21 15:15:35 -06:00
Dan Bucholtz
50c8b0015c refactor(nav): disable router for now 2017-12-21 15:15:35 -06:00
Dan Bucholtz
049b89d87f refactor(app): remove router for now 2017-12-21 15:15:35 -06:00
mhartington
cca878cb3c chore(): overlay refactors 2017-12-21 13:10:16 -05:00
mhartington
884836dfd4 chore(): remove noto 2017-12-19 17:29:01 -05:00
mhartington
2bf1d89523 style(): fix linting 2017-12-19 17:08:19 -05:00
mhartington
3e7e5e156a style(): fix linting 2017-12-19 17:00:01 -05:00
mhartington
dbb6438088 test(): add init config and queryParam tests 2017-12-19 16:51:45 -05:00
Ross Gerbasi
ec2bf8bfbe feat(tabs): scrollable tabs 2017-12-18 21:01:09 -06:00
Dan Bucholtz
a881eb1b82 refactor(animations): make animation builder async to allow to ensure stuff is hydrated when animating 2017-12-18 16:59:11 -06:00
Dan Bucholtz
5198914be4 test(nav): e2e tests that put nav and nested navs through the paces 2017-12-18 16:59:11 -06:00
Adam Bradley
c415bbe1d7 refactor(Context): remove global Context 2017-12-18 13:21:17 -06:00
Adam Bradley
c55670d9c1 docs(): upgrade stencil to improve docs 2017-12-15 14:09:25 -06:00
Adam Bradley
8a2f303dd4 chore(cleanup): remove unused code causing warnings 2017-12-15 11:06:13 -06:00