Commit Graph

19 Commits

Author SHA1 Message Date
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
Brandy Carney
f8ba900ebe refactor(mode): remove windows mode entirely 2017-11-15 13:53:54 -06: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
10c77e7513 fix(all): use ion-page 2017-10-30 15:58:35 +01:00
Brandy Carney
0b40520371 style(components): add protected to the render function 2017-10-17 13:28:37 -04:00
Brandy Carney
a932e673ff refactor(core): use custom typing, remove interfaces
add protected, rename nav `remove` to `removeIndex`

resolves #12823
2017-10-17 13:17:54 -04:00
Brandy Carney
213815cf4c docs(select): include popover for interface docs 2017-10-16 17:13:50 -04:00
Brandy Carney
17cdce101e fix(action-sheet): add scrolling for options 2017-10-16 17:13:50 -04:00
Brandy Carney
66ae3a4601 style(scss): fix lint errors 2017-09-21 14:16:24 -04:00
Manuel Mtz-Almeida
fffa9b5460 style(all): adds tslint-ionic-rules 2017-09-17 23:04:02 +02:00
Brandy Carney
029994417e fix(select): match MD spec for select popover interface
referenes #12310
2017-09-15 18:09:40 -04:00
Manuel Mtz-Almeida
a1fcc61d3b chore(animations): using named functions
- rollup generates a better code
- better for dev debugging
2017-09-15 11:45:19 -05:00
Adam Bradley
93f8dd9433 feat(distribution): updates to generate distribution 2017-09-14 13:28:59 -05:00
Brandy Carney
de24003f35 fix(select): set the proper values for select for all interfaces 2017-09-01 18:54:17 -04:00
Adam Bradley
00c883194c fix(prop): update to mutable option 2017-08-31 21:28:00 -05:00
Adam Bradley
1f2651664a chore(update): update stencil and build directories 2017-08-31 20:59:27 -05:00
Brandy Carney
d43d2d583a feat(select): add alert overlay support 2017-08-22 16:20:11 -04:00
Brandy Carney
30708d1224 feat(select): get select component working with action sheet / popover
- adds markup for the select
- gets placeholder working properly
- adds select popover component
- renames option to select-option
- adds a function to get label text from item
2017-08-22 16:09:26 -04:00
Brandy Carney
319d38ac1a chore(stencil): use latest stencil dependencies 2017-08-11 13:27:18 -04:00