4065 Commits

Author SHA1 Message Date
dfdf4d88e6 Merge branch '2.0' of https://github.com/kkarich/ionic into feature-clear-input 2016-04-14 09:09:16 -05:00
d8e2849be8 feat(Input): added functionality for clear input option on ion-input
Implemented function to handle when the clearInput button is pressed on an ion-input element
2016-04-14 09:03:00 -05:00
d1b84461ef Merge pull request #1 from driftyco/2.0
2.0
2016-04-14 08:56:33 -05:00
4ba9eb0807 Merge pull request #6155 from driftyco/add-lint-karma-to-release
chore(build): add tslint and unit tests to prerelease gulp task
2016-04-13 20:03:34 -05:00
ade93371a4 chore(build): add tslint and unit tests to prerelease gulp task
closes #5755
2016-04-13 15:40:20 -05:00
0bdeab62e2 chore(CI): clear nightly dir before running dgeni to remove old dirs
also add caching of ionic-site
limit ionic-site clone depth
use local gulp in node_modules
Closes #439
2016-04-13 15:34:21 -05:00
e5c4d7cecc Merge pull request #6153 from kkarich/patch-1
docs(input ): update ion-input doc typo
2016-04-13 14:07:33 -05:00
c4eed03630 chore(dgeni): make returns object macro a table instead of a list 2016-04-13 13:20:00 -05:00
a089a97ab1 chore(build): update publish.nightly gulp task to include building dist 2016-04-13 12:20:26 -05:00
4a8e7f93ce Updated ion-input doc typo
clearInput property was on ion-item element instead of ion-input element in example
2016-04-13 10:46:22 -05:00
c594c43108 Merge pull request #6146 from driftyco/gulp-build-nightly
chore(build): add publish.nightly task to gulp file
2016-04-13 08:48:21 -05:00
0c3ba8c0db Added publish.nightly task to gulp file. 2016-04-12 20:27:48 -05:00
497825329e docs(dgeni): a better formatting fix for methods that return objects. Rel ionic-site#540 2016-04-12 19:13:28 -05:00
dec9f76105 docs(dgeni): add commas between related docs. Closes ionic-site#538 2016-04-12 16:25:23 -05:00
57f49e51f2 docs(content): formatting getContentDimensions() return object details. Closes driftyco/ionic-site#540 2016-04-12 16:15:56 -05:00
87b0f9dc5f docs(loading): update API docs for loading 2016-04-12 16:39:11 -04:00
0321cfcd7d Merge pull request #6141 from perrygovier/2.0
Add missing components to export list. Related: driftyco/ionic-site#533
2016-04-12 16:33:00 -04:00
b7d3f12ccf chore(build): add badge and spinner to exports. Closes driftyco/ionic-site#533
Also L comes before M ;)
2016-04-12 14:58:16 -05:00
19f75be886 chore(angular): update to angular 2.0.0-beta.14 2016-04-12 13:30:10 -05:00
51032d284d feat(platform): default desktop to use material design
Breaking Change: Previously the default was to use ios mode if a more
specific platform was not determined. Now the material design mode (md)
will apply by default. In most cases this means desktop browsers will
now receive the md mode. Closes #6003
2016-04-12 12:20:31 -05:00
79cfa6f407 docs(content): add @ViewChild example to usage 2016-04-12 11:46:32 -05:00
918aa456da docs(demos): update loading API demo 2016-04-12 12:39:35 -04:00
cc57a0a194 docs(nav): fix typos 2016-04-12 10:43:14 -05:00
5e65b21486 docs(nav): update nav controller docs 2016-04-12 10:15:33 -05:00
5a21cbf853 docs(content): remove unused docs 2016-04-12 09:39:18 -05:00
5ceb5df238 docs(content): use @ViewChild to find content component 2016-04-12 09:37:51 -05:00
16a283efe7 fix(virtualScroll): load async data
Closes #6124
2016-04-12 07:46:47 -05:00
e21c4d5927 fix(keyboard): remove content padding after input blur
Closes #5800
2016-04-11 22:57:29 -05:00
3cf4e522c9 test(app): update cordova tests to show a content as the first-child
references #5934
2016-04-11 23:23:15 -04:00
b52700b42e docs(tab): improve API docs for tab
references #5819
2016-04-11 23:04:46 -04:00
932ab42eb1 docs(menu): remove basic menu usage doc link 2016-04-11 22:05:05 -04:00
81dd1cc8b5 fix(tabs): remove tabbarIcons and fix windows styling to use tabbarLayout
update tabs docs.

BREAKING CHANGE: `tabbarIcons` is officially removed, please use
`tabbarLayout` instead. View the Tabs API docs for more information.

fixes #6126
references #5819
2016-04-11 22:04:45 -04:00
5d08a5d422 docs(tabs): update API docs for tabs
references #5819
2016-04-11 18:23:22 -04:00
f1046032b1 docs(tabs): improve tabs API documentation
references #5819
2016-04-11 18:01:43 -04:00
fa13203201 style(sass): fix sass linter error 2016-04-11 18:01:43 -04:00
e082bd12ed fix(platform): run zone after cordova deviceready
Closes #6087
2016-04-11 15:32:45 -05:00
f841befd08 feat(toggle): add animation for windows mode toggle
closes #5981
2016-04-11 14:25:23 -04:00
f17f5172e3 fix(input): add 'type="button"' to button tag
Add attribute 'type="button"' to button tag. The missing attribute
caused forms with ion-toggle/ion-radio to not be submitted as a normal
form.
2016-04-11 12:59:19 -05:00
f723894741 Merge pull request #6119 from rtomchinsky/fix/checkbox-in-form
fix(checkbox): add 'type="button"' to button tag
2016-04-11 12:42:58 -05:00
7583ebf0ae fix(checkbox): add 'type="button"' to <button> tag
Add attribute 'type="button"' to <button> tag. The missing attribute caused forms with

ion-checkboxes to not be submitted as a normal form
2016-04-11 14:30:50 -03:00
8f08de187d fix(sass): move the @at-root font import to the components file
the user will need to include this import themselves if they include
components individually

fixes #5931
2016-04-11 13:24:58 -04:00
203b07809e Revert "fix(sass): remove global imports from components"
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
2016-04-11 13:24:58 -04:00
b744275936 perf(img): do not reuse img elements
Safari UIWebView has troubles dropping image requests when the src
changes, and when there are hundreds going in and out this causes
issues. Instead, do not reuse img elements. Closes #6112
2016-04-11 12:21:59 -05:00
dad2155ecd fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component

fixes #5931
2016-04-11 11:59:44 -04:00
29e624254f fix(toolbar): add border-top when toolbar is positioned to the bottom
fixes #5967
2016-04-11 10:51:46 -04:00
cd62a4c4f6 fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari
fixes #6109
2016-04-11 10:22:18 -04:00
e27b7428da test(app): add status bar tests for an iOS platform on different modes
references #5924
2016-04-11 10:02:37 -04:00
5a1c441fd6 fix(app): add iOS status bar padding to each mode
fixes #5924
2016-04-11 10:02:37 -04:00
03113223ff Merge pull request #6116 from iignatov/patch-1
docs: clarify the purpose of the color attribute
2016-04-11 09:54:03 -04:00
920b5cec67 Merge pull request #6115 from jccf091/patch-1
docs: update virtual-scroll docs
2016-04-11 08:34:21 -05:00