60fdc5c2f3
perf(cards): remove translateZ from ion-card
...
Yes, oddly enough this makes a performance difference. The translateZ
was used as a trick to force ion-card’s rounded corners to take effect
on inner elements. However, on a page that has many ion-cards, it takes
relatively a lot of power on a low-end device to move them all during a
transition. It’s best to not put them on their own layer and let the
browser just move one thing.
2016-02-03 23:22:27 -06:00
155a43d770
chore(): fix typescript error
2016-02-03 19:41:23 -06:00
858855050d
docs(demos): rename nav-push-pop to navigation and use it on the nav as well
...
references #5311
2016-02-03 18:04:13 -05:00
1e9a776944
docs(demos): add icon API demo
...
references #5311
2016-02-03 17:40:17 -05:00
59da895ea0
docs(demos): fix demos to have same class name and remove files that aren't needed anymore
...
references #5311
2016-02-03 14:26:25 -05:00
7e06e6c563
docs(slides,page): update docs
2016-02-03 11:46:46 -05:00
72699dbbb4
fix(menu): fix scrolling page w/ side menus
...
Improved which angles should allow the side menu to open, depending if
it’s a left or right menu. Also check if the distance of the drag is
longer than a side menu would get. For example, scrolling vertically
for a long ways would have a long distance, but triggering a side menu
to open would be a short distance.
Also ensure that a side menu can always be closed incase something goes
wrong.
Closes #5272
2016-02-02 16:41:35 -06:00
de952e3cbb
chore(): change source code console.log to console.debug
2016-02-02 16:41:35 -06:00
53532c5280
docs(toolbar): update docs
2016-02-02 16:42:40 -05:00
cd0829fd51
docs(toggle): update docs
2016-02-02 16:29:40 -05:00
bcda08e68a
docs(tabs): update docs
2016-02-02 16:01:10 -05:00
8ed7da761f
docs(tab): update tab docs
2016-02-02 15:50:37 -05:00
35cb112e85
docs(slides, slide): update doc
2016-02-02 14:51:23 -05:00
0fb297fe34
docs(select): update docs
2016-02-02 14:16:32 -05:00
ed027fa951
docs(segment): update docs
2016-02-02 13:36:53 -05:00
7f068a25ec
docs(searchbar): update docs
2016-02-02 13:15:09 -05:00
9ceb7f2fcc
docs(scroll): update docs
2016-02-02 13:13:41 -05:00
8c7bfc6da2
docs(pullToRefresh): update docs
2016-02-02 12:41:05 -05:00
4d84ea2055
docs(radioGroup): update radio-groupt-docs
2016-02-02 12:21:36 -05:00
7794c7269e
docs(radio): update radio-button docs
2016-02-02 12:18:02 -05:00
d44fb880a9
docs(option): update docs
2016-02-02 11:47:16 -05:00
637e792945
regression: not using nested selector
2016-02-02 15:58:22 +01:00
a7415f10cc
Fixes border radius in full outline button
2016-02-02 15:49:17 +01:00
71c6078ac5
chore(action-sheet): clean up deprecated warning
2016-02-01 22:33:19 -06:00
843947933f
docs(NavController): remove members from NavCtrl docs
2016-02-01 22:18:29 -06:00
257247f9ee
docs(navController): update docs
2016-02-01 23:05:05 -05:00
4cfe210a5a
fix(input): copy custom attrs from ion-input to native input
2016-02-01 21:57:29 -06:00
015361d5c0
docs(navbar): update docs
2016-02-01 22:46:11 -05:00
a913e3e084
docs(nav): make inputs private
2016-02-01 22:43:03 -05:00
f47c3c3398
fix(searcher): add autocomplete="off" to native input
2016-02-01 21:09:29 -06:00
f3fb182137
fix(scrollbars): do not apply css scrollbars
2016-02-01 19:08:01 -06:00
c264e3187b
fix(select): null value clears select text
...
Closes #5288
2016-02-01 15:56:51 -06:00
d8a4ec3893
docs(menu, menuClose, menuToggle): update docs
2016-02-01 16:27:26 -05:00
e6fb021d26
docs(list): update list docs
2016-02-01 16:27:26 -05:00
860dd672b1
docs(label): make inputs private
2016-02-01 15:39:36 -05:00
276b509c9a
docs(item): update inputs and make private
2016-02-01 15:31:50 -05:00
68f78f1a6f
docs(input): make private
2016-02-01 15:25:24 -05:00
c56382925f
docs(input): clean up docs
2016-02-01 15:23:45 -05:00
11b8e08567
fix(input): add/remove disabled on native text input
...
Close #5280
2016-02-01 14:16:48 -06:00
3e8b7ca96d
test(select): reproduce issue of setting select to null
...
references #5288
2016-02-01 14:45:15 -05:00
9500f817d0
docs(id): make Input private
2016-02-01 14:42:49 -05:00
8fe145f065
docs(icon): hide methods
...
hide methods that do not need docs
2016-02-01 14:41:10 -05:00
1e2308ff79
docs(showHideWhen): update docs
2016-02-01 14:35:33 -05:00
2bb011d8af
docs(content): update doc info
2016-02-01 14:26:34 -05:00
db6f4bce31
fix(input): parent Item is optional
2016-02-01 12:13:56 -06:00
329c1127c5
docs(checkbox): updates methods and inputs
2016-02-01 12:01:38 -05:00
6e98b6287a
docs(button): make color input private
2016-02-01 11:47:44 -05:00
cad9e498e7
feat(button): increase hit area of toolbar buttons
2016-01-31 23:09:43 -06:00
d4afb4dc70
Merge pull request #5274 from manucorporat/better-action-sheet-ios
...
fix(actionsheet): improve iOS ActionSheet CSS
2016-01-31 21:26:04 -06:00
1a8550c7eb
Merge pull request #5270 from manucorporat/pixel-perfect-alert-ios
...
fix(alert): update iOS Alert css
2016-01-31 21:24:57 -06:00