2415 Commits

Author SHA1 Message Date
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
84cf9cee65 chore(AppMetadata): add config to AppMetadata 2016-02-15 15:36:01 -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
9888a9c155 Merge pull request #5441 from matheusrocha89/dark-theme
feat(theme): dark theme
2016-02-15 08:51:41 -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
55ef5a874b fix(colors): update sass inverse color function 2016-02-14 14:43:37 -06:00
1e0df9249e test(): update checkbox/select/toggle tests 2016-02-14 14:43:37 -06:00
78b1a0cae9 Merge pull request #5449 from eriktufvesson/EnableProdMode
feat(prodMode): enableProdMode from @App decorator
2016-02-14 12:43:56 -06:00
fa1c75ffa0 prodMode setting in the @App decorator to be able to enable the Angular2 production mode 2016-02-14 12:29:14 +01: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
acf567c9d9 Update to decorators docs (bad link)
the config link was relative to the page rather than the domain. I think the added '/' should fix that.
2016-02-13 14:46:10 -07: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
6646ddc052 Merge pull request #5437 from nikhildev/patch-1
docs(config): update config.ts
2016-02-13 00:19:23 -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
df9a4df264 fix(segment): add the active background color to the colorized segments and remove activated css
closes #5308
2016-02-12 11:48:39 -06:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
c261d0e348 Merge branch '2.0' into dark-theme 2016-02-12 11:51:31 -03:00
576ffa5cc1 Update config.ts
md should be a string for mode
2016-02-12 16:13:35 +05:30
89861e0e61 fix(radio): radio w/ falsy value not checkable
Closes #5348
2016-02-11 22:12:02 -06:00
38595fa982 fix(input): make ion-label tappable to focus input
closes #5378
2016-02-11 21:38:34 -06:00
e2554f090f fix(input): fix stand-alone text-input item cover
Closes #5387
2016-02-11 21:15:52 -06:00
3ee5bd3d03 feat(Themes): dark theme
Changing default primary and secondary color for dark theme
2016-02-11 19:26:13 -03:00
7eb7952849 feat(Theme): md toolbar dark theme
Changing text default color on toolbar for Material Design dark theme
2016-02-11 19:21:31 -03:00
3dbd9a992e feat(Themes): md cards dark theme
Creating dark theme for Material Design cards
2016-02-11 19:17:07 -03:00
bcaa4841c4 feat(Themes): md outer content dark theme
Overriding background color of outer content for material design dark theme
2016-02-11 19:16:22 -03:00
eb8e778473 feat(Themes): md dark theme item-divider
Overriding color of item-divider for material design dark theme
2016-02-11 19:15:12 -03:00