3169 Commits

Author SHA1 Message Date
a8e7941a27 fix(button): remove color shade from clear buttons 2016-01-22 14:12:31 -05:00
a4137d2bdc fix(toolbar): remove opacity on md buttons in a toolbar
remove the opacity from the activated class for md buttons

closes #5131
2016-01-22 11:50:59 -05:00
5c334fb486 fix(button): add z-index to button to make sure ripple doesn't expand outside of it
The material design ripple on round and fab buttons is no longer a square but contained within the
button

fixes #5074 fixes #5148
2016-01-22 11:37:30 -05:00
4d218666fb docs(navController): fix param parsing error
Closes #5137
2016-01-22 10:24:32 -06:00
61a16b74bf fix(menu): fix menu toggle not showing right opacity
added important to ensure the menu toggle will get the right opacity but this will be removed later
on

fixes #5131
2016-01-22 11:11:26 -05:00
41055a759f Merge pull request #5141 from 3dd13/fix-storage-constructor-error
fix(StorageEngine): remove the error throwing in storage engine constructor
2016-01-22 07:48:44 -06:00
893009a603 remove the error throwing in storage engine constructor 2016-01-22 13:54:25 +08:00
f5f4169db0 fix(NavController): default setRoot/setPages to not animate transitions
setRoot() will be commonly used by side menus, which should not animate between pages.
2016-01-21 16:38:57 -06:00
ba0a041e86 fix(NavController): check if view has already been destroyed 2016-01-21 16:32:59 -06:00
ce9da0c652 fix(button): change transition on fab buttons to match other buttons
fixes #5129
2016-01-21 17:03:30 -05:00
d87b4fbdf7 fix(button): md outline buttons
Outline ripple is now the correct color per button, removed the background color when activated and
increased ripple opacity for outline buttons

closes #5128
2016-01-21 16:23:57 -05:00
e094d8658a chore(commitizen): increase cz version 2016-01-21 15:03:51 -05:00
98bed97896 fix(tabs): fixing the tabs text on iOS
closes #5119
2016-01-21 14:58:59 -05:00
9acd56ef51 chore(publish): read versions from root package.json 2016-01-21 10:50:58 -06:00
55f156366f docs(CHANGELOG): add alpha.51 changelog 2016-01-21 11:42:41 -05:00
96b796228b docs(README): add steps for releasing 2016-01-21 11:09:18 -05:00
6eb0146660 fix(tabs): fix md tab highlight 2016-01-20 21:55:06 -06:00
fdaaded1c7 chore(snapshot): fix e2e tests for snapshot 2016-01-20 21:50:02 -06:00
01d7eea9e0 chore(package): add caret to angular peerDep 2016-01-20 16:41:41 -06:00
92c67b4174 chore(search): automatically compile docs search index 2016-01-20 14:42:37 -06:00
d0de3d8d8a Merge branch '2.0' of github.com:driftyco/ionic into 2.0 2016-01-20 13:41:09 -06:00
73b9014271 chore(docs): generate unique v2 docs search index 2016-01-20 13:41:04 -06:00
72af685620 fix(alert): fix css add class 2016-01-20 12:24:54 -06:00
eeb0417d02 test(alert): add alert checkbox and fast close tests 2016-01-20 11:59:36 -06:00
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
94ef1f4ce1 chore(package): add npm keywords property 2016-01-20 09:09:19 -06:00
da9d8922aa docs: add code of conduct 2016-01-20 09:00:32 -06:00
ab9fb159a4 Merge pull request #5104 from manucorporat/storage-setjson
feat(Storage): adds setJson() method
2016-01-20 08:25:48 -06:00
6da7762139 v2: feat(Storage): adds setJson() method 2016-01-20 14:35:22 +01:00
2f9dd60ada Merge branch 'manucorporat-storage-getjson' into 2.0 2016-01-20 07:21:21 -06:00
c3ab951056 fix(storage): throw json parse errors 2016-01-20 07:20:37 -06:00
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
2885ceb1b6 mark parameters optional 2016-01-20 12:15:46 +08:00
3f4948b99d fix(animation): fix type error
Closes https://github.com/driftyco/ionic/issues/5042.
2016-01-19 16:37:51 -06:00
ee566ae387 chore(): remove debugger 2016-01-19 14:53:09 -06:00
0332904254 chore(npm): updating package.json to latest cz changes 2016-01-19 15:47:19 -05:00
266eea528c fix(): fix package task not finishing 2016-01-19 14:46:15 -06:00
5cdb93f224 chore(): create d.ts for Swiper 2016-01-19 14:45:51 -06:00
1b21be81aa Revert "chore(): fix Swiper types"
This reverts commit 2d10593dce04b11d92ae4155b6e18256f4c54418.
2016-01-19 14:45:51 -06:00
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
332c761b9e chore(commitizen): add our custom Ionic prompts
References #5077
2016-01-19 15:04:26 -05:00
31935d3066 chore(CONTRIBUTING): add contributing file
references #5077
2016-01-19 13:49:03 -05:00
3570f17157 chore(commitizen): Add Commitizen
References #5077
2016-01-19 13:27:06 -05:00
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
8f293baf7e Merge pull request #4988 from dorontal/patch-1
fix(Searchbar): stopInput() argument name typo
2016-01-19 09:32:54 -06:00
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
a152ebe304 Merge pull request #4999 from perdjurner/fix-tab-docs
docs(): update to tabSubPages, not tabSubPage
2016-01-19 08:58:30 -06:00
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
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
07953672f5 add more types to function parameters and return type 2016-01-19 16:44:46 +08:00