Adam Bradley
9cd80cbfe8
chore(nav): add promise rejects to popTo
2016-06-01 22:19:13 -05:00
Brandy Carney
fc29124870
chore(changelog): update the beta 7 steps
...
closes #6630
2016-06-01 23:09:17 -04:00
Adam Bradley
839adf856d
feat(item): add item-content attr selector
...
Closes #6643
2016-06-01 21:33:46 -05:00
Adam Bradley
3f8add9af2
refactor(modal): modal updates, additional animation options
...
* refactor(modal): cleaned up scss for modal/inset-modal, added functionality to pass animation to vie
cleaned up scss for modal/inset-modal, added functionality to pass animation to view-contro
* refactor(exports): exporting gestures so other apps can consume them
exporting gestures so other apps can consume them
2016-06-01 20:41:07 -05:00
Adam Bradley
057b526612
chore(range): add range-knob-min/max css class
2016-06-01 20:27:00 -05:00
Brandy Carney
47174dfdaa
feat(range): only increase knob size when pin doesn't exist
2016-06-01 21:22:52 -04:00
Brandy Carney
27fa22fe47
fix(range): update range left/right margin on ios
2016-06-01 20:23:07 -04:00
Brandy Carney
a25a552707
feat(popover): add styling for the md pin
...
references #5422
2016-06-01 19:11:30 -04:00
Brandy Carney
7def98c620
fix(config): set the properties for each mode and add defaults
...
closes #6132
2016-06-01 18:16:12 -04:00
Brandy Carney
78ffe0e801
chore: fix linter errors
2016-06-01 17:27:06 -04:00
Dan Bucholtz
2d1b2f3dc9
refactor(exports): exporting gestures so other apps can consume them
...
exporting gestures so other apps can consume them
2016-06-01 16:16:48 -05:00
Brandy Carney
c74b3f7422
fix(config): pass custom providers in the bootstrap of the app
...
references #6685
2016-06-01 17:15:39 -04:00
Adam Bradley
7e4b13daaf
fix(range): prevent change detection exception
2016-06-01 16:11:47 -05:00
Brandy Carney
cffa84c97e
feat(range): fix the knob on md so the transform isn't blurry
...
references #5422
2016-06-01 15:47:56 -04:00
Adam Bradley
2eb88fa687
test(lifecycle): update lifecycle events
2016-06-01 12:19:08 -05:00
Adam Bradley
c18335e946
refactor(lifecycle): lifecycle methods prefixed w/ ionView
...
BREAKING CHANGES:
- Lifecycle method prefixes have changed to `ionView`
- `onPageLoaded` renamed to `ionViewLoaded`
- `onPageWillEnter` renamed to `ionViewWillEnter`
- `onPageDidEnter` renamed to `ionViewDidEnter`
- `onPageWillLeave` renamed to `ionViewWillLeave`
- `onPageDidLeave` renamed to `ionViewDidLeave`
- `onPageWillUnload` renamed to `ionViewWillUnload`
- `onPageDidUnload` renamed to `ionViewDidUnload`
2016-06-01 12:06:15 -05:00
Brandy Carney
21753a88fe
feat(range): add styling for range-left/range-right md and wp
...
references #5422
2016-06-01 10:59:11 -04:00
Brandy Carney
484dfdb2f0
chore: fix linter errors
2016-06-01 10:44:14 -04:00
Adam Bradley
272daf2993
fix(datetime): fix ISO format when w/out timezone data
...
Closes #6608
2016-06-01 09:40:45 -05:00
Adam Bradley
c1ad804be8
fix(datetime): clear out existing datetime data
...
Closes #6614
2016-06-01 08:56:04 -05:00
Adam Bradley
f7b1f373d3
fix(infiniteScroll): ensure infinite doesn't fire when already loading
2016-05-31 22:07:37 -05:00
Adam Bradley
d57833c81b
fix(ripple): do not activate ripple if pointer moved
2016-05-31 21:53:39 -05:00
Adam Bradley
f4f6f7b2b8
chore(NavRegistry): update to work with ionicBootstrap
2016-05-31 21:21:07 -05:00
Adam Bradley
11448dcd0c
chore(tslint): fix noImplicitAny errors
2016-05-31 21:07:17 -05:00
Brandy Carney
fc819dd9c4
feat(range): add ability to add labels to the left/right of range
...
using `range-left` and `range-right` inside of `ion-range` will place
the element to the left or right of the range.
references #5422
2016-05-31 20:11:09 -04:00
Adam Bradley
03f4511635
chore(tslint): fix noImplicitAny errors
2016-05-31 18:40:29 -05:00
Adam Bradley
f14e2dc04b
chore(): fix conflicts
...
# Conflicts:
# src/config/bootstrap.ts
2016-05-31 18:13:33 -05:00
Adam Bradley
9cc127dc1c
chore(tabs): update subpages to work w/ @Component
2016-05-31 18:12:38 -05:00
Mike Hartington
3b02ffbcdc
chore(tsconfig): set noImplicitAny
2016-05-31 18:56:30 -04:00
Brandy Carney
d7a6980112
chore: fix linter errororororors
2016-05-31 18:51:21 -04:00
Brandy Carney
e9d0c4569f
Merge branch 'ion-range' into 2.0
2016-05-31 18:47:58 -04:00
Adam Bradley
5f8b0130cb
chore(TapClick): update TapClick to work w/ ionicBootstrap
2016-05-31 17:38:44 -05:00
Dan Bucholtz
9a86e4bdf8
refactor(modal): cleaned up scss for modal/inset-modal, added functionality to pass animation to vie
...
cleaned up scss for modal/inset-modal, added functionality to pass animation to view-contro
2016-05-31 17:09:08 -05:00
Brandy Carney
5117660f2e
Merge pull request #6596 from rapropos/implicitany
...
type return for Swiper slide functions
2016-05-31 18:03:15 -04:00
Manu Mtz.-Almeida
170cf8c409
fix(picker): safari fired pointerEnd() twice ( #6708 )
...
closes #6704
2016-05-31 16:36:59 -05:00
Ignat Ignatov
6e3859a657
docs(alert): add clarification about input options
...
Added clarifications about the `placeholder` and `label` input options, related to: https://forum.ionicframework.com/t/alerts-property-label-not-work/53335 .
2016-05-31 16:30:34 -05:00
Adam Bradley
b59e5afe22
chore(range): emit ionChange on range
2016-05-31 16:24:13 -05:00
Brandy Carney
f7cf378042
docs(range): add API docs for range
...
references #5422
2016-05-31 17:09:07 -04:00
Adam Bradley
8a920a24a5
Merge branch 'bootstrap-refactor' into 2.0
2016-05-31 15:50:21 -05:00
Adam Bradley
774ab83637
demos(bootstrap): update to use ionicBootstrap
2016-05-31 15:49:56 -05:00
Adam Bradley
6e9087534d
test(bootstrap): update to use ionicBootstrap
2016-05-31 15:49:12 -05:00
Adam Bradley
94e938d6b3
docs(bootstrap): update to use ionicBootstrap
2016-05-31 15:47:16 -05:00
Adam Bradley
e5522d2de8
chore(generators): remove use of custom decorators
2016-05-31 15:42:54 -05:00
Adam Bradley
73635f3939
refactor(bootstrap): use ionicBootstrap() to bootstrap
...
BREAKING CHANGES:
- Ionic's custom decorators have been removed.
- `@App` and `@Page` should be replaced with `@Component`.
- `IonicApp` has been renamed to `App`.
- `ionicBootstrap` is required to bootstrap the app.
- Config is now the 3rd parameter in `ionicBootstrap(rootComponent,
providers, config)`.
- Property `prodMode` is now a config option, enabling or disabling
production mode.
2016-05-31 15:42:06 -05:00
Brandy Carney
061af93b3c
fix(range): update the styling for all modes
...
references #5422
2016-05-31 16:11:47 -04:00
Brandy Carney
d24b080cb7
fix(range): fix styling on range, add demo
...
references #5422
2016-05-31 14:37:43 -04:00
Brandy Carney
f239b72be4
Merge branch '2.0' into ion-range
2016-05-31 13:42:11 -04:00
Brandy Carney
6bd91f02a3
fix(popover): position MD popover on top of element clicked
...
fixes #6683
2016-05-31 13:40:36 -04:00
Brandy Carney
c897c344cc
Merge branch 'pr/6655' into 2.0
2016-05-31 12:27:27 -04:00
Brandy Carney
1b9fafeb49
test(slides): add test to toggle the last slide with ngIf
...
references #6651
2016-05-31 12:26:56 -04:00