a0c0228acb
fix(grid): add ion-grid element which wraps the rows/cols and adds padding
...
update tests to use new ion-grid element
references #6238
2016-04-26 13:33:12 -04:00
a48ee6eab0
style(sass): fix linter errors and add files to ignore
2016-04-25 11:06:27 -04:00
3f07d6bd0b
test(button): add test for raised buttons
2016-04-25 10:41:48 -04:00
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
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
b3ab08eb8c
Fix link to Refresher docs
2016-04-22 15:04:29 -04:00
5798e227de
Update modal.ts
2016-04-22 09:46:15 -04:00
04049bddac
docs(ionicons): move to top level
...
Related to the following commit: e75930d932
.
2016-04-22 14:15:13 +02:00
f68ac8a3fd
feat(platform): add a readySource as ready resolved value
2016-04-21 23:03:31 -05:00
95ee2bb448
chore(platform): move exitApp within deviceready
2016-04-21 22:08:11 -05:00
532096b7ab
feat(platform): cordova pause/resume events
2016-04-21 22:03:30 -05:00
b4647cdc2e
fix(tabs): remove min-width from tab so 5 tabs will fit
...
fixes #6056
2016-04-21 20:23:59 -04:00
2255513205
refactor(blur): remove blur component
...
BREAKING CHANGES: blur component has been removed
fixes #6272
2016-04-21 17:35:34 -04:00
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
1ca4f374e0
docs(input): fix typo
2016-04-21 14:06:16 -05:00
03b998133a
style(toast): fix linter error
2016-04-21 14:47:03 -04:00
f9ea2d85a5
fix(toast): remove unused options
...
references #5582
2016-04-21 14:28:58 -04:00
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
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
25a43410ad
docs(loading): add some docs on the onDismiss function
2016-04-21 13:46:42 -04:00
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
4cc2459e2e
docs(): fix the the
2016-04-21 11:34:30 -05:00
de622768a2
Merge pull request #6264 from iignatov/patch-3
...
docs(platform): update platform.versions() description
2016-04-21 11:28:20 -05:00
f3ddb0bfd1
fix(nav): tabs should not dereg child navs
...
Closes #6267
2016-04-21 11:15:20 -05:00
96ef75a10a
style(toast): fix tslint errors
2016-04-21 09:52:51 -05:00
e07f0ae693
fix(toast): create unique toast id
2016-04-21 09:48:28 -05:00
95af318d3e
style(toast): update sass formatting
2016-04-21 09:34:17 -05:00
219059c5b0
fix(sass): fix sass errors
2016-04-21 09:10:02 -05:00
5735b67e7e
Updated the API-docs for platform.versions().
2016-04-21 14:25:21 +02:00
2061d97f0d
Merge pull request #5906 from dmackerman/2.0
...
feat(toast): add toast component
2016-04-20 17:25:32 -04:00
47cdfaf87a
style: fix ts linter errors
2016-04-20 16:15:22 -04:00
c3fb051ed6
style(sass): fix linter errors
2016-04-20 15:33:55 -04:00
5f8edc2fcf
fix(button): remove classes from buttons with categories
...
references #6237
2016-04-20 15:16:34 -04:00
d5daaf539a
docs(slides): include pager option in Slides API docs
...
references #5508
2016-04-20 15:14:44 -04:00
9412a7c7f6
fix(alert): remove justify content from buttons in an alert
...
references #6237
2016-04-20 14:52:23 -04:00
e0a4f09304
test(app): fix karma test for app to include change detector
2016-04-20 14:38:51 -04:00
35dd0ed0b0
fix(button): add a category to buttons so they won't get the button styles
...
fixes #6237
2016-04-20 13:20:01 -04:00
4a8975cb8b
refactor(slides): warn about the deprecated slide events always
...
References #5508
2016-04-20 10:56:22 -04:00
a54361cf2e
feat(slides): add method to get previous index
...
Slides added method wrapper: `getPreviousIndex()`
references #5508
2016-04-20 10:56:22 -04:00
28cb089677
docs(alert): fix docs
...
References https://github.com/driftyco/ionic-site/pull/559
2016-04-20 10:38:52 -04:00
ee4869abb9
docs(slides): update API docs for slides with usage information
...
also updated the test for controller.
references #5508 closes driftyco/ionic-site#458
2016-04-19 19:49:45 -04:00
46544047be
refactor(slides): update slide methods and API docs
...
add to docs including how to use the slides and rename methods.
BREAKING CHANGE:
The Slides component has been refactored. Many methods and events were
renamed.
The following events have been renamed:
- `slideChangeStart` has been renamed `willChange`
- `change` has been renamed `didChange`
The following methods have been renamed:
`next()` has been renamed to `slideNext()`
`prev()` has been renamed to `slidePrev()`
`getIndex()` has been renamed to `getActiveIndex()`
`getNumSlides()` has been renamed to `length()`
`isAtEnd()` has been renamed to `isEnd()`
`isAtBeginning()` has been renamed to `isBeginning()`
`getSliderWidget()` has been renamed to `getSlider()`
The following method was added: `slideTo()`
All methods have been documented in the API docs:
http://ionicframework.com/docs/v2/api/components/slides/Slides/
references #5508 , references driftyco/ionic-site#458
2016-04-19 17:45:59 -04:00
381a650f8e
test(slides): update slides tests with new API and add new one
...
references #5508
2016-04-19 17:34:51 -04:00
902fbd0f62
docs(ionicDirectives): add docs for IONIC_DIRECTIVES
2016-04-19 14:18:52 -04:00
8d8cc4c097
fix(tabs): do not init w/ tab that is hidden or disabled
...
Closes #6226
2016-04-19 11:27:34 -05:00
8eedb2b463
docs(nav): update nav transition promises docs
2016-04-19 10:38:37 -05:00
83af18b87e
docs(actionsheet): dismissing and async navigation
2016-04-19 10:17:42 -05:00
f1b6d93dce
docs(alert): dismissing and async navigation
2016-04-19 09:58:13 -05:00
98e0c23340
docs(navController): update links
...
References https://github.com/driftyco/ionic-site/issues/554
2016-04-19 10:37:02 -04:00
28eb819a0e
docs(navController): update life cylce hooks
2016-04-19 10:24:49 -04:00