Commit Graph

5812 Commits

Author SHA1 Message Date
Brandy Carney
7dfe061a7c test(split-pane): fix ionic import path and structure 2017-03-08 10:41:05 -05:00
jgw96
8c75c214d7 chore(util): add requestIdleCallback polyfill 2017-03-07 16:12:02 -06:00
Brandy Carney
5a4f8b9b5d feat(module-loader): preload modules based on priority 2017-03-07 16:15:15 -05:00
Manu Mtz.-Almeida
f43444bf51 Merge branch '3.0' of github.com:driftyco/ionic into 3.0 2017-03-07 21:28:59 +01:00
Manu Mtz.-Almeida
37c198414d Merge branch 'master' into 3.0 2017-03-07 21:28:18 +01:00
jgw96
5d178534c2 refactor(http): remove HttpModule 2017-03-07 13:55:38 -06:00
jgw96
4852b4a3a4 chore(angular): fix deprecation warnings and breaking changes 2017-03-07 12:36:19 -06:00
jgw96
d25943f27f chore(angular): update to angular 4.0.0-rc.2 2017-03-07 12:35:15 -06:00
Brandy Carney
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
Brandy Carney
759fe607c8 test(module-loader): add test for two modules loaded at once 2017-03-07 10:46:10 -05:00
Brandy Carney
17359b7b8c feat(module-loader): add caching for ngModuleLoader on load 2017-03-06 18:23:47 -05:00
Daniel Imhoff
c6343951ae test(e2e): modal/basic: lazy load modals 2017-03-06 17:13:11 -06:00
Daniel Imhoff
e8f6e0134e test(e2e): menu/basic: lazy load modal 2017-03-06 16:52:36 -06:00
Brandy Carney
a1a762c0e6 test(module-loader): add unit tests for module-loader load 2017-03-06 17:16:25 -05:00
Manu Mtz.-Almeida
88a7f3e1c5 test(toolbar): fix model header v2.2.0 2017-03-06 22:28:21 +01:00
Daniel Imhoff
999f33a5b9 test(e2e): tabs/colors 2017-03-06 15:16:25 -06:00
Daniel Imhoff
7c713e1a62 test(e2e): tabs/basic 2017-03-06 15:06:35 -06:00
Daniel Imhoff
5b91317d39 test(e2e): tabs/badges 2017-03-06 12:44:48 -06:00
Daniel Imhoff
6d8490e393 test(e2e): searchbar/nav 2017-03-06 12:31:23 -06:00
mhartington
a4748fca69 docs(splitPane): add split-pane docs 2017-03-06 13:24:07 -05:00
jgw96
2143f7198e style(lint): fix linter errors 2017-03-06 11:23:42 -06:00
jgw96
f2894be061 test(tabs): update final tabs test 2017-03-06 11:18:55 -06:00
jgw96
1105bcda86 test(toolbar): update toolbar tests 2017-03-06 11:15:05 -06:00
mhartington
33f2f09c5e test(tabs, segments, select, searchbar): update test to be lazy loaded 2017-03-06 12:11:00 -05:00
Manu Mtz.-Almeida
e56bad9977 fix(menu): menuToggle always visible outside navbar 2017-03-06 17:58:12 +01:00
Manu Mtz.-Almeida
8b3991cc78 fix(tabs): reverts 9e4c3a6e3e 2017-03-06 17:23:07 +01:00
jgw96
a2e469d408 test(e2e): update toolbar, typography and virtual scroll 2017-03-06 10:03:26 -06:00
Manu Mtz.-Almeida
61a5317b25 fix(ViewController): nav must be set as soon as possible
fixes regression in 5a4c6093a7
fixes #10654
2017-03-05 16:00:47 +01:00
Manu Mtz.-Almeida
1dd88830f9 fix(refresher): events manager must not be destroyed (part 2)
fixes #10652
2017-03-05 14:41:14 +01:00
Manu Mtz.-Almeida
930869476a fix(refresher): events manager must not be destroyed
fixes #10652
2017-03-05 12:30:52 +01:00
Manu Mtz.-Almeida
c65bb4e64b style(menu): removes unused method 2017-03-04 19:21:21 +01:00
Daniel Imhoff
656ea66632 test(e2e): radio/basic 2017-03-03 17:07:19 -06:00
Daniel Imhoff
7b5bb940c9 test(e2e): popover/basic 2017-03-03 16:58:05 -06:00
Dan Bucholtz
8674aaf419 style(linting): fix validate issues
fix validate issues
2017-03-03 16:46:12 -06:00
Daniel Imhoff
ced9bd2bb8 test(e2e): picker/basic 2017-03-03 16:41:39 -06:00
Daniel Imhoff
3dfaa4c019 test(e2e): nav/child-navs 2017-03-03 16:27:35 -06:00
Daniel Imhoff
1fc1305dd5 test(e2e): modal/basic 2017-03-03 16:06:25 -06:00
jgw96
90f9650d7a style(lint): fix linter errors 2017-03-03 16:02:24 -06:00
jgw96
00d128f87f Merge branch '3.0' of https://github.com/driftyco/ionic into 3.0 2017-03-03 15:58:10 -06:00
jgw96
040981f585 test(e2e): update range, searchbar, toast 2017-03-03 15:57:28 -06:00
Dan Bucholtz
b47848ceb2 feat(navigation): add optional priority to deep link config
add optional priority to deep link config
2017-03-03 15:47:42 -06:00
Dan Bucholtz
3e70856c0b feat(navigation): @DeepLink decorator
@DeepLink decorator
2017-03-03 15:36:05 -06:00
mhartington
b7df0d8efb test(list, loading): update test for lazyloading 2017-03-03 16:31:00 -05:00
Dan Bucholtz
b12186bad1 feature(popover): support lazy loading of popover pages 2017-03-03 15:13:15 -06:00
Dan Bucholtz
3ebc3656c1 feature(modal): support lazy loading of modal pages 2017-03-03 15:13:15 -06:00
Dan Bucholtz
3b43a872a6 docs(nav): move a template to separate file in nav/basic 2017-03-03 15:13:15 -06:00
Dan Bucholtz
25f942e70f docs(e2e): lazy load modals in action-sheet/basic, alert/basic, app/cordova 2017-03-03 15:13:15 -06:00
Daniel Imhoff
a43386a405 test(e2e): menu/basic 2017-03-03 14:48:03 -06:00
Manu Mtz.-Almeida
5a4c6093a7 refactor(NavController): adds better error handling
fixes #10090
2017-03-03 21:11:58 +01:00
Manu Mtz.-Almeida
beed9989ed Merge branch 'simplify-bar-button' of https://github.com/manucorporat/ionic 2017-03-03 21:07:03 +01:00