5729 Commits

Author SHA1 Message Date
5b299a000f refactor(loading): restructure loading component to separate modules
restructure loading component to separate modules
2017-03-02 14:52:28 -06:00
b0986f5d6d refactor(item): restructure item component to separate modules
restructure item component to separate modules
2017-03-02 14:50:52 -06:00
ece5047b6c refactor(input): restructure input component to separate modules
restructure input component to separate modules
2017-03-02 14:50:07 -06:00
a7ce20f990 refactor(fab): restructure fab component to separate modules
restructure fab component to separate modules
2017-03-02 14:48:16 -06:00
caf2f55a77 refactor(datetime): move datetime controller to separate module
move datetime controller to separate module
2017-03-02 14:47:17 -06:00
4495663cea refactor(content): refactor content to remove hard reference to tabs
refactor content to remove hard reference to tabs
2017-03-02 14:45:50 -06:00
5c61cb23ac refactor(card): restructure card component to separate modules
restructure card component to separate modules
2017-03-02 14:44:31 -06:00
6d787553a3 refactor(app): restructure app component to separate modules, move from enum to constants
restructure app component to separate modules, move from enum to constants
2017-03-02 14:43:46 -06:00
702330478c refactor(alert): restructure alert, move controller to separate module
restructure alert, move controller to separate module
2017-03-02 14:40:09 -06:00
42a0c7fa61 refactor(action-sheet): restructure action-sheet, move controller to separate module
restructure action-sheet, move controller to separate module
2017-03-02 14:39:19 -06:00
c144580a49 chore(dependencies): update dependencies for build process
update dependencies for build process
2017-03-02 14:38:02 -06:00
be79382386 test(e2e): refactor e2e tests to modular structure and utilize lazy loading where possible
refactor e2e tests to modular structure and utilize lazy loading where possible
2017-03-02 14:37:01 -06:00
0d32e5e791 chore(gulp): updates to build process to use app-scripts for watch/build
updates to build process to use app-scripts for watch/build
2017-03-02 14:28:15 -06:00
0fdff89b67 docs(demos): update api demos to modular structure
update api demos to modular structure
2017-03-02 14:26:30 -06:00
7281f020f4 chore(tsconfig): add target of es2015, systemjs to types 2017-03-02 14:15:54 -06:00
fdd50ba47c refactor(navcontroller): clean up and algorithm documented 2017-02-28 17:53:49 +01:00
738515879b fix(tabs): popToRoot catches the rejected promise 2017-02-28 17:50:42 +01:00
8d9f374065 fix(all): memory leaks
fixes #10459
fixes #10416
fixes #10286
2017-02-28 17:50:42 +01:00
be0b6a8872 refactor(all): cosmetic changes + app.resize as event emitter 2017-02-28 17:34:12 +01:00
f577e54f38 feat(alert): add ability to set the mode on alert 2017-02-27 18:05:54 -05:00
6797ce536d test(icon): adding main.ts entry point 2017-02-27 15:51:37 -06:00
7b97fb7487 fix(infinite-scroll): use icon color from Sass var and add var for text color
fixes #10574
2017-02-27 16:44:34 -05:00
116ae38ade fix(refresher): use refresher icon color from Sass var
fixes #10479
2017-02-27 16:44:25 -05:00
176aa2303f fix(radio): calculate radio-inner width/height with border width (#10495)
* Fix incorrect .radio-inner width/height calculation

* Add additional fix to the .radio-inner width/height calculation of the android radio button icon
2017-02-27 15:25:05 -05:00
1128c8b8a2 docs(virtual-scroll): fix broken link to ion-img (#10555) 2017-02-27 15:14:52 -05:00
Jan
2c2b87b0b9 feat(typography): add text-wrap attribute for all elements
fixes #7051
2017-02-27 13:02:12 -05:00
Rob
4e8176431a docs(slides): fix references to old callback names (#10575)
In the slidePrev, slideNext, and slideTo docs it still shows the old callback names.
2017-02-27 12:42:03 -05:00
2408e94f5d docs(grid): copy editing 2017-02-27 11:30:44 -05:00
3959272620 docs(input): copy editing (#10561)
Tiny rewording.
2017-02-27 11:21:39 -05:00
c65ec9899a docs(grid): fixes typo 2017-02-27 16:41:51 +01:00
ec40ea4256 chore(readme): remove issue stats since site is erroring
closes #10546
2017-02-24 16:11:39 -05:00
42e6d7dfab docs(grid): replace the placeholder descriptions for row/col 2017-02-24 13:59:08 -05:00
b9a436278b docs(alert): add import in usage example (#10434)
add : `import { AlertController } from 'ionic-angular';` in usage section
2017-02-24 12:03:43 -05:00
2182cf341b refactor(menu): remove unused $z-index-menu-backdrop (#10394) 2017-02-24 11:40:33 -05:00
32e4e3191b docs(slides): include import statements in usage (#10378)
Improve example - add import of slides for viewChild use
2017-02-24 11:38:03 -05:00
ac1a886158 fix(tabs): ionChange is emitted after the tab is selected
fixes #10538
2017-02-23 19:35:44 +01:00
0fa98b4728 chore(ionic): add commit to release 2.1.0 2017-02-23 13:14:05 -05:00
10f39b07c8 chore(ionic): release 2.1.0 2017-02-23 13:03:33 -05:00
8bbaee7064 docs(grid): typo 2017-02-22 16:29:23 -05:00
98e8158b9c chore(deps): revert angular version v2.1.0 2017-02-22 13:02:04 -06:00
2f0ecf112f docs(grid): fill in how it works, spelling fixes 2017-02-22 13:19:34 -05:00
555519da62 chore(deps): update to Angular 2.4.8
* chore(angular): update to latest stable angular

* chore(deps): update app-scripts

* chore(deps): sw-toolbox

* chore(deps): bump to 1.1.1 app-scripts

* chore(deps): abc order sw-toolbox

* chore(deps): update to angular 2.4.8

* chore(build): pass appNgModule path to app-scripts, make run AoT instead of Prod when using --debug

pass appNgModule path to app-scripts, make run AoT instead of Prod when using --debug
2017-02-21 16:43:38 -06:00
6ceec7ad4d feat(grid): improve grid to a column layout with more flexibility (#10485)
The old grid is still supported but will be deprecated in the future.

closes #6050 closes #7508
2017-02-21 17:10:16 -05:00
43b90973ef docs(navController): fix setPages signature 2017-02-21 17:05:13 -05:00
38717155a8 chore(docs): it’s not 2.0.0-nightly, it’s just “nightly” 2017-02-21 10:58:35 -06:00
aa528fdb42 docs(navController): better type setPages
Closes https://github.com/driftyco/ionic-site/issues/970
2017-02-17 16:38:25 -05:00
54e50f48e5 chore(platform): resize works correctly
* chore(platform): resize works correctly

* chore(platform): height correct after resize

* test(platform): add new dimensions unit tests

* chore(platform): works with keyboard too

* chore(platform): store values

* chore(platform): change const to var
2017-02-17 18:01:34 +01:00
da14042094 docs(input): add note about text input events
Closes https://github.com/driftyco/ionic-site/issues/991
2017-02-17 11:48:28 -05:00
fae38f910c docs(navController): argument is not optional 2017-02-17 11:27:40 -05:00
52a6d41c86 feat(datetime): add placeholder attribute
fixes #7966
2017-02-13 14:59:22 -05:00