Commit Graph

4200 Commits

Author SHA1 Message Date
Brandy Carney
3f07d6bd0b test(button): add test for raised buttons 2016-04-25 10:41:48 -04:00
Pekes317
bde103d2fb fix(input): clear text input
* Added Type Button

To prevent the clear button to call submit function if ngSubmit is used.

* Clear Input Action.

Added a change value action to the clearTextInput function. It now actually clears input
2016-04-25 08:42:22 -05:00
Brandy Carney
9d4ded1d31 docs(select): update API docs to include the interface property
Exposed some private properties to the docs. Changed the interface
errors to warnings.

closes driftyco/ionic-site#568
2016-04-22 17:10:21 -04:00
Brandy Carney
a00fe76000 docs(demos): add action sheet interface to select demo
references driftyco/ionic-site/#568
2016-04-22 17:10:21 -04:00
Adam Bradley
08abde2f29 Merge pull request #6290 from nbs/patch-1
docs(refresher): fix link to refresher docs
2016-04-22 14:13:34 -05:00
Carl
b3ab08eb8c Fix link to Refresher docs 2016-04-22 15:04:29 -04:00
Adam Bradley
18a0fe12a3 Merge pull request #6286 from caestrada/patch-1
docs(modal): update modal.ts
2016-04-22 08:57:11 -05:00
Carlos A. Estrada
5798e227de Update modal.ts 2016-04-22 09:46:15 -04:00
Adam Bradley
ac48bd9afc Merge pull request #6271 from driftyco/gulp-validate-task
chore(build): add gulp validate for all linting/testing tasks
2016-04-22 08:35:41 -05:00
Adam Bradley
8f11813b41 Merge pull request #6283 from iignatov/patch-5
docs(ionicons): move to top level
2016-04-22 08:33:40 -05:00
Ignat Ignatov
04049bddac docs(ionicons): move to top level
Related to the following commit: e75930d932.
2016-04-22 14:15:13 +02:00
Adam Bradley
f68ac8a3fd feat(platform): add a readySource as ready resolved value 2016-04-21 23:03:31 -05:00
Adam Bradley
95ee2bb448 chore(platform): move exitApp within deviceready 2016-04-21 22:08:11 -05:00
Adam Bradley
532096b7ab feat(platform): cordova pause/resume events 2016-04-21 22:03:30 -05:00
Adam Bradley
fae16faede chore(ionicons): update to ionicons 3.0.0 2016-04-21 21:09:57 -05:00
Brandy Carney
b4647cdc2e fix(tabs): remove min-width from tab so 5 tabs will fit
fixes #6056
2016-04-21 20:23:59 -04:00
Brandy Carney
837e74d43b chore(CONTRIBUTING): add steps for docs and demos
references #6172
2016-04-21 19:29:13 -04:00
Brandy Carney
e717cd8948 chore(CONTRIBUTING): add documentation to contributing
references #6172
2016-04-21 18:55:40 -04:00
Brandy Carney
2255513205 refactor(blur): remove blur component
BREAKING CHANGES: blur component has been removed

fixes #6272
2016-04-21 17:35:34 -04:00
Josh Thomas
823643efbb chore(build): add validate task to gulp that will run linting tools and testing tools 2016-04-21 15:33:49 -05:00
Brandy Carney
617b7ac000 fix(show-hide-when): add !important to display as this should always take precedence
fixes #6270
2016-04-21 16:14:31 -04:00
Adam Bradley
1ca4f374e0 docs(input): fix typo 2016-04-21 14:06:16 -05:00
Brandy Carney
d214f3af83 chore(ionic): release beta.6 2016-04-21 14:50:27 -04:00
Brandy Carney
03b998133a style(toast): fix linter error v2.0.0-beta.6 2016-04-21 14:47:03 -04:00
Brandy Carney
f9ea2d85a5 fix(toast): remove unused options
references #5582
2016-04-21 14:28:58 -04:00
Brandy Carney
02645322eb feat(toast): display the toast even on page change unless dismissOnPageChange is passed
fix animation and darken iOS background a bit.

closes #5582
2016-04-21 14:21:22 -04:00
Brandy Carney
9d3e008520 Merge remote-tracking branch 'origin/2.0' into 2.0
# Conflicts:
#	ionic/components/toast/toast.ts
2016-04-21 13:50:32 -04:00
Brandy Carney
25a43410ad docs(loading): add some docs on the onDismiss function 2016-04-21 13:46:42 -04:00
Brandy Carney
d6589e1586 fix(toast): remove default duration, allow close button click when bd disabled
Set default text for the close button if nothing is passed. Updated
tests and API docs.

references #5582
2016-04-21 13:46:29 -04:00
Adam Bradley
4cc2459e2e docs(): fix the the 2016-04-21 11:34:30 -05:00
Adam Bradley
67edc1a08e Merge pull request #6256 from nanexcool/patch-1
docs(): fix typo
2016-04-21 11:29:47 -05:00
Adam Bradley
de622768a2 Merge pull request #6264 from iignatov/patch-3
docs(platform): update platform.versions() description
2016-04-21 11:28:20 -05:00
Ignat Ignatov
7df7fba038 Added a note about platform.versions(). (#6265)
docs(changelog): add a note about platform.versions()
2016-04-21 11:25:51 -05:00
Adam Bradley
f3ddb0bfd1 fix(nav): tabs should not dereg child navs
Closes #6267
2016-04-21 11:15:20 -05:00
Adam Bradley
96ef75a10a style(toast): fix tslint errors 2016-04-21 09:52:51 -05:00
Adam Bradley
e07f0ae693 fix(toast): create unique toast id 2016-04-21 09:48:28 -05:00
Adam Bradley
95af318d3e style(toast): update sass formatting 2016-04-21 09:34:17 -05:00
Adam Bradley
219059c5b0 fix(sass): fix sass errors 2016-04-21 09:10:02 -05:00
Ignat Ignatov
5735b67e7e Updated the API-docs for platform.versions(). 2016-04-21 14:25:21 +02:00
Mariano Conti
a41c725337 Fix typo 2016-04-20 22:03:53 -03:00
Brandy Carney
dd5d4480f8 docs(demos): add API toast demo 2016-04-20 17:56:22 -04:00
perry
3a22f26b2d chore(dgeni): test for api DIR before clearining it 2016-04-20 16:38:23 -05:00
Brandy Carney
2061d97f0d Merge pull request #5906 from dmackerman/2.0
feat(toast): add toast component
2016-04-20 17:25:32 -04:00
Brandy Carney
22cccd9886 chore: update beta.5 breaking changes to put in list 2016-04-20 16:41:43 -04:00
Brandy Carney
e60d500240 chore(ionic): release beta.5 2016-04-20 16:25:04 -04:00
Brandy Carney
5c9d7afdfc Merge branch '2.0' of https://github.com/driftyco/ionic into 2.0 2016-04-20 16:15:30 -04:00
Brandy Carney
47cdfaf87a style: fix ts linter errors 2016-04-20 16:15:22 -04:00
Jad Salhani
9f2721709e Removed redundant this.nav declaration (#6244)
`this.nav = nav` is already present due to the `public nav: NavController` declaration, having it in the constructor as well is redundant
v2.0.0-beta.5
2016-04-20 15:05:06 -05:00
Brandy Carney
c3fb051ed6 style(sass): fix linter errors 2016-04-20 15:33:55 -04:00
Brandy Carney
5f8edc2fcf fix(button): remove classes from buttons with categories
references #6237
2016-04-20 15:16:34 -04:00