267 Commits

Author SHA1 Message Date
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
d0b71096c8 refactor(item): added margin back in for ion-item-content and removed button tests and actions
references #279
2016-01-05 15:23:55 -05:00
02dd3b2760 refactor(item): messing around with an actions attribute
references #279
2016-01-05 12:01:06 -05:00
0ae13f42b1 min-height .item-inner 2016-01-04 20:26:38 -06:00
4a8b8b79f9 refactor(item): move padding to item-inner instead of ion-item-content margin iOS only
references #856
2016-01-04 21:06:17 -05:00
ec84f01a51 refactor(item): simplifying item css and removing unused css
Added a item with multiple buttons references #856
2016-01-04 17:20:55 -05:00
e2469d95e0 fix(item): do not add .item-button to button[ion-item] 2016-01-04 14:52:53 -06:00
fa38814be6 fix(item): only add .item-button class 2016-01-04 14:39:07 -06:00
1a1cdfb886 refactor(item): add .item-icon to child icons 2016-01-04 13:24:03 -06:00
aefcbeeb00 refactor(item): all buttons inside of item receive .item-button 2016-01-04 13:17:07 -06:00
4203f9b179 Merge branch 'overlay-refactor' 2016-01-04 09:26:59 -06:00
1b337b4097 Fixed small error in ion-sliding code example
ion-item-sliding tag was being close with ion-item tag not ion-item-sliding, code example was throwing an error.
2016-01-03 13:18:25 -05:00
f38ad4a7d2 feat(rtl): add sass var $include-rtl 2016-01-01 22:34:57 -06:00
1e427443ad chore(): fix overlay demos/tests 2015-12-30 20:38:27 -06:00
c136d2143a alert wip 2015-12-23 23:11:40 -06:00
f3e2f427bf fix(slidingItem): remove scroll disabling
Closes #778
2015-12-21 09:03:33 -06:00
0f64bccc43 chore(): prefix private methods 2015-12-18 15:39:22 -05:00
21d7ec5af7 fix(item): fixing jan again
references #719
2015-12-17 15:09:34 -05:00
641395d7e4 fix(item): adding min-height for icons to avoid jan
closes #719
2015-12-17 15:02:09 -05:00
b005bd1601 fix(text): added text color for the entire body and added a paragraph variable
renamed some variables in item and added a variable for item paragraph
color. Fixes #762
2015-12-17 14:14:05 -05:00
3b035a0d23 docs()item-sliding and lists 2015-12-16 15:28:26 -05:00
f97e9eaa19 docs() id, content, bootstrap, item, item-sliding 2015-12-15 16:57:54 -05:00
5304ec8d79 feat(item-divider): added colors for item dividers and modified test case
closes #713
2015-12-15 11:08:58 -05:00
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52:55 -06:00
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06:00
0270be3305 fix blocking TS errors 2015-12-10 16:39:56 -06:00
854d90f4c1 refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
2015-12-09 17:20:11 -05:00
b7cc9fd6cf fix(item): fix button icon only with item left or right
references #689
2015-12-09 16:21:40 -05:00
6a7f5fadc9 fix item-sliding bg bug 2015-12-08 13:48:27 -06:00
111d7f97a6 refactor(item-sliding): fix buttons
references #689
2015-12-08 13:54:17 -05:00
7a0f5a22ed Merge branch 'master' into css-refactor 2015-12-08 12:10:29 -06:00
f9199fb3be fix(itemSliding): onDragEnd on mouseout of sliding element
Closes #https://github.com/driftyco/ionic2/issues/702
2015-12-08 12:08:20 -06:00
450c9c5efe detail-push should only go on ion-item 2015-12-08 11:14:38 -06:00
cd40213495 item wip 2015-12-08 10:03:41 -06:00
8b693ce836 toolbar button updates 2015-12-07 11:18:00 -06:00
d3c5f251ef update item 2015-12-07 07:17:48 -06:00
022d873723 update item/list variable setup 2015-12-04 23:45:39 -06:00
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
5d3e9a4f99 Merge branch 'master' into css-refactor 2015-12-04 17:04:00 -05:00
4f125354cc mode theming 2015-12-04 14:09:44 -06:00
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
58f401001e updates 2015-12-04 13:27:37 -06:00
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
03f9b723b7 test(badge): added badge tests and updated item test to reflect new css names
references #689
2015-12-04 13:36:33 -05:00
592fe42083 refactor(card): removed actions attribute since this is no longer needed with the item refactor
Buttons in this item still need the item-left or item-right attribute
to size correctly. Closes #552
2015-11-24 14:24:53 -05:00
c2a4b70d31 refactor(item): changed the ion-item-group-title to an ion-item-divider with a sticky attribute
Added a test for dividers. Closes #636
2015-11-24 11:51:53 -05:00
fe625eda97 refactor(item): removed ItemGroup directives
references #636
2015-11-24 11:51:53 -05:00
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
e1c160eb54 refactor(overlay): use NavController 2015-11-21 19:18:47 -06:00