Commit Graph

3145 Commits

Author SHA1 Message Date
Adam Bradley
ee106377fc chore(angular): upgrade to angular 2.0.0-beta.1
Biggest change was that renderer takes  and not just .
2016-01-20 11:15:01 -06:00
Adam Bradley
94ef1f4ce1 chore(package): add npm keywords property 2016-01-20 09:09:19 -06:00
Adam Bradley
da9d8922aa docs: add code of conduct 2016-01-20 09:00:32 -06:00
Adam Bradley
ab9fb159a4 Merge pull request #5104 from manucorporat/storage-setjson
feat(Storage): adds setJson() method
2016-01-20 08:25:48 -06:00
Manu Mtz.-Almeida
6da7762139 v2: feat(Storage): adds setJson() method 2016-01-20 14:35:22 +01:00
Adam Bradley
2f9dd60ada Merge branch 'manucorporat-storage-getjson' into 2.0 2016-01-20 07:21:21 -06:00
Adam Bradley
c3ab951056 fix(storage): throw json parse errors 2016-01-20 07:20:37 -06:00
Adam Bradley
26424bf0ec Merge pull request #5098 from 3dd13/mark-optional-parameters-optional-type
chore(): mark storage parameters optional
2016-01-20 07:13:14 -06:00
Eddie Lau 3dd13
2885ceb1b6 mark parameters optional 2016-01-20 12:15:46 +08:00
Tim Lancina
3f4948b99d fix(animation): fix type error
Closes https://github.com/driftyco/ionic/issues/5042.
2016-01-19 16:37:51 -06:00
Tim Lancina
ee566ae387 chore(): remove debugger 2016-01-19 14:53:09 -06:00
Brandy Carney
0332904254 chore(npm): updating package.json to latest cz changes 2016-01-19 15:47:19 -05:00
Tim Lancina
266eea528c fix(): fix package task not finishing 2016-01-19 14:46:15 -06:00
Tim Lancina
5cdb93f224 chore(): create d.ts for Swiper 2016-01-19 14:45:51 -06:00
Tim Lancina
1b21be81aa Revert "chore(): fix Swiper types"
This reverts commit 2d10593dce.
2016-01-19 14:45:51 -06:00
Adam Bradley
3213d02375 refactor(NavController): improve transitions, view stages
This refactor made it so view transitions do no step on one another when a new transition happens
during an active transition.
2016-01-19 14:24:49 -06:00
Brandy Carney
332c761b9e chore(commitizen): add our custom Ionic prompts
References #5077
2016-01-19 15:04:26 -05:00
Brandy Carney
31935d3066 chore(CONTRIBUTING): add contributing file
references #5077
2016-01-19 13:49:03 -05:00
Brandy Carney
3570f17157 chore(commitizen): Add Commitizen
References #5077
2016-01-19 13:27:06 -05:00
Adam Bradley
452acd1c7e Merge pull request #4983 from mallowigi/patch-1
docs(scroll): fix doc about scrollX and scrollY attributes
2016-01-19 09:33:41 -06:00
Adam Bradley
8f293baf7e Merge pull request #4988 from dorontal/patch-1
fix(Searchbar): stopInput() argument name typo
2016-01-19 09:32:54 -06:00
Adam Bradley
542de2b30f Merge pull request #4990 from 3dd13/disable-enable-swipe-side-menu
feat(menu): enable / disable swipe gesture to open sidemenu
2016-01-19 09:11:14 -06:00
Adam Bradley
a152ebe304 Merge pull request #4999 from perdjurner/fix-tab-docs
docs(): update to tabSubPages, not tabSubPage
2016-01-19 08:58:30 -06:00
Adam Bradley
02644dc4d8 Merge pull request #5087 from 3dd13/add-timeout-before-init-swiper
fix(slides): wrap swiper init code in set timeout
2016-01-19 08:57:10 -06:00
Adam Bradley
2a4895216f Merge pull request #5091 from 3dd13/add-more-types
chore(): add more types to function parameters and return type
2016-01-19 08:56:00 -06:00
Eddie Lau 3dd13
07953672f5 add more types to function parameters and return type 2016-01-19 16:44:46 +08:00
Eddie Lau 3dd13
2fc07375a7 wrap swiper init code in set timeout 2016-01-19 11:20:42 +08:00
Per Djurner
b8a56071d7 Config property should be documented as tabSubPages instead of tabSubPage. 2016-01-18 13:15:56 -05:00
Manu Mtz.-Almeida
d7db59edf1 fix(Storage): getJson() implementation 2016-01-18 15:01:27 +01:00
Eddie Lau 3dd13
0ef8c78737 add swipeEnabled input to menu to set default swipeable of side menu. add swipeEnable() api to enable disable particular side menu swipeable 2016-01-18 12:29:57 +08:00
dorontal
9c12eb5ef1 fix argument name
argument name did not match the variable name inside the function
2016-01-17 15:50:39 -05:00
Elior Boukhobza
039940d4b7 fix(scroll): fix doc about scrollX and scrollY attributes
Been trying to use scroll with scroll-y but to no avail, and I found out that the directive was listening for scrollY events.
2016-01-16 12:04:07 +02:00
Tim Lancina
2d10593dce chore(): fix Swiper types 2016-01-15 19:28:55 -06:00
Tim Lancina
5b2284d0d7 derp 2016-01-15 16:41:17 -06:00
Tim Lancina
1662f05fe5 chore(build): strip debug statements when releasing
Closes https://github.com/driftyco/ionic2/issues/96.
2016-01-15 16:26:38 -06:00
Tim Lancina
97d5c07117 chore(build): remove unused typescript src task 2016-01-15 15:25:32 -06:00
Adam Bradley
6b2f42467f fix(navParams): move navParams to nav-params.ts 2016-01-15 11:03:14 -06:00
Adam Bradley
ff10b3bb49 fix(navCtrl): add more states during transitions 2016-01-15 10:21:18 -06:00
Adam Bradley
7e98c102d5 Merge pull request #4971 from 3dd13/remove-css-classes-when-ion-icon-on-destroy
fix(icon): add ngOnDestroy to ion-icon and remove added css class
2016-01-15 08:41:41 -06:00
Eddie Lau 3dd13
a00e34254b add ngOnDestroy to ion-icon and remove added css class 2016-01-15 13:25:59 +08:00
Adam Bradley
42c24bbff8 Merge pull request #4970 from 3dd13/swipe-segment
test(): combine segment and slides to have swipeable tabs
2016-01-14 21:50:55 -06:00
Eddie Lau 3dd13
f14c6c1451 combine segment and slides to have swipeable tabs 2016-01-15 11:45:42 +08:00
Adam Bradley
b5d8a1de70 chore(): remove use of host: {inputs: []} 2016-01-14 21:14:23 -06:00
Adam Bradley
02626b9489 chore(): add types to Refresher 2016-01-14 21:04:20 -06:00
Adam Bradley
4a9c3a11a6 chore(): add types to ItemSlidingGesture 2016-01-14 20:36:46 -06:00
Adam Bradley
e3507bc175 chore(): add types to List 2016-01-14 20:25:33 -06:00
Adam Bradley
146cb06df2 chore(): add types to menu-toggle 2016-01-14 20:09:08 -06:00
Adam Bradley
1a3d8c8814 fix(Input): put @Input above getters 2016-01-14 20:05:03 -06:00
Drew Rygh
c740b8e479 chore(demos): remove loading icon
Related: https://github.com/driftyco/ionic-site/issues/299
2016-01-14 16:52:46 -06:00
Drew Rygh
c9c2b42cc6 docs(demos): fix actionSheet scroll padding issue 2016-01-14 16:08:10 -06:00