Commit Graph

23 Commits

Author SHA1 Message Date
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
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
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
3c3cd1b537 fix(all): js / scss linter issues 2017-11-17 00:20:26 +01: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
e0a29db3bb refactor(sass): remove deprecated variables and rules
references ionic-team/stencil#16
2017-08-28 12:28:24 -04:00
Brandy Carney
b6a0b10e76 fix(loading): set default spinner on loading 2017-08-22 16:09:26 -04:00
Brandy Carney
f7417d1e13 fix(overlays): grab correct animal controller component 2017-08-12 15:03:42 -04:00
Adam Bradley
ccb63ee34f feat(prop): load controllers w/ prop connect and context 2017-08-10 08:17:30 -05:00
Adam Bradley
5bdc184695 fix(loading): fix enter animation 2017-08-03 20:43:05 -05:00
Adam Bradley
f1b60c61c3 fix(loading): fix loading events 2017-08-03 16:04:27 -05:00
Adam Bradley
f6781825ed feat(animations): init animation controller 2017-08-03 08:50:27 -05:00
Adam Bradley
b8c0589513 refactor(components): update to latest stencil api 2017-07-25 10:03:07 -05:00
Adam Bradley
673159ab2e fix(animation): init Ionic.Animation from window 2017-07-17 14:45:58 -05:00
Josh Thomas
c7010e28b7 chore(): prep move from ionic to core for use of vanilla 2017-06-22 14:59:33 -05:00