Cam Wiegert
e053975d0a
docs(button) remove dgeni types
2017-12-01 11:50:11 -06:00
Cam Wiegert
aa46d04c29
docs(button) update usage in readme
2017-12-01 11:50:11 -06:00
Cam Wiegert
9df3d4c8ad
test(button) add strong e2e test
2017-11-30 15:34:16 -06:00
Cam Wiegert
0978496874
test(button) add round e2e test
2017-11-30 15:31:57 -06:00
Cam Wiegert
bc7eb304d6
test(button) add fill e2e test
2017-11-30 15:24:04 -06:00
Cam Wiegert
ab208ae10e
test(button) add size e2e test
2017-11-30 15:12:24 -06:00
Brandy Carney
11c954b283
refactor(sass): separate sass variables from styles ( #13547 )
...
* refactor(sass): separate sass variables from styles
also adds styles for stand alone avatar
closes #9192 closes #12880
* style(range): remove deprecated variable
* refactor(sass): move variables for chip and fix file naming
2017-11-30 10:30:40 -05:00
Adam Bradley
7633108734
feat(ionicons): update svg ion-icons
2017-11-28 17:21:30 -06:00
Cam Wiegert
08fd1e13ee
test(button) add expand e2e test
2017-11-28 15:42:42 -06:00
Cam Wiegert
fe5d2f7c77
test(button) add anchor e2e test
2017-11-28 15:20:17 -06:00
Cam Wiegert
78dbbc790b
fix(button) use currentColor fill for icons
2017-11-28 14:34:19 -06:00
Cam Wiegert
c92c062ba2
test(button) add icon e2e test
2017-11-28 13:56:21 -06:00
Adam Bradley
3f689e423f
docs(): update component readme
2017-11-28 13:38:19 -06:00
Cam Wiegert
444b77add0
feat(button) combine boolean fill/size/expand props to string ( #13348 )
...
* chore(utils) extend getElementClassObject to accept string array
* feat(button) combine boolean fill/size/span props to string
* feat(button) rename span prop to expand
* docs(button) remove default from listed size options
* docs(button) clarify default button fill styles
2017-11-28 10:40:59 -06:00
Adam Bradley
9c1501e9f2
fix(button): remove visibility: visible from default
2017-11-27 12:25:06 -06:00
Adam Bradley
2e83084867
docs(readme): move jsdoc descriptions to readme.md
2017-11-21 21:16:49 -06:00
Adam Bradley
f7c1d04d34
docs(readme): init component readme.md docs
2017-11-21 20:39:21 -06: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
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
Ken Sodemann
75b450b4f5
refactor(e2e-test): move register into the runner
2017-11-03 13:52:54 -05:00
Brandy Carney
73137e002d
docs(theming): make sure color and mode are documented properly
2017-11-03 12:20:43 -04:00
Ken Sodemann
d0e486d2d8
fix(e2e-tests): make sure they are all waiting
2017-10-30 16:50:02 -05:00
Manu Mtz.-Almeida
10c77e7513
fix(all): use ion-page
2017-10-30 15:58:35 +01:00
Ken Sodemann
9be3085f91
refactor(e2e-test): wrap the test registration
2017-10-29 12:09:13 -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
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
Brandy Carney
0b40520371
style(components): add protected to the render function
2017-10-17 13:28:37 -04:00
Manuel Mtz-Almeida
54412a2a8c
fix(reorder): drop reorderAnchor attribute
2017-10-04 23:57:04 +02:00
Adam Bradley
d3e79fb462
test(core): init stencil core test suite
2017-09-26 22:12:36 -05:00
Brandy Carney
66ae3a4601
style(scss): fix lint errors
2017-09-21 14:16:24 -04:00
Adam Bradley
e3efcfcb4c
feat(ionicons): use the ionicons collection from npm
2017-09-20 09:55:31 -05:00
Manuel Mtz-Almeida
fffa9b5460
style(all): adds tslint-ionic-rules
2017-09-17 23:04:02 +02:00
Adam Bradley
93f8dd9433
feat(distribution): updates to generate distribution
2017-09-14 13:28:59 -05:00
Adam Bradley
1f2651664a
chore(update): update stencil and build directories
2017-08-31 20:59:27 -05:00
Brandy Carney
e0a29db3bb
refactor(sass): remove deprecated variables and rules
...
references ionic-team/stencil#16
2017-08-28 12:28:24 -04:00
Brandy Carney
4dcb174245
refactor(components): move function to get classes from host to utils
...
Moved getElementClassObject function to utils/theme and updated the
components with child buttons to use this function to get the host
classes.
Adds the ability to pass classes down from host to child for content
and segment button
closes ionic-team/stencil#84
2017-08-11 13:27:18 -04:00
Adam Bradley
814268b31e
chore(button): minification tricks
2017-08-09 17:53:29 -05:00
Adam Bradley
b8c0589513
refactor(components): update to latest stencil api
2017-07-25 10:03:07 -05:00
Josh Thomas
802415c899
chore(): remove ionic-vanilla and move it into core.
2017-07-06 12:20:10 -05:00
Josh Thomas
93fb58f307
chore(): transition most recently updated components from stencil into @ionic/core
2017-06-28 14:59:46 -05:00
Josh Thomas
c7010e28b7
chore(): prep move from ionic to core for use of vanilla
2017-06-22 14:59:33 -05:00