Brandy Carney
7faa04ed31
docs(components): update disabled property docs to be consistent
2018-02-02 14:46:42 -05:00
Ken Sodemann
58952d3c12
fix(e2e): expand timeout to compensate for snapshot
2018-02-02 13:39:49 -06:00
Brandy Carney
909808161e
docs(segment): update segment docs
2018-02-02 13:58:42 -05:00
Brandy Carney
67cecf0dfb
docs(searchbar): update searchbar docs
2018-02-02 13:58:42 -05:00
Brandy Carney
9fb2858927
docs(textarea): update textarea docs
2018-02-02 13:58:42 -05:00
Ken Sodemann
71aeedfcbe
fix(e2e): restore the events test fully
...
Also clean up the runner a bit
2018-02-02 11:49:10 -06:00
Ken Sodemann
b1f1ffc7b8
fix(e2e): re-add the menu test
2018-02-02 11:02:38 -06:00
Ken Sodemann
fe4dac8630
fix(e2e): back to running all in a single driver
...
The key here is to ensure to properly await, and to make sure the element that is being waited for is specified, at least for more complex views, though it would be best for ALL views.
2018-02-02 10:27:18 -06:00
Ken Sodemann
6639f99556
fix(e2e): run each test in its own driver and await more
2018-02-01 17:51:23 -06:00
Manu Mtz.-Almeida
0babb2ece2
fix(virtual-scroll): working in angular
2018-02-01 23:39:46 +01:00
Dan Bucholtz
c189094f64
chore(dependencies): published new version
2018-02-01 16:15:39 -06:00
Dan Bucholtz
519ecddaf9
refactor(status-tap): return promise from status tap for sake of testing, update lock file
2018-02-01 16:10:28 -06:00
Manu Mtz.-Almeida
665e7f36e0
fix(status-bar): ion-scroll might not exist
2018-02-01 22:42:20 +01:00
Manu Mtz.-Almeida
ceccd024ed
fix(status-tap): using ion-scroll API
2018-02-01 22:40:02 +01:00
Dan Bucholtz
0a7d3808fd
feature(status-tap): starting work on status tap, passing to Manu :-D
2018-02-01 15:18:57 -06:00
Brandy Carney
284dc584bc
docs(components): update the readme files from the build
2018-02-01 16:13:31 -05:00
Brandy Carney
c4cb9e92ac
docs(components): remove jsdoc output docs
2018-02-01 16:00:14 -05:00
Brandy Carney
34f8ef2047
docs(components): remove jsdoc input docs
2018-02-01 15:54:12 -05:00
Brandy Carney
1dd2650393
chore(stencil): update to latest stencil and update docs
2018-02-01 14:58:13 -05:00
Dan Bucholtz
8de99092e5
test(events): comment out test to show that should init fails on its own
2018-02-01 13:22:44 -06:00
Brandy Carney
923bf5a1b8
test(toolbar): update menu toggle to new syntax
2018-02-01 12:26:58 -05:00
Brandy Carney
7c5223f856
refactor(buttons): don't set button type attribute from buttons
...
this is duplicated code, it is already set in toolbar
2018-02-01 12:26:58 -05:00
Brandy Carney
b4854eac87
docs(breaking): add breaking changes for menu toggle
2018-02-01 12:26:58 -05:00
Cam Wiegert
262a2ec8d8
docs(button) fix table markdown in breaking
2018-02-01 11:23:49 -06:00
Cam Wiegert
4f66a01cbf
docs(button) add size, fill, expand to breaking
2018-02-01 11:19:42 -06:00
Dan Bucholtz
79554af087
docs(menu-toggle): fix readme title
2018-02-01 11:19:02 -06:00
Dan Bucholtz
62f60516ec
refactor(menu-toggle): change menu-button to be a generic menu-toggle instead
2018-02-01 11:18:09 -06:00
Brandy Carney
bd5a292b0c
test(toolbar): add scenarios test
2018-02-01 11:40:57 -05:00
Dan Bucholtz
781b33f30d
feature(menu-button): initial, unstyled implementation
2018-01-31 22:16:42 -06:00
Dan Bucholtz
967f6397fb
chore(demo): restructure nav test
2018-01-31 22:09:43 -06:00
Brandy Carney
336fa97df3
chore(stencil): update stencil to latest
2018-01-31 17:32:37 -05:00
Dan Bucholtz
ca746d9e37
chore(dependencies): publish new version
2018-01-31 13:40:32 -06:00
Dan Bucholtz
6f1fcc63c7
refactor(app): remove bogus test code
2018-01-31 13:37:23 -06:00
Dan Bucholtz
ef8d83ac92
refactor(): import router module
2018-01-31 13:37:23 -06:00
Ken Sodemann
41ccdd52a6
feat(range): hookup the ion-range with a custom value accessor
2018-01-31 12:11:13 -06:00
Brandy Carney
3151aec8de
fix(range): update range UI when value changes
2018-01-31 13:08:47 -05:00
Dan Bucholtz
3af493f4d1
chore(dependencies): use angular router and our custom router impl for now
2018-01-31 12:01:22 -06:00
Dan Bucholtz
fd9fb7a766
chore(dependencies): updates
2018-01-31 11:51:32 -06:00
Dan Bucholtz
6bca050955
chore(dependencies): published latest
2018-01-31 11:47:39 -06:00
Dan Bucholtz
c2d7ec35bb
chore(build): hacking
2018-01-31 11:45:33 -06:00
Dan Bucholtz
6a5f892593
chore(dependencies): latest version
2018-01-31 11:44:30 -06:00
Dan Bucholtz
0bdce81151
chore(build): cast to any before casting to stencil element
2018-01-31 11:39:52 -06:00
Dan Bucholtz
1e601f6744
chore(angular): temporarily use danbucholtz/ng-router package until angular publishes new release
2018-01-31 11:36:42 -06:00
Brandy Carney
37b1c03293
fix(item): add support for rendering buttons inside of an item
...
TODO document
2018-01-31 12:24:50 -05:00
Dan Bucholtz
bb85a1794e
chore(dependencies): published latest
2018-01-31 11:19:01 -06:00
Dan Bucholtz
547a3464ba
chore(): revert back to our custom ng router package for now
2018-01-31 11:17:57 -06:00
Dan Bucholtz
00b22563b3
chore(dependencies): latest version
2018-01-31 10:59:24 -06:00
Dan Bucholtz
df2a2b8091
chore(dependencies): do dev builds for now for publishing for easier debugging until we're totally ready to go
2018-01-31 10:56:59 -06:00
Dan Bucholtz
be04313353
chore(dependencies): update deps
2018-01-31 10:54:58 -06:00
Dan Bucholtz
ab2176b6ce
refactor(nav): add initial support for url in general, add integration w/ ng-router
2018-01-31 10:52:50 -06:00