aa287ce56f
Merge branch 'select-floating-label' of https://github.com/imgx64/ionic
2017-03-15 15:12:28 +01:00
e53bad1bc3
docs(infinity-scroll): algorithm used when position is Top
2017-03-15 15:06:42 +01:00
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
f9f9a1b441
test(content): fix unit test by using new elementRef api
2017-03-14 22:14:01 +01:00
d93ca82666
refactor(deep-linking): fix url when navigating back to url w/ params
2017-03-14 16:08:15 -05:00
0ae638a6a0
refactor(picker): if opts are null, initialize to empty object
2017-03-14 16:08:15 -05:00
e5f7812798
test(modal): fix broken unit tests
2017-03-14 16:08:15 -05:00
06246df3ce
chore(build): fix to ensure all unit tests are run independent of state of dist directory
2017-03-14 16:08:15 -05:00
7a9f88fcda
Merge branch 'refactor-content2' of https://github.com/manucorporat/ionic
2017-03-14 21:43:22 +01:00
396f891f33
chore(docs): updating dgeni typescript package
2017-03-14 14:50:31 -05:00
8c483f2529
fix(select): make floating labels work for ion-select
...
fixes #10751
2017-03-14 12:42:12 +03:00
4354fc212e
docs(deep-linker): copy editing
2017-03-13 17:59:14 -04:00
ddb8ef23e0
docs(deep-linker): update deep linker docs with new decorator
2017-03-13 17:37:18 -04:00
0964c850d4
test(e2e): refactor e2e to use deeplink decorator, lazy load more pages
2017-03-11 00:15:38 -06:00
3118bbbd1b
chore(dependencies): have app-scripts use nightly for now
...
have app-scripts use nightly for now
2017-03-10 11:00:56 -06:00
446e468b59
docs(split-pane): copy editing ( #10708 )
...
Fixed typo in word "also".
2017-03-10 10:41:32 -05:00
f84d38346e
refactor(ng-module-loader): simplify the ng-module-loader internals
...
simplify the ng-module-loader internals
2017-03-09 15:44:12 -06:00
eaadea7569
chore(navigation): update NavController and NavPush types
2017-03-09 15:36:59 -05:00
c90fcb07e7
chore(e2e): add --dev option to e2e.prod to speed up builds for faster but less thorough verification
2017-03-09 12:13:36 -06:00
a7ea189fa3
chore(navigation): remove private, old property on interface
...
remove private, old property on interface
2017-03-09 10:46:30 -06:00
67cbcdea3b
chore(toolbar): move button strong to toolbar sass property
2017-03-09 09:35:59 -06:00
ba3530657b
fix(picker): selectionIndex always initialized
2017-03-08 23:44:15 +01:00
f4c9ba6614
test(datetime): min/max failing cases
2017-03-08 23:44:15 +01:00
62bf2bee28
style(infinite-scroll): add missing type
2017-03-08 23:44:15 +01:00
5b1126f7f2
style(slides): adds missing final linebreak
2017-03-08 23:44:15 +01:00
84e25a17c2
feat(infinite-scroll): add waitFor method to InfiniteScroll
...
This allows to use `$event.waitFor(request())` inside template within `infinite` event. So that, user components do not depend on InifiniteScroll inside javascript.
2017-03-08 23:44:15 +01:00
30980b6798
fix(toggle/checkbox): trigger ui update when using virtalScroll with
...
Angular Reactive Forms
2017-03-08 23:44:15 +01:00
e90d692b1f
fix(slides): fix rtl support.
...
- fix rtl functionalities in slides when attribute (dir=“rtl”) added to
ion-slides.
- e2e test added: ‘slides/test/rtl’
2017-03-08 23:44:15 +01:00
bee75f7d00
feat(overlay): method chaining pattern to configure overlays
2017-03-08 23:44:15 +01:00
d538245178
fix(range): knob B can only be actived if range is dual
2017-03-08 23:44:15 +01:00
b541832749
fix(range): bar width works as expected
...
fixes #10150
2017-03-08 23:44:15 +01:00
05859dba40
fix(searchbar): add IE support
...
remove() as a method on HTMLElements is not supported on IE.
2017-03-08 23:44:15 +01:00
58beea30f5
fix(datetime): picker.refresh() in generate(...) called too early
2017-03-08 23:44:15 +01:00
c7ad3ce4bf
feat(module-loader): run outside of angular and in requestIdleCallback
2017-03-08 17:07:53 -05:00
1d68d1f91f
chore(npm): update ionic-angular readme to remove 2.x
2017-03-08 15:46:35 -05:00
0cd87f1078
chore(ionic): release 2.2.0
2017-03-08 14:38:31 -05:00
7dfe061a7c
test(split-pane): fix ionic import path and structure
2017-03-08 10:41:05 -05:00
8c75c214d7
chore(util): add requestIdleCallback polyfill
2017-03-07 16:12:02 -06:00
5a4f8b9b5d
feat(module-loader): preload modules based on priority
2017-03-07 16:15:15 -05:00
f43444bf51
Merge branch '3.0' of github.com:driftyco/ionic into 3.0
2017-03-07 21:28:59 +01:00
37c198414d
Merge branch 'master' into 3.0
2017-03-07 21:28:18 +01:00
5d178534c2
refactor(http): remove HttpModule
2017-03-07 13:55:38 -06:00
4852b4a3a4
chore(angular): fix deprecation warnings and breaking changes
2017-03-07 12:36:19 -06:00
d25943f27f
chore(angular): update to angular 4.0.0-rc.2
2017-03-07 12:35:15 -06:00
bdbd521b13
feat(module-loader): add preloadModules config option, set to false
...
set nav/basic to preload modules
2017-03-07 12:04:04 -05:00
759fe607c8
test(module-loader): add test for two modules loaded at once
2017-03-07 10:46:10 -05:00
17359b7b8c
feat(module-loader): add caching for ngModuleLoader on load
2017-03-06 18:23:47 -05:00
c6343951ae
test(e2e): modal/basic: lazy load modals
2017-03-06 17:13:11 -06:00
e8f6e0134e
test(e2e): menu/basic: lazy load modal
2017-03-06 16:52:36 -06:00
a1a762c0e6
test(module-loader): add unit tests for module-loader load
2017-03-06 17:16:25 -05:00