Commit Graph

238 Commits

Author SHA1 Message Date
Dan Bucholtz
f269766068 chore(angular/providers): making progress on angular providers, fix merge issues
* chore(input): remove interface .d.ts file, move to .ts file

* refactor(angular): start working on providers, etc

* chore(angular/dependencies): update deps for angular demo
2017-11-21 11:58:57 -06:00
Dan Bucholtz
d17dfea4c5 chore(types): generated types updated 2017-11-21 11:51:06 -06:00
Adam Bradley
048a0cc42a refactor(radio): native input type=radio 2017-11-21 08:00:50 -06:00
Dan Bucholtz
87e27c2204 refactor(item-sliding): export something to fix the typescript issue where it is not generating a .d.ts file 2017-11-20 16:23:21 -06:00
Dan Bucholtz
19e40fe10a refactor(input): make the interfaces be in a .ts file so a corresponding .d.ts file is generated by the ts compiler 2017-11-20 16:23:21 -06:00
Manu Mtz.-Almeida
fbfa9d471f fix(tabs): fullscreen 2017-11-20 23:13:56 +01:00
Dan Bucholtz
89aff89b7d chore(build): fix imports to fix the build 2017-11-20 16:07:08 -06:00
Dan Bucholtz
ea003350b8 refactor(alert): update alert api
* alert poc

* refactor(app): add in app public api

* refactor(nav): implement a public interface and correct types to nav

* feature(helpers): promisify the animation's play method to make it play nicely with promise flows

* test(alert): fix test to ensure alert element is hydrated before using it

* refactor(index): expose the Nav public api types
2017-11-20 15:51:20 -06:00
Brandy Carney
5c214c3c46 refactor(components): remove protected from lifecycle event 2017-11-20 13:01:49 -05:00
Brandy Carney
3accafcc3c refactor(components): update components to match stencil style guide
https://github.com/ionic-team/stencil/blob/master/STYLE_GUIDE.md
2017-11-20 12:36:36 -05:00
Brandy Carney
b493c819dd refactor(menu): update menu animation and design for iOS11 2017-11-20 10:08:32 -05:00
Brandy Carney
62f03490e5 refactor(searchbar): update background for iOS11 translucency 2017-11-20 10:08:32 -05:00
Manu Mtz.-Almeida
a1b8b6e6e9 fix(modal): fixes displaying page inside modal 2017-11-19 04:04:07 +01:00
Manu Mtz.-Almeida
b708bf91eb fix(split-pane): fixes flex 2017-11-19 03:58:50 +01:00
Manu Mtz.-Almeida
3c3cd1b537 fix(all): js / scss linter issues 2017-11-17 00:20:26 +01:00
Manu Mtz.-Almeida
5507a94580 feat(router): url based routing 2017-11-16 23:41:47 +01:00
Adam Bradley
b4813ed276 chore(interface): init input interfaces 2017-11-16 15:43:10 -06:00
Cam Wiegert
db475cd153 test(e2e): port e2e tests to @ionic/core (#13438)
* feat(e2e-tests) simplify e2e test structure

* test(badge) add basic e2e test

* test(button) update e2e test to new structure

* test(card) add basic e2e test

* test(checkbox) add basic e2e test

* chore(e2e-test) update path to e2e module in run-e2e

* fix(button) update toolbar e2e deps

* fix(e2e-test) update path in snapshot script

* feat(e2e-test) move e2e scripts into scripts/e2e

* test(chip) add basic e2e test

* test(content) add basic e2e test

* test(datetime) add basic e2e test

* style(e2e-test) use consistent title/header in e2e test pages

* test(fab) add basic e2e test

* fix(e2e-test) don't run e2e script when required

* test(grid) add basic e2e test

* test(icon) add basic e2e test

* test(input) add basic e2e test

* style(e2e-test) use consistent e2e test header titles

* test(list) add basic e2e test

* test(menu) add basic e2e test

* test(modal) add basic e2e test

* feat(e2e-test) add navigate export to e2e module

* feat(e2e-test) add present method to Page class

* test(popover) add basic e2e test

* test(menu) add present left menu e2e test

* test(radio) add basic e2e test

* test(range) add  basic e2e test

* test(searchbar) add basic e2e test

* test(segment) add basic e2e test

* test(select) add basic e2e test

* test(modal) add shows modal e2e test

* test(slides) add basic e2e test

* test(spinner) add basic/color e2e tests

* test(tabs) add basic e2e test

* test(toast) add basic e2e test

* test(toggle) add basic e2e test

* test(toolbar) add basic e2e test

* docs(e2e-test) update e2e readme to reflect simplest test

* test(card) update basic e2e test

* chore(e2e-test) remove run-e2e script

* test(components): move remaining component tests to index files

* chore(package): add mocha to devDependencies

* test(infinite-scroll) add basic e2e test

* test(item-sliding) add basic e2e test

* test(item) add basic/buttons e2e tests

* test(nav) add basic e2e test

* test(reorder) add basic e2e test

* test(split-pane) add basic e2e test

* chore() update declarations file

* refactor(toast): reduce border-radius

* chore(components): update components.d.ts
2017-11-16 12:19:23 -06:00
Dan Bucholtz
ab72d92393 refactor(): export types, import types from index.d.ts instead of direct link to module
* chore(dependencies): update the lock file

* refactor(): exported all types we're cool with exporting, updated types to be referenced from the src/index.d.ts file instead of local .ts files to prevent hard linking of files together

* chore(build): add tsc task to typecheck code

* chore(action-sheet-controller): fix import style

* fix(): removed unneeded dom controller reference and removed component element reference.
2017-11-16 10:00:57 -06:00
Brandy Carney
891e4195df refactor(toast): add iOS11 design and animation 2017-11-15 15:47:33 -06:00
Brandy Carney
6806e25a71 refactor(searchbar): add iOS11 design for searchbar 2017-11-15 14:51:39 -06:00
Brandy Carney
22f9877619 chore(components): update components to exclude wp mode 2017-11-15 14:51:39 -06:00
Brandy Carney
19d42fdbf4 refactor(config): remove windows platform config 2017-11-15 14:51:39 -06:00
Brandy Carney
ed442537a8 fix(font): add BlinkMacSystemFont to default font family base 2017-11-15 13:53:55 -06:00
Brandy Carney
da04be6db9 test(components): fix e2e wrong titles and test path 2017-11-15 13:53:55 -06:00
Brandy Carney
f8ba900ebe refactor(mode): remove windows mode entirely 2017-11-15 13:53:54 -06:00
Brandy Carney
dd5ff40993 refactor(card): update card for iOS 11 and add subtitle component 2017-11-15 13:53:54 -06:00
Manu Mtz.-Almeida
5991e50bb5 test(dom): disable test for the moment 2017-11-15 00:13:33 +01:00
Manu Mtz.-Almeida
7fff8f27fe chore(stencil): updates to stencil 0.0.8-1 2017-11-14 23:31:12 +01:00
Cam Wiegert
874457d76c feat(e2e-tests) simplify e2e test structure 2017-11-13 14:54:53 -06:00
mhartington
2c47002e68 style(): more ios11 support 2017-11-09 16:33:20 -05:00
mhartington
264d7cf489 style(): add first round of ios11 support 2017-11-09 14:34:38 -05:00
Manu Mtz.-Almeida
67b9be4045 feat(tabs): adds tabs 2017-11-09 17:37:11 +01:00
Ken Sodemann
75b450b4f5 refactor(e2e-test): move register into the runner 2017-11-03 13:52:54 -05:00
Brandy Carney
e9358fb495 refactor(range): rename steps back to step, fix icon and slot name
Adds documentation for breaking changes for range.
2017-11-03 12:20:43 -04:00
Brandy Carney
73137e002d docs(theming): make sure color and mode are documented properly 2017-11-03 12:20:43 -04:00
Brandy Carney
d6e60fde3c style(components): fix merge conflicts that didn't show up in search 2017-11-02 11:04:10 -04:00
Brandy Carney
0e73723e57 style(components): rename variables and methods for consistency
- updates ele to el
- renames functions under prop did change
- documents events and some props
- adds private / protected
- removes underscores from range
2017-11-02 10:49:42 -04:00
Manu Mtz.-Almeida
ad81cca77a feat(haptic): adds haptic utils 2017-11-02 12:18:19 +01:00
Manu Mtz.-Almeida
4e9b4727be fix(toggle): finish it 2017-11-02 11:47:52 +01:00
Manu Mtz.-Almeida
b24c2b00b6 fix(content): padding works in any element 2017-11-02 10:35:23 +01:00
Manu Mtz.-Almeida
1bfc0c71e3 fix(sliding-item): finish it 2017-11-02 10:25:40 +01:00
Ken Sodemann
d0e486d2d8 fix(e2e-tests): make sure they are all waiting 2017-10-30 16:50:02 -05:00
Ken Sodemann
fda7a5a133 refactor(e2e-tests): use a page class
Just one way to reduce a lot of repetative code.
2017-10-30 16:06:42 -05:00
Manu Mtz.-Almeida
094816de01 refactor(content): use css instead of js 2017-10-30 19:22:52 +01:00
Manu Mtz.-Almeida
10c77e7513 fix(all): use ion-page 2017-10-30 15:58:35 +01:00
Manu Mtz.-Almeida
84080d4a5b fix(menu): animation matches MD 2017-10-30 12:46:04 +01:00
Manu Mtz.-Almeida
31bb8b8aa8 docs(menu): improves menu type animations 2017-10-30 11:44:10 +01:00
Ken Sodemann
9be3085f91 refactor(e2e-test): wrap the test registration 2017-10-29 12:09:13 -05:00
Ken Sodemann
c66a29726e feat(e2e-tests): add alert tests 2017-10-28 05:42:58 -05:00