Commit Graph

57 Commits

Author SHA1 Message Date
Brandy Carney
4299a50461 test(components): fix titles and add more chip examples 2018-02-07 15:56:09 -05:00
Brandy Carney
0f616338d7 tests(standalone): update standalone overlay tests to remove buttons
having the ion-buttons in the standalone tests was providing button
styles that some of the components needed, we need to make sure they
look good without those styles
2018-02-07 13:03:34 -05:00
Manu Mtz.-Almeida
61231ecd75 chore(): update to latest stencil 2018-02-06 20:04:28 +01:00
Ross Gerbasi
f41bb39ce3 feat(components): add support for css variables (#13895)
* wip

* wip

* wip

* wip

* CSS variable cleanup
added css variable example

* reverted example

* wip

* name fixes for tabbar and item

* wip - alpha support

* wip - all the things

* wip

* wip

* PR cleanup

* cleanup to ion-color

* switched to double quotes

* PR cleanup
Added TODO for color-mod comments

* reverted ios variable for transition.

* style cleanup
added -ion prefix to all css variables
updated default.css to mirror SASS values
cleanup/update to oceanic css

* removed 'dark' theme files
cleanup from scss-lint report
2018-02-05 11:55:50 -05:00
Ken Sodemann
6639f99556 fix(e2e): run each test in its own driver and await more 2018-02-01 17:51:23 -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
Manu Mtz.-Almeida
7e81e63294 fix(scroll): simplify scroll 2018-01-29 18:55:16 +01:00
Manu Mtz.-Almeida
619f929f97 chore(stencil): update stencil 2018-01-29 18:53:03 +01:00
Brandy Carney
342a81e64d style(core): fix lint errors and update el to consistent names 2018-01-11 13:19:18 -05:00
Brandy Carney
835175c43c chore(tslint): update tslint rules and autofix lint errors 2018-01-10 14:48:01 -05:00
Dan Bucholtz
7cf3fcb4ef test(modal): fix tests 2018-01-09 11:19:33 -06:00
Dan Bucholtz
6156561c1b refactor(delegate): don't automatically append ion-page, add tests for host-element for modal and nav 2018-01-09 10:43:57 -06:00
Dan Bucholtz
0188b44bcc fix(modal-controller): initialize ids 2018-01-08 13:29:10 -06:00
mhartington
b31591b371 fix(animation): change animate to willAnimate
Closes #13565
2018-01-08 14:27:30 -05:00
Dan Bucholtz
e590198a06 refactor(modal): simplify modal-controller, add ability to dismiss modal from itself
* modal progress

* conf app progress

* refactor(modal): don't append the .ion-page class anymore to since we are wrapping in <ion-page> instead
2018-01-08 11:23:12 -06:00
Brandy Carney
544cca099d test(e2e): update standalone tests for snapshot 2018-01-03 13:29:47 -05:00
mhartington
cca878cb3c chore(): overlay refactors 2017-12-21 13:10:16 -05:00
Dan Bucholtz
a881eb1b82 refactor(animations): make animation builder async to allow to ensure stuff is hydrated when animating 2017-12-18 16:59:11 -06:00
Adam Bradley
c415bbe1d7 refactor(Context): remove global Context 2017-12-18 13:21:17 -06:00
Dan Bucholtz
ec33d4e725 refactor(modal): use framework delegate for mounting the user's component 2017-12-14 15:13:47 -06: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
Brandy Carney
4d36369a74 test(e2e): get e2e tests matching with v3 2017-12-11 13:53:49 -05: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
Brandy Carney
752b60db79 docs(sass): add missing docs to sass variables 2017-12-07 18:55:35 -05:00
Cam Wiegert
a067d167d3 chore(e2e) rename tests to match v3 master (#13609) 2017-12-07 15:49:15 -06:00
Dan Bucholtz
14a67e1ff5 refactor(navigation): make the framework delegate more generic 2017-12-07 14:50:01 -06:00
Dan Bucholtz
4ec864ea86 docs(): generate readme for the overlays 2017-12-02 01:05:19 -06:00
Dan Bucholtz
7bcb4dec54 refactor(modal): keep instance private 2017-12-02 00:45:58 -06:00
Dan Bucholtz
01c46b230f refactor(modal): update API for modal to match other overlays 2017-12-02 00:37:19 -06:00
Adam Bradley
e35ad0eaef docs(): update overlay docs 2017-12-01 12:03:42 -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
Mike Hartington
3a62bf5921 refactor(animations): normalize naming (#13543)
* chore(): normalize animations

* chore(): normalize export as
2017-11-29 16:36:35 -05:00
Mike Hartington
c56e80d5d2 feat(): diffenernt animations for different modes 2017-11-29 08:58:21 -08: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
Manu Mtz.-Almeida
a1b8b6e6e9 fix(modal): fixes displaying page inside modal 2017-11-19 04:04:07 +01: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
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
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
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
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
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
Brandy Carney
f7417d1e13 fix(overlays): grab correct animal controller component 2017-08-12 15:03:42 -04:00