300 Commits

Author SHA1 Message Date
fa2e4b2c70 feat(windows): add tabs component and clean up windows UI
references #5565
2016-02-24 13:05:43 -05:00
0d4971f190 feat(windows): add input border color variable to theme
replaced hardcoded values to use this

references #5565
2016-02-24 11:53:41 -05:00
1cf56ee42f feat(windows): add list and item components
removed transition from checkbox

references #5565
2016-02-23 17:58:25 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
892b0071cb fix(sass): rename brightness/inverse sass functions
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -06:00
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