295 Commits

Author SHA1 Message Date
2d157cbc3f test(item): add activated class to one of the items
references #5350
2016-02-17 14:42:42 -05:00
90f165f838 fix(item): add min-height to item-inner to remove gap between items
fixes #5350
2016-02-17 14:42:42 -05:00
eea7416d76 test(item): add items that reproduce the white gap above the activated state
references #5350
2016-02-17 14:42:42 -05:00
e26092cfe4 chore(item-sliding-gesture): fix Hammer type error 2016-02-15 15:36:01 -06:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
14ca32f9f2 Merge pull request #5363 from manucorporat/vertical-item-sliding
feat(ion-item-sliding): style icons on top of text in an option button
2016-02-09 22:28:49 -06:00
da18868636 refactor(animations): inline css animations 2016-02-09 16:23:01 -06:00
c8bb18f3e9 drops > selector 2016-02-08 04:20:18 +01:00
14abe9eb41 icon-left attribute belongs to ion-item-options 2016-02-08 04:16:15 +01:00
4e57fcf98a feat(ion-item-sliding): style icons on top of text in an option button
closes #5352
2016-02-08 00:47:44 +01:00
5c21b933df Merge pull request #5310 from manucorporat/new-buttons-css
refactor(button): refactor button css to avoid using flex
2016-02-07 12:35:28 -06:00
06b3a5b3bd feat: hairlines width can be configured with a sass variable 2016-02-07 15:00:34 +01:00
64ae1000f4 refactor(button): refactors button's css to work in chrome/safari 2016-02-07 00:37:30 +01:00
5f21823d27 docs(demos): add item sliding & option API demo and fix docs for it
references driftyco/ionic-site#397
2016-02-05 19:40:09 -05:00
b69bd9420e docs(demos): add item demo which uses list demo but changes header
references driftyco/ionic-site#397
2016-02-05 18:56:22 -05:00
276b509c9a docs(item): update inputs and make private 2016-02-01 15:31:50 -05:00
9749b06aa9 fix(css): minor updates to match previous snapshots 2016-01-28 21:20:08 -06:00
3cbbfdc071 fix(label): fix label for item and inputs by adding flex back 2016-01-27 08:09:37 -06:00
2fc975354a fix(input): clean up CSS on inputs and labels 2016-01-27 08:09:37 -06:00
b3a7298a52 refactor(input): place inputs inside of ion-item 2016-01-27 08:09:37 -06:00
4a9c3a11a6 chore(): add types to ItemSlidingGesture 2016-01-14 20:36:46 -06:00
e3507bc175 chore(): add types to List 2016-01-14 20:25:33 -06:00
309387bbbf fix(item): allow pointer-events within ion-item-content
Closes #917
2016-01-12 10:10:41 -06:00
ccec2fd502 fix(item): fix .item-button icon only 2016-01-11 22:22:19 -06:00
44cbbd286b chore(): fix typescript errors 2016-01-11 21:10:19 -06:00
7dd65f3571 refactor(icon): logo ionicons use logo- prefix rather than suffix 2016-01-11 14:42:39 -06:00
6911b383de fix(item): fix iOS item margins for icon/button 2016-01-07 09:22:43 -06:00
f74606dc1b fix(item): set ion-item-divider colors per mode 2016-01-06 22:10:05 -06:00
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