Commit Graph

3327 Commits

Author SHA1 Message Date
Adam Bradley
4cfe210a5a fix(input): copy custom attrs from ion-input to native input 2016-02-01 21:57:29 -06:00
mhartington
015361d5c0 docs(navbar): update docs 2016-02-01 22:46:11 -05:00
mhartington
a913e3e084 docs(nav): make inputs private 2016-02-01 22:43:03 -05:00
Adam Bradley
f47c3c3398 fix(searcher): add autocomplete="off" to native input 2016-02-01 21:09:29 -06:00
Tim Lancina
0f7936a4a4 chore(release): release tag on 2.0 branch 2016-02-01 20:18:37 -06:00
Tim Lancina
d4109f363e chore(): release alpha.54 v2.0.0-alpha.54 2016-02-01 19:31:22 -06:00
Tim Lancina
920ab4388c me good counting 2016-02-01 19:26:25 -06:00
Tim Lancina
6ef07405f1 chore(release): mark as prerelease 2016-02-01 19:24:36 -06:00
Tim Lancina
c085f6f75b chore(release): add release gulp task 2016-02-01 19:19:11 -06:00
Adam Bradley
f3fb182137 fix(scrollbars): do not apply css scrollbars 2016-02-01 19:08:01 -06:00
perry
b0f40efa20 chore(CI): compile API demos after ionic-site clone and before ionic-site commit 2016-02-01 18:10:01 -06:00
perry
f786067b42 chore(demos): changing the order so api demos run before docs (so they're committed to ionic-site) 2016-02-01 17:59:04 -06:00
perry
6fa2283b2f chore(demos): automating API Demos 2016-02-01 17:53:51 -06:00
Tim Lancina
2173714343 chore(demos): remove component-docs gulp tasks
component-docs demos is now a standalone app in its own repo:
https://github.com/driftyco/ionic-preview-app
2016-02-01 17:41:26 -06:00
Tim Lancina
718c66a1af chore(): update css for demos as well 2016-02-01 17:14:07 -06:00
Brandy Carney
1237bd043d Merge pull request #5290 from marcusasplund/patch-1
Fix CHANGELOG.md
2016-02-01 18:05:01 -05:00
Marcus Asplund
8a69a6279b Fix CHANGELOG.md
"Inputs are now placed inside of `ion-item`"
2016-02-01 23:59:28 +01:00
Adam Bradley
c264e3187b fix(select): null value clears select text
Closes #5288
2016-02-01 15:56:51 -06:00
Tim Lancina
b4758b1b8d chore(publish): update publish instructions 2016-02-01 15:29:22 -06:00
mhartington
d8a4ec3893 docs(menu, menuClose, menuToggle): update docs 2016-02-01 16:27:26 -05:00
mhartington
e6fb021d26 docs(list): update list docs 2016-02-01 16:27:26 -05:00
Tim Lancina
347d27c12d chore(publish): rename prepare to prepublish, remove publish task 2016-02-01 15:27:16 -06:00
Tim Lancina
b2f72783f5 fix(prepare): add missing require to prepare task 2016-02-01 14:58:35 -06:00
Tim Lancina
707a6aa9ba chore(publish): prepare task 2016-02-01 14:53:46 -06:00
mhartington
860dd672b1 docs(label): make inputs private 2016-02-01 15:39:36 -05:00
mhartington
276b509c9a docs(item): update inputs and make private 2016-02-01 15:31:50 -05:00
mhartington
68f78f1a6f docs(input): make private 2016-02-01 15:25:24 -05:00
mhartington
c56382925f docs(input): clean up docs 2016-02-01 15:23:45 -05:00
Adam Bradley
11b8e08567 fix(input): add/remove disabled on native text input
Close #5280
2016-02-01 14:16:48 -06:00
Brandy Carney
3e8b7ca96d test(select): reproduce issue of setting select to null
references #5288
2016-02-01 14:45:15 -05:00
mhartington
9500f817d0 docs(id): make Input private 2016-02-01 14:42:49 -05:00
mhartington
8fe145f065 docs(icon): hide methods
hide methods that do not need docs
2016-02-01 14:41:10 -05:00
mhartington
1e2308ff79 docs(showHideWhen): update docs 2016-02-01 14:35:33 -05:00
mhartington
9101a1e873 docs(events): update doc content 2016-02-01 14:32:33 -05:00
mhartington
2bb011d8af docs(content): update doc info 2016-02-01 14:26:34 -05:00
Adam Bradley
db6f4bce31 fix(input): parent Item is optional 2016-02-01 12:13:56 -06:00
mhartington
329c1127c5 docs(checkbox): updates methods and inputs 2016-02-01 12:01:38 -05:00
mhartington
6e98b6287a docs(button): make color input private 2016-02-01 11:47:44 -05:00
mhartington
7936829862 docs(app): update property description
removed @params and added @property tags
2016-02-01 11:45:11 -05:00
Adam Bradley
cad9e498e7 feat(button): increase hit area of toolbar buttons 2016-01-31 23:09:43 -06:00
Adam Bradley
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
Adam Bradley
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
Adam Bradley
0c9b189c17 Merge pull request #5268 from manucorporat/fix_alert_view
feat(alert): stack long alert buttons
2016-01-31 21:24:30 -06:00
Manu Mtz.-Almeida
5eb178a463 Improves CSS style for ActionSheet in iOS
- Top padding
- Title font size
- Background default color
- Background active color
- Button border when active
2016-01-31 23:28:23 +01:00
Manu Mtz.-Almeida
54875fe454 Fix button min-height regression 2016-01-31 17:22:25 +01:00
Manu Mtz.-Almeida
52270f6a14 Fixes style for AlertView on iOS 2016-01-31 16:42:09 +01:00
Manu Mtz.-Almeida
9ede6f41cd Fixes alertview when displaying more than 2 buttons 2016-01-31 15:36:56 +01:00
Manu Mtz.-Almeida
83984c4de2 Fixes AlertDialog in material 2016-01-31 04:58:21 +01:00
Manu Mtz.-Almeida
4bab548831 Fixes typo 2016-01-31 04:46:45 +01:00
Manu Mtz.-Almeida
ea8c9892ee Fixes #5152 issue 2016-01-31 04:26:25 +01:00