Commit Graph

1532 Commits

Author SHA1 Message Date
Dan Bucholtz
e0b09615bd test(range): fix range/basic test 2017-03-21 21:19:03 -05:00
Dan Bucholtz
f88f588d2d test(img): img/basic test export MyImg component from NgModule 2017-03-21 16:56:15 -05:00
Manu Mtz.-Almeida
99142f8ebe fix(datetime): fixes date time in 3.0 + perf improvements 2017-03-21 19:47:52 +01:00
Dan Bucholtz
02f8f11e74 test(e2e): fix broken tests
fix broken tests
2017-03-21 12:10:03 -05:00
Dan Bucholtz
945cd8ff52 test(e2e): restructure e2e to tests to import modules
restructure e2e to tests to import modules
2017-03-21 10:49:11 -05:00
Brandy Carney
a2a77f06d1 test(datetime): fix failing karma test 2017-03-21 10:12:07 -04:00
Brandy Carney
042f698555 Merge branch 'master' into 3.0
# Conflicts:
#	src/components/action-sheet/test/basic/pages/page-one/page-one.ts
#	src/components/alert/alert.ts
#	src/components/content/content.ts
#	src/components/datetime/datetime.ts
#	src/components/datetime/test/datetime.spec.ts
#	src/components/loading/loading.ts
#	src/components/modal/test/basic/app.module.ts
#	src/components/picker/picker-component.ts
#	src/components/toast/toast.ts
#	src/components/toolbar/toolbar.ios.scss
#	src/components/toolbar/toolbar.md.scss
#	src/components/toolbar/toolbar.wp.scss
#	src/components/virtual-scroll/test/basic/app.module.ts
#	src/util/util.ts
2017-03-20 18:07:38 -04:00
Brandy Carney
0ccd96e8b5 fix(item-sliding): add forwardRef for item options 2017-03-20 13:06:29 -04:00
Dan Bucholtz
af16846568 chore(e2e): rename to to standardize on format
rename  to  to standardize on format
2017-03-20 11:57:26 -05:00
Dan Bucholtz
d5ba56f144 test(item): item/sliding test structure updated
item/sliding test structure updated
2017-03-20 11:54:34 -05:00
Dan Bucholtz
b10ec68087 refactor(deep-linking): rename to
rename  to
2017-03-20 10:42:00 -05:00
Dan Bucholtz
52081a471a refactor(deep-linking): change to
change  to
2017-03-20 10:14:36 -05:00
Job
56364a0503 fix(scroll-view): do not set initialized until it is enabled (#10817)
regression caused by 7e9bad5
2017-03-17 23:05:10 +01:00
Brandy Carney
5c2aa2adaf test(toolbar): add missing main.ts from toolbar test 2017-03-17 12:07:59 -04:00
Manu Mtz.-Almeida
7e9bad5092 perf(content): scrollview magic activated on demand 2017-03-16 20:12:49 +01:00
Manu Mtz.-Almeida
963cdcbe76 feat(split-pane): support for side=right 2017-03-16 19:41:19 +01:00
Manu Mtz.-Almeida
c79bd5ab81 test(date time): datetime without max value 2017-03-16 19:19:31 +01:00
Florian MC [Mint]
7cc617e84e docs(datetime): update docs
Closes #10795
2017-03-16 14:10:48 -04:00
mhartington
fa24e4052a docs(): hide icon ngmodule 2017-03-16 14:08:06 -04:00
mhartington
546003037e docs(): hide modules from docs 2017-03-16 11:49:46 -04:00
Brandy Carney
25dd7b5fce refactor(components): import button module on picker 2017-03-16 11:38:08 -04:00
Manu Mtz.-Almeida
74191c3e92 fix(datetime): update selectedIndex according to ngModel value 2017-03-16 16:34:11 +01:00
Brandy Carney
f7bcc4603c refactor(components): add icon module and missing imports 2017-03-16 11:30:54 -04:00
Manu Mtz.-Almeida
afd99baba0 fix(datetime): respect time limits in hours and minutes
fixes #6850
2017-03-16 00:38:33 +01:00
Brandy Carney
ddcd3cf1c5 refactor(components): convert components to separate modules 2017-03-15 16:07:06 -04:00
Mike Hartington
e191321193 fix(slides): simulate touch events for query params (#10579)
* fix(slides): simulate touch events for query params
Slide fail to swipe when platform via query params.
This lets touch events be simulated is ionicPlatform is set.
Closes #10577

* style(remove debug log):
2017-03-15 19:20:03 +01:00
Manu Mtz.-Almeida
c236a4bf4b test(infinite-scroll): nested <ion-infinite-scroll>
references #10507
2017-03-15 19:00:25 +01:00
Manu Mtz.-Almeida
19302a9fbf Merge branch 'ion-infinite-component-fix' of https://github.com/thielCole/ionic 2017-03-15 18:57:51 +01:00
Manu Mtz.-Almeida
cff4c01bf0 test(datetime): adds test for issue #10641 2017-03-15 18:46:09 +01:00
Felix Livni
769e7dc2aa Prefer nested var over nested let 2017-03-15 18:45:22 +01:00
Felix Livni
eff420f4c7 fix(datetime): not always disabling day values when dayValues set 2017-03-15 18:45:22 +01:00
Toru Yoshikawa
53feb3f699 fix(infinite-scroll): event.timeStamp polyfill for firefox (#10752)
* Event.timeStamp polyfill for firefox

* fix(infinite-scroll): event.timeStamp polyfill for firefox
2017-03-15 18:27:45 +01:00
Manu Mtz.-Almeida
999efaca9a fix(virtual-list): works with infinite-scroll
fixes #9350
fixes #9722
fixes #9247
fixes #10778
2017-03-15 17:38:31 +01:00
Manu Mtz.-Almeida
1222c56d23 Merge branch 'feature/fixVirtualScrollDissapearing' of https://github.com/masimplo/ionic into fix-virtual-list2 2017-03-15 17:11:14 +01:00
Quentin
05f1e24cb6 docs(config): update page-transition
Closes #10789
Updated page transition animation sample and description.
2017-03-15 12:05:58 -04:00
Manu Mtz.-Almeida
505ee58407 Merge branch '10590-alert-input-min-max-attributes' of https://github.com/TomDemulierChevret/ionic
# Conflicts:
#	src/components/alert/alert-component.ts
#	src/components/alert/alert-options.ts
2017-03-15 17:03:30 +01:00
Manu Mtz.-Almeida
1efc4aea0f style(range): removes trailing white spaces 2017-03-15 16:56:27 +01:00
Amit Moryossef
8f310eba4a feat(range): add ionFocus and ionBlur events (#10761)
* Added ionLeave output event to be emitted on leave

* Changed `ionLeave` to `ionDragEnd`

* Changed ionDragEnd to ionBlur. Added ionFocus
2017-03-15 16:54:35 +01:00
Manu Mtz.-Almeida
46fe1ff53c fix(alert): inputs have id
fixes #10603
2017-03-15 16:48:15 +01:00
Manu Mtz.-Almeida
aa287ce56f Merge branch 'select-floating-label' of https://github.com/imgx64/ionic 2017-03-15 15:12:28 +01:00
Manu Mtz.-Almeida
e53bad1bc3 docs(infinity-scroll): algorithm used when position is Top 2017-03-15 15:06:42 +01:00
Job
6918275bd3 feat(infinite): add scroll in opposite direction (#8099)
* feat(infinite): add scroll in opposite direction

fixes

* test(infinite-scroll): opposite direction e2e test

* fix(infinite-scroll): keep scroll position

* feat(content): scroll down on load

* fix(infinite-scroll): scroll the content down on load

* Requested changes
2017-03-15 14:58:45 +01:00
Manu Mtz.-Almeida
f9f9a1b441 test(content): fix unit test by using new elementRef api 2017-03-14 22:14:01 +01:00
Dan Bucholtz
d93ca82666 refactor(deep-linking): fix url when navigating back to url w/ params 2017-03-14 16:08:15 -05:00
Dan Bucholtz
0ae638a6a0 refactor(picker): if opts are null, initialize to empty object 2017-03-14 16:08:15 -05:00
Dan Bucholtz
e5f7812798 test(modal): fix broken unit tests 2017-03-14 16:08:15 -05:00
Manu Mtz.-Almeida
7a9f88fcda Merge branch 'refactor-content2' of https://github.com/manucorporat/ionic 2017-03-14 21:43:22 +01:00
perry
396f891f33 chore(docs): updating dgeni typescript package 2017-03-14 14:50:31 -05:00
Ibrahim Ghazal
8c483f2529 fix(select): make floating labels work for ion-select
fixes #10751
2017-03-14 12:42:12 +03:00
Brandy Carney
4354fc212e docs(deep-linker): copy editing 2017-03-13 17:59:14 -04:00