Commit Graph

49 Commits

Author SHA1 Message Date
Cam Wiegert
94402d394c refactor(toggle) form usage and declarative set (#13914)
* chore(toggle) use debounce helper

* refactor(toggle) set attributes declaratively

* fix(toggle) set name instead of value, default value to on
2018-01-30 12:44:38 -06:00
Manu Mtz.-Almeida
619f929f97 chore(stencil): update stencil 2018-01-29 18:53:03 +01:00
Brandy Carney
b749e04345 docs(toggle): update toggle documentation 2018-01-24 17:37:25 -05:00
Manu Mtz.-Almeida
ef53f249bc refactor(gesture): using disabled 2018-01-23 18:55:16 +01:00
Brandy Carney
835175c43c chore(tslint): update tslint rules and autofix lint errors 2018-01-10 14:48:01 -05:00
Adam Bradley
4f7c7e658d chore(update): stencil 0.1.1 2018-01-08 20:24:18 -06:00
Brandy Carney
cc9df62b0b style(sass): fix lint errors 2018-01-04 18:23:30 -05:00
Adam Bradley
616fa6989c style(sass): fix sass lint warnings 2017-12-31 18:38:32 -06:00
Adam Bradley
c55670d9c1 docs(): upgrade stencil to improve docs 2017-12-15 14:09:25 -06:00
Brandy Carney
6d32c361c7 feat(colors): adds warning color 2017-12-14 13:03:26 -05:00
Brandy Carney
4838d5ebfe chore(snapshot): add support for ios platform and passing a folder (#13635)
* chore(snapshot): adds support for multiple platforms and passing folder

* test(e2e): update e2e tests for multiple platforms

* test(e2e): fix failing backdrop tests

* chore(snapshot): remove console logs
2017-12-12 17:46:11 -05:00
Adam Bradley
8b6a1826a3 fix(select): update select interfaces 2017-12-11 13:49:59 -06:00
Mike Hartington
ecd0ee33ff chore(): update e2e tests
* chore(): update e2e tests

* chore(): back to ion-page

* fix(): generate component def

* chore(): fix missed tests

* fix(): indent

* fix(): indent

* fix(): indent

* fix(): indent

* fix(): add closing icon tag
2017-12-11 09:29:53 -08:00
Brandy Carney
6c302a05c5 test(standalone): add e2e files for init on the standalone tests 2017-12-08 14:08:33 -05:00
Brandy Carney
2ebdb366b9 test(core): add a standalone test for every component with a test 2017-12-08 13:09:37 -05:00
Cam Wiegert
a067d167d3 chore(e2e) rename tests to match v3 master (#13609) 2017-12-07 15:49:15 -06:00
Brandy Carney
2388fe4dc6 style(sass): fix linter errors 2017-12-06 14:29:49 -05:00
Brandy Carney
b6e09192c2 refactor(sass): move item variables to individual components 2017-12-04 18:09:53 -05: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
3f689e423f docs(): update component readme 2017-11-28 13:38:19 -06:00
Adam Bradley
8d66142dd5 refactor(toggle): use native input type=checkbox 2017-11-22 09:41:51 -06:00
Adam Bradley
f7c1d04d34 docs(readme): init component readme.md docs 2017-11-21 20:39:21 -06:00
Adam Bradley
048a0cc42a refactor(radio): native input type=radio 2017-11-21 08:00:50 -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
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
Brandy Carney
f8ba900ebe refactor(mode): remove windows mode entirely 2017-11-15 13:53:54 -06:00
Manu Mtz.-Almeida
67b9be4045 feat(tabs): adds tabs 2017-11-09 17:37:11 +01: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
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
Manuel Mtz-Almeida
612947c072 fix(toggle): improve swipe gesture
In toggle it is safe to use threshold=0 since it has a small touch surface. In fact in Ionic 3.0 we don't use any pan detector at all for toggle.

This changes makes ionic-core toggle match the Ionic 3 implementation.
2017-09-16 23:20:38 -04:00
Adam Bradley
93f8dd9433 feat(distribution): updates to generate distribution 2017-09-14 13:28:59 -05: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
e4551397f1 test(toggle): add more examples to toggle 2017-08-24 19:38:18 -04:00
Brandy Carney
ace8ab8693 feat(checkbox): add checkbox, consistent function names 2017-08-24 19:13:33 -04:00
Brandy Carney
d62acf0235 fix(toggle): remove deprecated variables and fix slot padding 2017-07-28 18:30:26 -04:00
Brandy Carney
71af83de14 test(toggle): add basic toggle test 2017-07-26 13:03:47 -04:00
Adam Bradley
b8c0589513 refactor(components): update to latest stencil api 2017-07-25 10:03:07 -05:00
Josh Thomas
5c361398f0 fix(): updated jsx due to type errors. 2017-07-13 14:26:07 -05:00
Josh Thomas
10c69b4f17 fix(): correct all type errors in ionic core. 2017-07-10 15:02:35 -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