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
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
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
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
Adam Bradley
48c1ffd4f9
fix(toolbar): place iOS border on ion-header/footer
2016-06-17 22:19:51 -05:00
Brandy Carney
8be0a9ffb3
test(segment): add ion-nav
2016-06-17 22:09:06 -04:00
Brandy Carney
1b882800f7
test(all): fix the tests that don't have ion-nav
2016-06-17 22:05:24 -04:00
Brandy Carney
8fb4563527
test(all): fix all e2e tests to include an ion-nav
2016-06-17 22:05:24 -04:00
Adam Bradley
1986710537
refactor(content): add dimension read/write methods
2016-06-17 15:23:13 -05:00
Brandy Carney
1d8ba4a5e7
fix(toolbar): position toolbar relative and add z-index
2016-06-17 16:15:31 -04:00
Brandy Carney
927edfffcd
refactor(tabs): remove all uses of ion-navbar-section
2016-06-17 13:51:30 -04:00
Adam Bradley
5a85d82b8a
fix(header): optional ViewController injection
2016-06-17 12:15:01 -05:00
Adam Bradley
64b867816a
docs(header): update header markup
2016-06-17 11:48:15 -05:00
Adam Bradley
1a8f6d745d
test(header): update header markup
2016-06-17 11:43:30 -05:00
Adam Bradley
33672aef62
demos(header): update header markup
2016-06-17 11:39:59 -05:00
Brandy Carney
af2228757f
fix(tabs): don't add outline to the class name if it is a logo icon
...
fixes #6899
2016-06-17 11:42:18 -04:00
Guilherme Rodrigues
079fd6ee87
Update item-sliding.ts
2016-06-16 22:22:04 -03:00
Adam Bradley
b3b7eb4626
refactor(modal): add css classes after createComponent
2016-06-16 15:27:07 -05:00
Adam Bradley
e5d79d28c0
refactor(ViewController): remove need for viewType property
2016-06-16 15:26:16 -05:00
mhartington
2392d1da66
docs(itemSliding, itemOptions): update docs
2016-06-16 16:16:35 -04:00
Manu Mtz.-Almeida
55eccb3493
feat(range): add debounce input for ionChange event
...
Closes #6894
2016-06-16 12:34:46 -05:00
Adam Bradley
d13fa4e2cf
refactor(structure): allow content to scroll under headers/footers
2016-06-16 11:28:02 -05:00
Manu Mtz.-Almeida
64af0c8ba0
fix(item): item-options width calculated correctly
2016-06-16 11:10:25 -05:00
Manu Mtz.-Almeida
0c885899bc
fix(menu): push/overlay working correctly in landscape
2016-06-16 12:40:21 +02:00
Manu Mtz.-Almeida
87812f362a
Merge branch '2.0' of https://github.com/fareesh/ionic into 2.0
2016-06-16 12:17:25 +02:00
Brandy Carney
31c7e595da
fix(searchbar): position elements when the value changes not after content checked
2016-06-15 12:44:33 -04:00
Brandy Carney
9819aae69b
test(searchbar): remove some of the e2e checks and rename the floating folder
2016-06-15 11:18:19 -04:00
Brandy Carney
01bbc940d1
fix(modal): change modal display so you can scroll the entire height
...
fixes #6839
2016-06-15 10:57:38 -04:00
Dan Bucholtz
3e451cce67
style(tslint): fixed linting error for new check-else rule
...
fixed linting error for new check-else rule
2016-06-14 22:34:53 -05:00
Dan Bucholtz
41ecfdc4ae
style(navigation): fixed sass-lint error, changed function name
...
fixed sass-lint error, changed function name
2016-06-14 22:27:31 -05:00
Manu Mtz.-Almeida
efcdd20508
fix(item): sliding item's width must be 100%
...
#closes 6239
2016-06-15 03:18:54 +02:00
Brandy Carney
461ba11de9
feat(select): add placeholder as an input for select
...
closes #6862
2016-06-14 20:24:35 -04:00
flavordaaave
ea450d41d3
fix(popover): allow target element to be positioned at left:0
...
fixes #6896
2016-06-14 17:31:59 -04:00