Commit Graph

4628 Commits

Author SHA1 Message Date
Justin Willis
149d8dccfa chore(): add github folder back 2016-06-24 14:58:03 -05:00
Brandy Carney
3db67f90fb fix(content): set footer height to 0 so it won't be undefined 2016-06-24 15:29:08 -04:00
mhartington
47e09a13f7 fix(generator): fix closing tag for header 2016-06-24 14:09:24 -04:00
Manu Mtz.-Almeida
614a49240b test(menu): adds menu+alert tests 2016-06-24 20:03:57 +02:00
Brandy Carney
ae86ab8b81 fix(input): allow button click when input has focus
only show clear input button when input has focus.

closes #6514 and closes #6944
2016-06-24 13:57:34 -04:00
perry
4479a019a7 chore(CI): v2 -> master 2016-06-24 12:15:58 -05:00
perry
a117fd579d switching v2 CI to watch master 2016-06-24 12:03:23 -05:00
Manu Mtz.-Almeida
f01a440314 style(item): fixes all gulp validate errors 2016-06-24 18:53:07 +02:00
Manu Mtz.-Almeida
3c267cebcb style(item): Each selector in a comma sequence should be on its own line 2016-06-24 18:20:25 +02:00
Adam Bradley
7b818891ed Merge pull request #7028 from manucorporat/sliding-reorder 2016-06-24 11:00:41 -05:00
Manu Mtz.-Almeida
bfdc898945 feat(item): sliding items work with list reorder 2016-06-24 17:57:21 +02:00
mhartington
0743f46d5d docs(toggle): update docs 2016-06-24 11:55:36 -04:00
Justin Willis
30c3af4a80 chore(docs): proper typescript syntax 2016-06-24 00:36:47 -05:00
Manu Mtz.-Almeida
b7826ba1c1 fix(demos): updates @angular paths 2016-06-23 21:14:57 +02:00
Adam Bradley
2197d49633 fix(virtualScroll): first node should use clientTop/clientLeft 2016-06-23 13:22:32 -05:00
Manu Mtz.-Almeida
6a52a4a1ec perf(reorder): hit test refactored 2016-06-23 16:00:58 +02:00
Adam Bradley
99c50a151f fix(footer): show footer toolbar w/ tabbar bottom 2016-06-22 16:00:43 -05:00
Brandy Carney
f7880c9d5f test(e2e): fix e2e tests with missing ion-navs, hide border on toolbars 2016-06-22 15:52:51 -04:00
Adam Bradley
0e9e85c448 fix(bootstrap): only add customProviders when present 2016-06-22 14:38:12 -05:00
Adam Bradley
c7fa9490bf style(imports): add spaces in imports 2016-06-22 14:29:27 -05:00
Adam Bradley
469ae82bbc chore(imports): individually export components 2016-06-22 14:28:31 -05:00
Adam Bradley
e06581d84c chore(angular): update to angular 2.0.0-rc.3 2016-06-22 14:27:08 -05:00
Brandy Carney
bd82c4d56f docs(demos): fix tabs demo 2016-06-22 15:18:48 -04:00
Brandy Carney
2dca3798bc docs(changelog): add the breaking changes for searchbar to beta 9 2016-06-22 15:12:15 -04:00
Brandy Carney
6a7aca634b docs(searchbar): fix attribute description for showCancelButton 2016-06-22 15:11:11 -04:00
Brandy Carney
05c7b8f0d7 docs(demos): update API demos so they all have ion-navs
- add spacing between imports
- alphabetize imports
- removed app.html files in favor of an inline ion-nav
- cleaned up config demo so it uses proper syntax
- use file name main.html for the first page for the demo
- name the app ApiDemoApp and first page ApiDemoPage
- replace the ion-toolbars with ion-navbars

closes #7019
closes driftyco/ionic-site#647
2016-06-22 14:45:49 -04:00
Brandy Carney
712ff81fb5 feat(list): add list headers and item dividers as items
- `ion-list-header` and `ion-item-divider` now take advantage of the
same content projection as the `ion-item`
- they are still styled as list headers and item dividers
- added docs and demos on this addition

closes #5561
2016-06-22 13:01:55 -04:00
Manu Mtz.-Almeida
4aa322d33b fix(toggle): host listeners are not longer needed 2016-06-22 18:32:28 +02:00
Brandy Carney
6e34739249 fix(modal): add class name to modal
fixes #7000
2016-06-21 18:06:48 -04:00
Adam Bradley
ae40edf810 fix(tabs): fix tabs rootNav 2016-06-21 14:37:57 -05:00
Brandy Carney
ed6d0fa13b fix(tabs): reference parent instead of parentTabs 2016-06-21 14:11:38 -04:00
Adam Bradley
603000fa72 fix(refresher): adjust location after layout updates 2016-06-21 12:46:54 -05:00
Manu Mtz.-Almeida
22fad4c4a3 fix(item): listEle does not longer exist 2016-06-21 19:38:48 +02:00
Adam Bradley
060d064325 Merge branch '2.0' into layout-refactor
# Conflicts:
#	src/components/tabs/test/advanced/index.ts
2016-06-21 11:37:47 -05:00
Adam Bradley
f20c7e42a2 feat(fullscreen): add fullscreen property to ion-content 2016-06-21 11:22:01 -05:00
Manu Mtz.-Almeida
2bff535e7b fix(tabs): swipeBackEnabled works with tabs as expected 2016-06-21 10:56:30 -05:00
Adam Bradley
aea866a742 Merge pull request #6993 from manucorporat/more-uieventmanager
Toggle and Refresh using UIEventManager
2016-06-21 10:52:25 -05:00
Manu Mtz.-Almeida
1a58a41cf9 fix(refresher): only listen for mousemove/touchmove when needed 2016-06-21 17:26:18 +02:00
Manu Mtz.-Almeida
e3ecd3d05b refactor(toggle): uses new UIEventManager 2016-06-21 11:53:53 +02:00
Manu Mtz.-Almeida
14b8049771 refactor(refresh): uses new UIEventManager 2016-06-21 11:37:31 +02:00
Manu Mtz.-Almeida
38ab17b0a8 fix(item): sliding items don't fire (click) when swiped 2016-06-21 00:44:14 +02:00
Adam Bradley
7842991c1a fix(nav): auto set iOS black transition bg via css 2016-06-20 14:12:13 -05:00
Adam Bradley
e91fba6ad3 Merge pull request #6979 from manucorporat/refactor-range-picker
Range and picker start using the new UIEventManager
2016-06-20 13:52:52 -05:00
Manu Mtz.-Almeida
1cef5a7084 refactor(range): uses new UIEventManager 2016-06-20 20:32:55 +02:00
Manu Mtz.-Almeida
02c863b1a9 refactor(picker): uses new UIEventManager 2016-06-20 20:32:55 +02:00
Manu Mtz.-Almeida
5c38921595 feat(list): reorder list items
References #5595
2016-06-20 13:19:54 -05:00
Adam Bradley
3a7addf7b0 feat(toolbar): control toolbar borders on top/bottom
Toolbars can be stacked up vertically in `<ion-header>`,
`<ion-content>`, and `<ion-footer>` elements. However, toolbars also
come with borders on both the top and bottom of the toolbar. To give
developers full control of the design, Ionic also includes the
`no-border-bottom` and `no-border-top` attributes. For example,
sometimes two vertically stacked toolbars may have different background
colors, in this case it might be best to leave a border between them.
However, if they have the same background color, the app may look best
without a border between them. The main point here is, it's entirely up
to the app's design to decide when and when not to show borders between
toolbars, and to do so then each toolbar can individually set
`no-border-bottom` and `no-border-top` attributes.
2016-06-20 12:01:21 -05:00
Adam Bradley
a1223da08c fix(animation): correctly apply will-change: transform 2016-06-19 10:43:12 -05:00
Adam Bradley
2d680896e7 fix(tabs): hide tab's navbar when a page comes without a navbar
Closes #5556
2016-06-18 00:20:08 -05:00
Adam Bradley
cdb1f8503c chore(sass): move z-index vars to separate file, remove unused vars 2016-06-17 23:21:15 -05:00