4470 Commits

Author SHA1 Message Date
af289ece12 Fix typo (#6789) 2016-06-07 16:11:13 -05:00
f7b2ea277d fix(button): check for icon and add css after content checked
fixes #6662
2016-06-07 13:20:39 -04:00
ba3e786f2b Update CHANGELOG.md 2016-06-07 09:34:43 -05:00
2ff19efe50 chore(CHANGELOG): add reasons for breaking changes 2016-06-07 10:30:00 -04:00
51f6c4843f chore(CHANGELOG): add steps for renaming the lifecycle and events beta 8 2016-06-07 10:23:42 -04:00
587ca7c278 chore(): move breaking changes to the top 2016-06-07 09:17:11 -05:00
dc87353121 chore: update beta 8 steps 2016-06-06 18:53:41 -04:00
dc95439499 chore(ionic): release beta.8 2016-06-06 18:37:56 -04:00
62606f4d74 Merge pull request #6761 from Merott/hardware-typo
docs(platform): correct a minor typo of "hardware"
v2.0.0-beta.8
2016-06-06 12:24:31 -04:00
f6ec19bdba docs(platform): correct a minor typo of "hardware"
"hardware" is mistyped "hardward". Correct that. That's all.

**Ionic Version:** 2.x
2016-06-04 10:13:24 +01:00
9ea89ea83c fix(popover): style the ion-content background in a popover to match popover bg 2016-06-03 14:41:29 -04:00
c801d1800b fix(popover): allow popover to have an ion-content wrapping it 2016-06-03 12:40:17 -04:00
f8d1103eca docs(input): add clear input example to demo and update doc to reflect
closes driftyco/ionic-site#618
2016-06-02 15:35:05 -04:00
79a7f2fcb6 docs(menu/toolbar): update documentation for buttons/menuToggle in a toolbar
closes driftyco/ionic-site#590
2016-06-02 15:15:07 -04:00
9b2f0842df chore: fix linter errors 2016-06-02 13:30:04 -04:00
db810fb0cc Merge branch '2.0' of https://github.com/driftyco/ionic into 2.0 2016-06-02 13:28:27 -04:00
cc93366b9c fix(platform): pass original event in EventEmitter 2016-06-02 12:26:54 -05:00
5f35c043f2 test(menu): add e2e test to open right menu 2016-06-02 13:16:45 -04:00
7f597a0e55 fix(menu): pass platform to menu type 2016-06-02 12:04:03 -05:00
4af5e03bd9 Merge pull request #6687 from manucorporat/fix-backdrop
fix(ion-backdrop): new ion-backdrop can prevent background scrolling
2016-06-02 12:35:09 -04:00
a1a582b7a1 fix(ion-backdrop): new ion-backdrop can prevent background scrolling
closes #6656
2016-06-02 17:09:44 +02:00
c42bf97d67 Merge pull request #6736 from driftyco/fix/modal-import-and-no-implicit-any
refactor(modal): import ElementRef, fix no-implicit-any error
2016-06-02 11:07:32 -04:00
d26e3aee58 refactor(modal): import ElementRef, fix no-implicit-any error
import ElementRef, fix no-implicit-any error
2016-06-02 10:05:59 -05:00
c59c65647d feat(range): add styling for the range when knob is minimum md
references #5422
2016-06-02 10:31:47 -04:00
908fa03174 fix(transition): reduce transition delay on MD 2016-06-02 08:31:48 -05:00
9cd80cbfe8 chore(nav): add promise rejects to popTo 2016-06-01 22:19:13 -05:00
fc29124870 chore(changelog): update the beta 7 steps
closes #6630
2016-06-01 23:09:17 -04:00
839adf856d feat(item): add item-content attr selector
Closes #6643
2016-06-01 21:33:46 -05:00
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
057b526612 chore(range): add range-knob-min/max css class 2016-06-01 20:27:00 -05:00
47174dfdaa feat(range): only increase knob size when pin doesn't exist 2016-06-01 21:22:52 -04:00
27fa22fe47 fix(range): update range left/right margin on ios 2016-06-01 20:23:07 -04:00
a25a552707 feat(popover): add styling for the md pin
references #5422
2016-06-01 19:11:30 -04:00
7def98c620 fix(config): set the properties for each mode and add defaults
closes #6132
2016-06-01 18:16:12 -04:00
78ffe0e801 chore: fix linter errors 2016-06-01 17:27:06 -04:00
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
c74b3f7422 fix(config): pass custom providers in the bootstrap of the app
references #6685
2016-06-01 17:15:39 -04:00
7e4b13daaf fix(range): prevent change detection exception 2016-06-01 16:11:47 -05:00
cffa84c97e feat(range): fix the knob on md so the transform isn't blurry
references #5422
2016-06-01 15:47:56 -04:00
2eb88fa687 test(lifecycle): update lifecycle events 2016-06-01 12:19:08 -05:00
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
21753a88fe feat(range): add styling for range-left/range-right md and wp
references #5422
2016-06-01 10:59:11 -04:00
484dfdb2f0 chore: fix linter errors 2016-06-01 10:44:14 -04:00
272daf2993 fix(datetime): fix ISO format when w/out timezone data
Closes #6608
2016-06-01 09:40:45 -05:00
c1ad804be8 fix(datetime): clear out existing datetime data
Closes #6614
2016-06-01 08:56:04 -05:00
f7b1f373d3 fix(infiniteScroll): ensure infinite doesn't fire when already loading 2016-05-31 22:07:37 -05:00
d57833c81b fix(ripple): do not activate ripple if pointer moved 2016-05-31 21:53:39 -05:00
f4f6f7b2b8 chore(NavRegistry): update to work with ionicBootstrap 2016-05-31 21:21:07 -05:00
11448dcd0c chore(tslint): fix noImplicitAny errors 2016-05-31 21:07:17 -05:00
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