|
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 |
|
|
f3a948cdb6
|
docs(item): multiple ion-item-content usage
Closes #534
|
2015-11-20 14:21:55 -06:00 |
|
|
e98a00a9f8
|
fix(item): iOS removed the border from around sticky headers
closes #591
|
2015-11-20 13:43:04 -05:00 |
|
|
a8b3de18d6
|
feat(item): adding no-lines attribute for items not in a list
closes #599
|
2015-11-20 13:28:13 -05:00 |
|
|
b2d9e1d8a3
|
perf(itemSliding): improve performance
|
2015-11-18 23:32:25 -06:00 |
|
|
00fc6453ea
|
fix(itemSliding): prevent click when tap to close
|
2015-11-17 22:05:17 -06:00 |
|
|
12ce97a7c6
|
fix(item): remove top centering per Ben
references #561
|
2015-11-17 18:33:41 -05:00 |
|
|
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 |
|
|
2115d32538
|
test(itemGroup): full e2e test for item-group
|
2015-11-17 14:39:33 -06:00 |
|
|
616a52f6e0
|
refactor(item-group): change css selectors from classes to elements
references #568
|
2015-11-17 15:20:20 -05:00 |
|
|
f1f806da7c
|
fix(item): fixed margin right for avatars and thumbnails for md mode
fixes #557
|
2015-11-17 15:13:15 -05:00 |
|
|
61c68587a4
|
fix(ripple): md ripple on items
Closes #548
|
2015-11-17 09:20:22 -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 |
|
|
3e2100f5d0
|
fix(item): fixed padding right on md items
references #518
|
2015-11-16 19:10:26 -05: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 |
|