2044 Commits

Author SHA1 Message Date
a5fc7c7a78 docs(lang): add recommendations to put values in html element 2016-01-07 10:50:02 -06:00
942bd9b93b feat(platform): add language support methods
Related: #883
2016-01-07 10:36:44 -06:00
6911b383de fix(item): fix iOS item margins for icon/button 2016-01-07 09:22:43 -06:00
2070e58e3e fix(inputs): fix form onChange/onTouch 2016-01-07 09:22:17 -06:00
f74606dc1b fix(item): set ion-item-divider colors per mode 2016-01-06 22:10:05 -06:00
e5aeff828d fix(icon): set ion-icon colors per mode 2016-01-06 22:09:30 -06:00
5e4220ae1e fix(badge): badge colors by mode 2016-01-06 22:08:42 -06:00
239a2d5102 docs(icon): update icon docs 2016-01-06 21:37:18 -06:00
5cccbe9ba8 docs(): because dgeni 2016-01-06 20:42:32 -06:00
c2f67d12a3 refactor(icons): rename social- to -logo
Closes #879 #612 #862 #864
2016-01-06 20:36:12 -06:00
e8e0f83539 fix(resize): speed up window resize throttle
Related to #880
2016-01-06 15:39:06 -06:00
4bf716528e fix(radio): fix onChange error 2016-01-06 15:27:51 -06:00
9d5cffb900 fix(toggle): use renderer for checked 2016-01-06 15:04:05 -06:00
15bbe75649 fix(checkbox): use renderer for checked 2016-01-06 14:37:56 -06:00
9f9e28c36c test(): dynamically update icon test 2016-01-06 14:26:03 -06:00
5cb3c78b09 feat(icons): update iOS outline icons 2016-01-06 09:28:08 -06:00
7071f9e743 Fix spelling errors 2016-01-06 20:24:49 +05:30
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
8987e4b932 test(card): mock the social card from the docs
references #375
2016-01-05 21:52:27 -05:00
5e5f730915 test(card): mock the map card from the docs
references #375
2016-01-05 21:35:43 -05:00
ff0693fe65 test(searchbar): added some code to the searchbar nav test based on the docs 2016-01-05 19:48:19 -05:00
fc059bfe30 test(card): updated card test to make it more obvious the first two buttons are left aligned 2016-01-05 17:15:40 -05:00
f137d52ce6 Merge remote-tracking branch 'origin/master' 2016-01-05 17:09:28 -05:00
a59378c9b0 Merge branch 'master' into item-buttons 2016-01-05 16:57:29 -05:00
19feaea188 test(card): updated test to use rows for action items
references #279
2016-01-05 16:57:14 -05:00
b8597f8036 test(grid): added test case for using text alignment attributes in a grid
this will be used for the actions in a card references #279
2016-01-05 16:36:19 -05:00
f2bb7fe8d5 feat(typography): added text align and transformation attributes
references #279
2016-01-05 16:30:42 -05:00
f05254ea45 feat(util): added no-padding attribute and removed text alignment classes 2016-01-05 16:29:10 -05:00
94f1e0964e refactor(textInput): use ContentChild, code cleanup 2016-01-05 15:03:59 -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
95501a1e86 fix(tap): do not fire tap click while scrolling
Fixes #681
2016-01-04 22:28:49 -06:00
746636be22 chore(): overlay deprecated warning w/ changelog link 2016-01-04 20:32:43 -06: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
460f35c15f docs(modal): reference link 2016-01-04 17:12:17 -05:00
55f1167a4a fix(providers): do not include ActionSheet 2016-01-04 15:54:48 -06:00
e2469d95e0 fix(item): do not add .item-button to button[ion-item] 2016-01-04 14:52:53 -06:00
2324f811e4 Merge branch 'master' into item-buttons 2016-01-04 14:39:20 -06:00
fa38814be6 fix(item): only add .item-button class 2016-01-04 14:39:07 -06:00
25526870e0 test(searchbar): added nav test and removed model test
references #853
2016-01-04 15:33:15 -05:00
faee5fcdba fix(rAF): move rAF to web-animations polyfill
RequestAnimationFrame polyfill is required for Android 4.3 and below,
and it must be written to the window object for Angular to work
correctly. Related #794
2016-01-04 14:18:54 -06:00
6bfdfddf73 test(): typography tests 2016-01-04 13:33:22 -06:00
82e4c9e331 fix(searchbar): fix Android alignment by checking mode, converted some variables to private
fixes #857
2016-01-04 14:25:45 -05: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
aada9cc7c4 refactor(actionSheet): cleanup css, reduce classes 2016-01-04 13:11:46 -06:00
3315303b3e fix(actionSheet): remove MD icon defaults 2016-01-04 12:47:03 -06:00
4203f9b179 Merge branch 'overlay-refactor' 2016-01-04 09:26:59 -06:00