Adam Bradley
c415bbe1d7
refactor(Context): remove global Context
2017-12-18 13:21:17 -06:00
Adam Bradley
c55670d9c1
docs(): upgrade stencil to improve docs
2017-12-15 14:09:25 -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
mhartington
d23fd68143
chore(): update stencil version
2017-12-07 12:01:56 -05:00
Brandy Carney
2388fe4dc6
style(sass): fix linter errors
2017-12-06 14:29:49 -05:00
mhartington
c6df225014
docs(actionSheet,alert,loading): add docs for props
2017-12-01 15:39:22 -05:00
Adam Bradley
e35ad0eaef
docs(): update overlay docs
2017-12-01 12:03:42 -06:00
Brandy Carney
f3e7021ba1
fix(overlays): check if button cssClass exists before splitting
2017-11-30 18:21:43 -05:00
Brandy Carney
4dfe6195fb
refactor(sass): remove and fix todos
2017-11-30 18:21:42 -05:00
mhartington
55839e27d5
feat(alert): cssClass for buttons and component
2017-11-30 12:34:20 -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
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
Dan Bucholtz
9a88f1f6ae
refactor(action-sheet): update action-sheet api to use element instead of instance
...
* refactor(action-sheet): update action-sheet api to use element instead of instance
* chore(dependencies): update angular to next
2017-11-29 10:19:01 -06:00
Adam Bradley
3f689e423f
docs(): update component readme
2017-11-28 13:38:19 -06:00
Brandy Carney
84abe7300f
test(button): update tests for button block to use expand
2017-11-28 14:13:42 -05:00
Ken Sodemann
285a99a6a0
fix(alert): allow disabled for any type of input ( #13522 )
...
Fixes : #13488
2017-11-27 16:39:04 -06:00
Dan Bucholtz
a817bd7b66
refactor(alert): update various interfaces and exports, fix alert dismiss promise flow to work correctly
2017-11-27 15:35:53 -06:00
Brandy Carney
9599981723
feat(translucent): add translucent property to core components ( #13475 )
...
* refactor(components): add translucent property
* feat(toast): add translucent property to toast
* refactor(toolbar): get translucency working with colored toolbars
* refactor(fab): get colored fab and list fab working with translucent
* feat(loading): add translucent property for loading
* feat(popover): add translucent option to popover
* feat(card): add translucent property to card header
* refactor(components): default translucent to false
* refactor(card): use white for card header background
* refactor(tabs): update translucency values and add test for it
* feat(translucent): add translucent options to alert and action sheet
* refactor(translucent): update values for transucency
* feat(tabs): add translucent color styles
2017-11-22 11:38:22 -05:00
Adam Bradley
f7c1d04d34
docs(readme): init component readme.md docs
2017-11-21 20:39:21 -06:00
Dan Bucholtz
ea003350b8
refactor(alert): update alert api
...
* alert poc
* refactor(app): add in app public api
* refactor(nav): implement a public interface and correct types to nav
* feature(helpers): promisify the animation's play method to make it play nicely with promise flows
* test(alert): fix test to ensure alert element is hydrated before using it
* refactor(index): expose the Nav public api types
2017-11-20 15:51:20 -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
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
Cam Wiegert
874457d76c
feat(e2e-tests) simplify e2e test structure
2017-11-13 14:54:53 -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
Manu Mtz.-Almeida
10c77e7513
fix(all): use ion-page
2017-10-30 15:58:35 +01:00
Adam Bradley
059a1330d9
fix(alert): alert radio, checkbox and aria fixes
2017-10-25 15:07:40 -05:00
Adam Bradley
8e2fdf1ee5
fix(alert): do not use mutable prop
2017-10-25 13:02:32 -05:00
Brandy Carney
0ffc911198
refactor(components): rename functions for consistency and use typings
2017-10-23 18:00:25 -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
Adam Bradley
93f8dd9433
feat(distribution): updates to generate distribution
2017-09-14 13:28:59 -05:00
Adam Bradley
cc75cda0e8
fix(prop): rename prop state to mutable
2017-09-02 23:52:34 -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
e0a29db3bb
refactor(sass): remove deprecated variables and rules
...
references ionic-team/stencil#16
2017-08-28 12:28:24 -04:00
Brandy Carney
6d6e0f0f4e
fix(alert): get checkbox/radio working and return values
2017-08-25 15:45:49 -04:00
Brandy Carney
8671efe78b
feat(alert): add alert component/ctrl functionality
2017-08-22 16:09:26 -04:00