1357 Commits

Author SHA1 Message Date
61c68587a4 fix(ripple): md ripple on items
Closes #548
2015-11-17 09:20:22 -06:00
47f505a66a fix(tabs): disable tab preloading 2015-11-17 09:12:02 -06:00
64376c2304 fix(textInput): hide cursor during scroll 2015-11-16 22:47:00 -06:00
cd365a60b3 fix(item): removed box-shadow on items - buttons md 2015-11-16 20:09:08 -05:00
b01795de3f fix(item): fixing font-weight for button items on md 2015-11-16 19:56:09 -05:00
59e4faa5b9 fix(card): fixed border radius for lists in cards and removed border bottom of last item in list
references #387
2015-11-16 19:21:15 -05:00
85523e26d3 Merge branch 'master' into list-border-refactor 2015-11-16 19:12:20 -05:00
e5553e5f05 fix(card): removed duplicate item css in the card and removed the border for now
references #387
2015-11-16 19:12:17 -05:00
8b4e528732 fix(text-input): removed the margin-left on floating and stacked labels
fixes #518
2015-11-16 19:11:49 -05:00
3e2100f5d0 fix(item): fixed padding right on md items
references #518
2015-11-16 19:10:26 -05:00
3ec39c51b5 fix(scroll): fix JS error when scrolling text input 2015-11-16 16:36:02 -06:00
e55e158ab6 refactor(list): moved ion-item-group-title out of the list for iOS
references #387
2015-11-16 16:51:57 -05:00
f2a763a289 Merge branch 'master' into list-border-refactor 2015-11-16 16:43:00 -05:00
5265f21062 refactor(list): moved item css outside of the list selector and into the proper file md
Cleaned up duplicated CSS and combined selectors, renamed Sass
variables so they are named list if used in the list files.
2015-11-16 16:35:13 -05:00
df3a59dc81 docs: fix syntax highlight on API section
Closes #533
2015-11-16 14:59:36 -06:00
503abf5225 refactor(item): moved iOS styling from the list file to the item file
references #387
2015-11-16 15:51:01 -05:00
85bd3fbfec refactor(item): removed list from item tests that don't need it
references #387
2015-11-16 15:49:07 -05:00
83164132e4 refactor(item-buttons): moved items outside of list in the buttons example
references #387
2015-11-16 15:43:35 -05:00
c6b15d63fe refactor(item-groups): updated item groups demo to latest code 2015-11-16 15:42:59 -05:00
63d591b359 fix(icons): remove private attribute to prevent transpilation error
Related: #547
2015-11-16 14:17:46 -06:00
b7c2291dd7 fix(itemSliding): close items when scrolling content 2015-11-16 13:35:23 -06:00
b5fc40be92 fix(list): removed the negative margin-top and margin-bottom for hairline items
fixes #544
2015-11-16 13:58:41 -05:00
92ddba50de fix(list): removed item-left margin-left, added header border back for no lines
fixes #517
2015-11-16 13:52:49 -05:00
6f66cc23c9 feat(grid): adding some markup for grids
references #536
2015-11-16 13:30:16 -05:00
b5384e0dd9 fix(itemSliding): prevent sliding when already open
Closes #512
2015-11-16 11:40:02 -06:00
c6a173359f feat(item): add multiple ion-item-content for item columns 2015-11-16 08:55:32 -06:00
13fa14dff6 chore(): make members private 2015-11-15 20:37:24 -06:00
9ef27f8c56 refactor(cssClass): use host class instead of renderer
Since angular2 alpha46 we can now use host: {‘class’:’item’} without it
getting removed by user css classes.
2015-11-14 15:13:35 -06:00
4bbee6e89f fix(item-sliding): improve rending w/out flickers 2015-11-13 22:12:02 -06:00
be565be2bb fix(item-sliding): add [ion-item] to the querySelector for dragging
fixes #513
2015-11-13 18:23:35 -05:00
e287ef1029 fix(item-sliding): added [ion-item] as a selector so users can use a button inside with the ion-item attribute
references #513
2015-11-13 18:20:23 -05:00
050b600940 fix(popTo): fix reference and tests
Closes #511
2015-11-13 17:12:15 -06:00
d5ac78f7b0 fix(keyboard): improve keyboard scroll assist 2015-11-13 16:53:28 -06:00
db6c7ec58f Merge branch 'master' into list-border-refactor 2015-11-12 21:07:07 -05:00
6568c0b19e feat(typography): added b, i, u, strong, em text colors
references #430
2015-11-12 20:48:46 -05:00
1d37509b9b feat(typography): added text colors for basic html tags
closes #430
2015-11-12 20:27:14 -05:00
c1134db96f fix(button-fab): removed min-width to fix icon position on iOS
fixes #461
2015-11-12 20:13:38 -05:00
d2374fd37e fix(toolbar): fixed the toolbar spacing for iOS with platform-cordova
Added some tests for modals with a toolbar, only target the first
toolbar in a menu or modal so the user can have multiple toolbars
without skewing them. References #469
2015-11-12 20:07:13 -05:00
de6aafa7d0 Merge branch 'master' into list-border-refactor 2015-11-12 19:47:28 -05:00
a800834cc5 docs(item): add use cases of detail-push 2015-11-12 17:52:53 -06:00
0a70a382ef refactor(list): updated md mode for borders on the item-inner
references #437
2015-11-12 18:39:32 -05:00
6548585eab Merge branch 'master' into list-border-refactor 2015-11-12 17:58:25 -05:00
00c1c748cb fix(text-input): increased padding left for text input when there is a label in front
fixes #498
2015-11-12 17:58:15 -05:00
32ab8c5d43 refactor(list): removed the align center and inherited it instead to fix the icons aligning center
fixes #500
2015-11-12 17:28:09 -05:00
e70efc4a8d refactor(list): fix last item sliding border
closes #496
2015-11-12 17:10:15 -05:00
fea8c63e09 docs(item): add use cases of ion-item
Closes #294
2015-11-12 16:07:49 -06:00
c2c650754e refactor(card): added padding right to card items but removed it if in a list
fixes #495
2015-11-12 16:59:34 -05:00
0ab3e230e0 refactor(list): fixed opacity again...because wrapping the input broke it
references #494
2015-11-12 16:44:46 -05:00
50c682a669 refactor(text-input): wrapped inputs in the item-inner div to style the border
references #492
2015-11-12 16:44:00 -05:00
f2db20cf1c refactor(text-input): fixed item right padding
closes #490
2015-11-12 16:10:50 -05:00