2178 Commits

Author SHA1 Message Date
ae392e2db3 test(slides): update slide tests to use options instead of attributes
references #5189
2016-02-18 12:18:13 -05:00
d21ae88018 refactor(slides): remove the attributes from the slider and use options to pass them instead
also commented out some attributes that aren’t working right now.

BREAKING CHANGES: Slider attributes have been removed in favor of
passing them in options

references #5189
2016-02-18 12:18:13 -05:00
8f0b88b7e4 fix(NavController): fire onPageWillUnload/DidUnload
Fixes #5507
2016-02-18 11:05:45 -06:00
7e3eb23345 test(select): ngFor ion-option w/ array of numbers
Related: #5495
2016-02-18 10:25:13 -06:00
22c32f3ab5 fix(animations): remove inline styles when finished
Allows for one animation to control multiple elements. Optionally
removes inline styles when the animation finishes. Fixes checking for
the will-change property. Does not always apply translateZ on ion-page.

Closes #5130
2016-02-17 23:02:31 -06:00
148b3685f3 test(slides): add test for slides and remove the second parameter on the move event
references #5379
2016-02-17 15:34:28 -05:00
aee817c749 Merge branch '2.0' into pr/5379
# Conflicts:
#	ionic/components/slides/slides.ts
2016-02-17 15:30:13 -05:00
8f30154230 chore(tabs): add optional parent NavController 2016-02-17 14:00:39 -06:00
f757f8abe1 chore(tabs): fix tabs injectables 2016-02-17 13:51:33 -06:00
2d157cbc3f test(item): add activated class to one of the items
references #5350
2016-02-17 14:42:42 -05:00
90f165f838 fix(item): add min-height to item-inner to remove gap between items
fixes #5350
2016-02-17 14:42:42 -05:00
eea7416d76 test(item): add items that reproduce the white gap above the activated state
references #5350
2016-02-17 14:42:42 -05:00
da37029195 feat(nav): iOS swipe to go back
Closes #5185
2016-02-17 13:35:34 -06:00
ae17e7f988 docs(tabs): updated docs 2016-02-17 12:45:40 -05:00
b752432ef1 refactor(pull-to-refresh): rename the starting event to start
updated docs to reflect new name and renamed an internal function

BREAKING CHANGE: starting event no longer exists, must use start

References #5207
2016-02-17 12:29:30 -05:00
1063baaffd docs(pull-to-refresh): fix API docs for the starting event
references #5207
2016-02-17 12:05:29 -05:00
20fef818ff chore(types): add more types to ViewController 2016-02-16 23:06:13 -06:00
93b456145c chore(gestures): add isListening to gestures 2016-02-16 22:20:14 -06:00
80fa94bd41 chore(types): add types to slide gestures 2016-02-16 22:08:22 -06:00
d33db81ed6 chore(menu): rename swipe progress steps 2016-02-16 20:21:33 -06:00
acf1894b75 refactor(pull-to-refresh): emit starting event and change all events to emit the refresher
Cleaned up the API docs for scroll and test also.

References #5207
2016-02-16 14:34:02 -05:00
c365c923bd fix(alert): add padding under the alert title for iOS when there is no message
closes #5299
2016-02-16 12:59:16 -05:00
0d47a1b79f feat(menu): allow persistent menus
Closes #5204
2016-02-15 21:40:16 -06:00
c02fb51d04 feat(menu): close any opened menu 2016-02-15 19:42:30 -06:00
e26092cfe4 chore(item-sliding-gesture): fix Hammer type error 2016-02-15 15:36:01 -06:00
04c1c7c3bd chore(typings): add es6 and jasmine typings
As of beta.6, angular2 no longer ships es6-shim or jasmine typings, so
we provide them ourselves.
2016-02-15 15:36:01 -06:00
ff24152524 fix(menu): add/remove gesture listeners per enabled menu 2016-02-15 13:23:01 -06:00
e06cf71aae feat(tabs): rootParams, pass params to tabs
Closes #5172
2016-02-15 00:01:23 -06:00
a76808b4f1 chore(decorators): add types to decorators
Closes #5375
2016-02-14 22:19:12 -06:00
1e0df9249e test(): update checkbox/select/toggle tests 2016-02-14 14:43:37 -06:00
b85d7aa269 fix(radio): use value accessor provider 2016-02-13 23:18:39 -06:00
10222e97f8 chore(): call onTouched 2016-02-13 21:27:15 -06:00
3444a3cfa9 fix(select): use value accessor provider 2016-02-13 21:18:05 -06:00
a997a4d118 test(slides): added the slideChangeStart event to the intro test
This will now change the navbar button text before the slide is shown.

References #5301
2016-02-13 14:14:30 -05:00
736140ccad feat(slides): add slideChangeStart event output
Didn’t add any event for `slideChangeEnd` because this already exists
as `change`.

closes #5301
2016-02-13 14:13:59 -05:00
ebeb940105 test(slides): add navigation to the intro test 2016-02-13 14:03:33 -05:00
80cbd32abc test(alert): add test for alert without a body 2016-02-13 13:56:38 -05:00
bd0376072b fix(toolbar): fix md toolbar so it doesn't flow off the screen
closes #5414
2016-02-13 13:31:36 -05:00
2b9db258da test: fix e2e tests for toggle and checkbox 2016-02-13 13:30:41 -05:00
7249cb39c6 refactor(segment): increase icon size inside of segment buttons
closes #5330
2016-02-13 12:42:54 -05:00
7aabd0ff69 refactor(card): create ion-card-title element and remove card-title class
closes #5303
2016-02-13 11:36:29 -05:00
fd0b8516f3 fix(alert): fix alert button background color on activated 2016-02-13 11:10:02 -05:00
e468a21139 fix(checkbox): use value accessor provider
Remove the value property and always recommend ngModel or ngControl.
Closes #5353
2016-02-13 01:35:38 -06:00
3bb09cee07 feat(MenuController): create isOpen() and isEnabled()
Closes #5390
2016-02-13 00:54:01 -06:00
6a7c97d77e feat(select): cancel output event
Closes #5439
2016-02-13 00:42:37 -06:00
5034c1d729 fix(toggle): use value accessor provider
Remove the value property and always recommend ngModel or ngControl.
Closes #5425
2016-02-13 00:32:16 -06:00
dafa400230 docs(radio): update ng2 forms link 2016-02-13 00:32:16 -06:00
019009a3e2 chore(): fix bad types for docs 2016-02-12 16:36:27 -05:00
5941042a98 chore() normalize types in docs 2016-02-12 15:51:28 -05:00
8b724a3bcb chore(tests): make typescript and unit tests friends 2016-02-12 13:59:38 -06:00