Commit Graph

3633 Commits

Author SHA1 Message Date
Brandy Carney
8564d79a7d fix(menu): fix enabled check
references #5535
2016-02-19 20:36:27 -05:00
Brandy Carney
5f31df05de test(menu): add karma tests 2016-02-19 20:36:05 -05:00
Brandy Carney
f0b5838880 test(menu): update test to use 3 menus and menu toggle by side
references #5535
2016-02-19 16:18:55 -05:00
Brandy Carney
a2b7a21a95 feat(menu): grab the menu by side only if it is enabled
this removes the need to pass an id when you enable one menu

references #5535
2016-02-19 16:18:31 -05:00
Brandy Carney
5e1eeff40d test(menu): add test that reproduces issue with multiple menus and navbar toggles 2016-02-19 14:47:42 -05:00
Adam Bradley
6b9e59d0d0 feat(NavController): prevent other lifecycle events from firing
For Alert and ActionSheet, the currently active page’s leaving
lifecycle event should not fire. However, for Modal, the currently
active page’s leaving lifecycle should fire. Closes #5516
2016-02-19 12:06:49 -06:00
Drew Rygh
af0d84c711 fix(deploy): make sure production mode is set to true 2016-02-19 11:05:28 -06:00
Adam Bradley
7e49ff2550 test(Tabs): add lifecycle logs 2016-02-19 10:54:05 -06:00
Adam Bradley
0d60a0f5d5 test(NavController): add cleanup tests 2016-02-19 10:40:44 -06:00
Adam Bradley
53af766a08 test(NavController): add lifecycle tests 2016-02-19 10:23:46 -06:00
mhartington
eb3235f874 docs(actionsheet): add docs for actionsheet options 2016-02-18 19:13:55 -05:00
Tim Lancina
be95ac6490 chore(animation): fix type error 2016-02-18 16:44:33 -06:00
perry
8b717c21f2 chore(dgeni): fixing api side menu active page highlights 2016-02-18 16:11:37 -06:00
Adam Bradley
d76e7bf9bd chore(demos): fix select demo 2016-02-18 16:08:23 -06:00
Brandy Carney
9c0eebd245 fix(alert): add max height to alert body so it will overflow
closes #5316
2016-02-18 16:55:34 -05:00
Tim Lancina
1b7cb8ccb0 chore(demos): don't bundle demos when developing
Rebundling all demos on every change takes 1 minute, only do it for
production.
2016-02-18 14:53:46 -06:00
Adam Bradley
87364db977 chore(demos): update toggle demo 2016-02-18 14:49:20 -06:00
Adam Bradley
10503a8997 chore(demos): update checkbox demo 2016-02-18 14:33:46 -06:00
Tim Lancina
ad276fa25d chore(snapshot): run e2e before snapshot 2016-02-18 13:52:56 -06:00
perry
ffff210480 chore(dgeni): hide private static methods Fixes driftyco/ionic-site#437 2016-02-18 13:44:28 -06:00
Adam Bradley
e5ba6a65e2 chore(package): update repo url 2016-02-18 13:35:42 -06:00
Max Lynch
5d4c9f5209 Update README.md 2016-02-18 13:34:22 -06:00
Max Lynch
ce0e875a8f Update README.md 2016-02-18 13:32:35 -06:00
Max Lynch
96138d6882 Update README.md 2016-02-18 13:29:43 -06:00
Max Lynch
83432bc919 Update README.md 2016-02-18 13:29:33 -06:00
Brandy Carney
5af2199d5b fix changelog 2016-02-18 14:23:10 -05:00
Brandy Carney
01627128cb chore: release ionic beta.1 v2.0.0-beta.1 2016-02-18 14:15:57 -05:00
Brandy Carney
26c616bc20 derp: the inputs still get read from the input property 2016-02-18 12:22:04 -05:00
Brandy Carney
ae392e2db3 test(slides): update slide tests to use options instead of attributes
references #5189
2016-02-18 12:18:13 -05:00
Brandy Carney
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
Adam Bradley
8f0b88b7e4 fix(NavController): fire onPageWillUnload/DidUnload
Fixes #5507
2016-02-18 11:05:45 -06:00
Adam Bradley
7e3eb23345 test(select): ngFor ion-option w/ array of numbers
Related: #5495
2016-02-18 10:25:13 -06:00
Adam Bradley
098371a709 perf(animation): only update progressStep once per 16ms 2016-02-18 09:48:56 -06:00
Adam Bradley
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
Adam Bradley
d27bb628fc chore(form): export Form
Closes #5494
2016-02-17 20:31:46 -06:00
Brandy Carney
2cf03be353 Merge branch 'pr/5379' into 2.0 2016-02-17 15:36:53 -05:00
Brandy Carney
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
Brandy Carney
aee817c749 Merge branch '2.0' into pr/5379
# Conflicts:
#	ionic/components/slides/slides.ts
2016-02-17 15:30:13 -05:00
Adam Bradley
8f30154230 chore(tabs): add optional parent NavController 2016-02-17 14:00:39 -06:00
Adam Bradley
f757f8abe1 chore(tabs): fix tabs injectables 2016-02-17 13:51:33 -06:00
Brandy Carney
2d157cbc3f test(item): add activated class to one of the items
references #5350
2016-02-17 14:42:42 -05:00
Brandy Carney
90f165f838 fix(item): add min-height to item-inner to remove gap between items
fixes #5350
2016-02-17 14:42:42 -05:00
Brandy Carney
eea7416d76 test(item): add items that reproduce the white gap above the activated state
references #5350
2016-02-17 14:42:42 -05:00
Adam Bradley
da37029195 feat(nav): iOS swipe to go back
Closes #5185
2016-02-17 13:35:34 -06:00
mhartington
ae17e7f988 docs(tabs): updated docs 2016-02-17 12:45:40 -05:00
Brandy Carney
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
Brandy Carney
1063baaffd docs(pull-to-refresh): fix API docs for the starting event
references #5207
2016-02-17 12:05:29 -05:00
Adam Bradley
8ad9327215 Merge pull request #5471 from driftyco/generator-reminder
feat(generators): add Sass import reminder to page generator
2016-02-17 09:57:47 -06:00
Adam Bradley
20fef818ff chore(types): add more types to ViewController 2016-02-16 23:06:13 -06:00
Adam Bradley
93b456145c chore(gestures): add isListening to gestures 2016-02-16 22:20:14 -06:00