Commit Graph

1383 Commits

Author SHA1 Message Date
Brandy Carney
e98a00a9f8 fix(item): iOS removed the border from around sticky headers
closes #591
2015-11-20 13:43:04 -05:00
Brandy Carney
a8b3de18d6 feat(item): adding no-lines attribute for items not in a list
closes #599
2015-11-20 13:28:13 -05:00
Brandy Carney
c2b7a0c75d refactor(sass): renaming Sass variables in each loops to be consistent
closes #603
2015-11-20 13:25:04 -05:00
Brandy Carney
fca5f9bbba refactor(segment): iOS fixed the segment colors in a colored toolbar
closes #597
2015-11-20 13:16:19 -05:00
Brandy Carney
116d4aa23c refactor(segment): MD fixing the segment colors in toolbars with colors
references #597
2015-11-20 13:16:19 -05:00
Adam Bradley
0a5d1ec7d9 perf(): internal animations/transitions to use callbacks
Reduce overhead and involving zone
2015-11-20 09:47:13 -06:00
Adam Bradley
00f9611e71 feat(clickBlock): enable click block only on iOS 2015-11-19 11:23:41 -06:00
Adam Bradley
0a1f63d3fb fix(menu): construct menu on first drag
Closes #580
2015-11-19 09:10:39 -06:00
Adam Bradley
dd82219d1a fix(navController): ensure leavingView obj exists
Closes #582
2015-11-19 07:40:36 -06:00
Adam Bradley
f57c762c59 fix(actionSheet): pass instance in resolve
Closes #589
2015-11-19 07:30:40 -06:00
Adam Bradley
b2d9e1d8a3 perf(itemSliding): improve performance 2015-11-18 23:32:25 -06:00
Adam Bradley
cacd9a3843 Merge pull request #507 from stkem/master
Fixing a small typo in pull-to-refresh.ts
2015-11-18 12:18:53 -06:00
Adam Bradley
032b0d0b98 test(): update text-input spec 2015-11-18 12:12:00 -06:00
Adam Bradley
00fc6453ea fix(itemSliding): prevent click when tap to close 2015-11-17 22:05:17 -06:00
Brandy Carney
3b34833490 fix(card): fixing styling on iOS cards - temp adding padding to actions
fixes #573
2015-11-17 18:41:16 -05:00
Brandy Carney
75ba5b1809 fix(button): fixed hover not taking up full button 2015-11-17 18:33:41 -05:00
Brandy Carney
12ce97a7c6 fix(item): remove top centering per Ben
references #561
2015-11-17 18:33:41 -05:00
Brandy Carney
8132c379ad fix(item): md - aligning item content to the top so it isn't centered vertically
fixes #561
2015-11-17 16:33:07 -05:00
Brandy Carney
815ef14a6d fix(tabs): updated tabs highlight for md so it takes on the foreground color
fixes #558
2015-11-17 16:04:42 -05:00
Adam Bradley
2115d32538 test(itemGroup): full e2e test for item-group 2015-11-17 14:39:33 -06:00
Brandy Carney
616a52f6e0 refactor(item-group): change css selectors from classes to elements
references #568
2015-11-17 15:20:20 -05:00
Brandy Carney
f1f806da7c fix(item): fixed margin right for avatars and thumbnails for md mode
fixes #557
2015-11-17 15:13:15 -05:00
Brandy Carney
97f295580f feat(grid): converted classes to attributes and updated test to have more examples
closes #563
2015-11-17 14:23:50 -05:00
Adam Bradley
1c7dcc25c4 chore(): use E2EApp as the class name for e2e apps 2015-11-17 12:53:46 -06:00
Adam Bradley
49a17539e2 fix(tabs): disable tab preloading by default 2015-11-17 09:21:51 -06:00
Adam Bradley
61c68587a4 fix(ripple): md ripple on items
Closes #548
2015-11-17 09:20:22 -06:00
Adam Bradley
47f505a66a fix(tabs): disable tab preloading 2015-11-17 09:12:02 -06:00
Adam Bradley
64376c2304 fix(textInput): hide cursor during scroll 2015-11-16 22:47:00 -06:00
Brandy Carney
cd365a60b3 fix(item): removed box-shadow on items - buttons md 2015-11-16 20:09:08 -05:00
Brandy Carney
b01795de3f fix(item): fixing font-weight for button items on md 2015-11-16 19:56:09 -05:00
Brandy Carney
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
Brandy Carney
85523e26d3 Merge branch 'master' into list-border-refactor 2015-11-16 19:12:20 -05:00
Brandy Carney
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
Brandy Carney
8b4e528732 fix(text-input): removed the margin-left on floating and stacked labels
fixes #518
2015-11-16 19:11:49 -05:00
Brandy Carney
3e2100f5d0 fix(item): fixed padding right on md items
references #518
2015-11-16 19:10:26 -05:00
Adam Bradley
3ec39c51b5 fix(scroll): fix JS error when scrolling text input 2015-11-16 16:36:02 -06:00
Brandy Carney
e55e158ab6 refactor(list): moved ion-item-group-title out of the list for iOS
references #387
2015-11-16 16:51:57 -05:00
Brandy Carney
f2a763a289 Merge branch 'master' into list-border-refactor 2015-11-16 16:43:00 -05:00
Brandy Carney
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
Drew Rygh
df3a59dc81 docs: fix syntax highlight on API section
Closes #533
2015-11-16 14:59:36 -06:00
Brandy Carney
503abf5225 refactor(item): moved iOS styling from the list file to the item file
references #387
2015-11-16 15:51:01 -05:00
Brandy Carney
85bd3fbfec refactor(item): removed list from item tests that don't need it
references #387
2015-11-16 15:49:07 -05:00
Brandy Carney
83164132e4 refactor(item-buttons): moved items outside of list in the buttons example
references #387
2015-11-16 15:43:35 -05:00
Brandy Carney
c6b15d63fe refactor(item-groups): updated item groups demo to latest code 2015-11-16 15:42:59 -05:00
Drew Rygh
63d591b359 fix(icons): remove private attribute to prevent transpilation error
Related: #547
2015-11-16 14:17:46 -06:00
Adam Bradley
b7c2291dd7 fix(itemSliding): close items when scrolling content 2015-11-16 13:35:23 -06:00
Brandy Carney
b5fc40be92 fix(list): removed the negative margin-top and margin-bottom for hairline items
fixes #544
2015-11-16 13:58:41 -05:00
Brandy Carney
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
Brandy Carney
6f66cc23c9 feat(grid): adding some markup for grids
references #536
2015-11-16 13:30:16 -05:00
Adam Bradley
b5384e0dd9 fix(itemSliding): prevent sliding when already open
Closes #512
2015-11-16 11:40:02 -06:00