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
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
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
Ken Sodemann
26a526f16c
refactor(e2e-tests): change naming convension a bit
2017-10-27 15:56:48 -05:00
Ken Sodemann
2d61e1fbd5
feat(e2e-test): hookup the mocha test runner
2017-10-27 15:22:11 -05:00
Manu Mtz.-Almeida
c17c86e696
fix(menu): backdrop click
2017-10-27 18:28:01 +02:00
Manu Mtz.-Almeida
687b37ad3e
fix(ion-menu): finish ion-menu and ion-split-pane
2017-10-27 18:22:13 +02:00
Ken Sodemann
d9d0150b4c
feat(e2e): create basic e2e test runner
...
This is mostly PoC code that shows how this can be done. This will grow
into the actual test runner.
2017-10-26 21:17:57 -05:00
Manu Mtz.-Almeida
4716823e79
fix(all): hostData() attributes
2017-10-26 14:53:06 +02:00
Adam Bradley
059a1330d9
fix(alert): alert radio, checkbox and aria fixes
2017-10-25 15:07:40 -05:00
Brandy Carney
21d8a60193
refactor(datetime): change capitalization from DateTime to Datetime
2017-10-25 15:34:51 -04:00
Brandy Carney
45218de8e5
refactor(picker): add the bouncy bounce
2017-10-25 15:21:51 -04:00
Adam Bradley
8e2fdf1ee5
fix(alert): do not use mutable prop
2017-10-25 13:02:32 -05:00
Brandy Carney
b2d3e09276
refactor(picker): get picker working with gesture and add to config
2017-10-25 12:02:06 -04:00
Adam Bradley
39d3ce230f
fix(item-sliding): expose item sliding methods
2017-10-25 09:47:12 -05:00
Manu Mtz.-Almeida
09ea6fd318
refactor(infinite-scroll): use stencil listeners
2017-10-25 12:52:39 +02:00
Manu Mtz.-Almeida
a39c56f48d
feat(infinite-scroll): adds infinite-scroll
2017-10-24 23:52:13 +02:00
Brandy Carney
fb51b03190
refactor(datetime): update value and text on init and value change
2017-10-23 18:24:07 -04:00
Brandy Carney
6b31e969d3
refactor(datetime): get datetime passing columns properly to picker
...
Adds datetime utils too
2017-10-23 18:00:25 -04:00
Brandy Carney
0ffc911198
refactor(components): rename functions for consistency and use typings
2017-10-23 18:00:25 -04:00
Brandy Carney
f3b509ee85
refactor(picker): get picker rendering buttons and columns properly
2017-10-23 18:00:25 -04:00
Manu Mtz.-Almeida
7f7efe56fb
fix(reorder): add TapticEngine support
2017-10-21 16:48:03 +02:00
Adam Bradley
611361fc74
chore(styleUrl): remove dup ion-fixed style urls
2017-10-19 11:11:27 -05:00
Josh Thomas
df80971eb0
Revert "fix(): check if values are undef before passing down to input."
...
This reverts commit 8b7038fde7 .
2017-10-19 09:56:53 -05:00