df52a410d3
test(click-block): fix click block test
2016-12-07 11:32:16 -06:00
e210448e63
docs(toolbar): update API docs and any tests to remove old toolbar attributes
2016-12-07 12:29:34 -05:00
b73304e3aa
refactor(toolbar): rename no-shadow to no-border for md mode
...
BREAKING CHANGES:
Renamed `no-shadow` attribute for Material Design header, footer, and
tabs to `no-border`. This is the same attribute used by iOS mode.
2016-12-07 12:29:34 -05:00
8037086650
fix(content): add a new variable for calculating fixed content top/bottom
...
This is to fix the fixed content getting the same padding from
ion-content applied when fullscreen. It should not get padding.
2016-12-07 12:29:34 -05:00
d53a38e479
fix(header): fix no-border on ios headers
...
fixes #9525 closes #9480
2016-12-07 12:29:34 -05:00
1c52c2dd1f
docs(img): update img and web worker docs
2016-12-07 10:58:00 -06:00
ca489e8200
chore(virtual-scroll): replace implicit any's
2016-12-07 10:02:08 -06:00
e0d876e9f0
fix(clickblock): clickblock applies longer
...
references #9531
2016-12-07 09:49:13 -06:00
e84f2e2fbb
fix(avatar): make border-radius 50% so it is always circular
2016-12-07 10:39:40 -05:00
d70d03588c
test(clickblock): adds e2e test for click block
2016-12-07 12:56:16 +01:00
bc7925b367
test(fab): ion-content padding should not affect FABs
2016-12-07 00:19:01 +01:00
bb3a57f407
fix(tabs): make MD tab highlight the contrast color of tabs color
2016-12-06 17:45:02 -05:00
dc0659fe46
fix(picker): add color to picker-opt so the variable will style correctly
...
fixes #9519
2016-12-06 17:45:02 -05:00
ffdd8f4bd1
fix(action-sheet): set border bottom of last button to transparent
...
this prevents the button from shifting around when activated
2016-12-06 17:45:02 -05:00
b17950d326
fix(dateTime): make sure picker-column is show on retina screens
2016-12-06 17:10:42 -05:00
44d772f41c
fix(picker): removes unused code
2016-12-06 22:42:37 +01:00
ac07c6f124
fix(button): button strong is configurable
2016-12-06 22:38:03 +01:00
c6fbb9c8ef
fix(scroll): correctly resolve promise
2016-12-06 15:38:01 -06:00
3b612d2bc0
fix(tabs): adjust the top of tabs each time the tab changes
2016-12-06 16:07:40 -05:00
db9f1a87b7
fix(popover): remove css contain from popover
2016-12-06 16:07:40 -05:00
c0c09a7149
fix(button): strong is iOS-only
2016-12-06 22:04:51 +01:00
f0327a999b
fix(input): test for null element before update
...
Closes #9278
2016-12-06 14:53:18 -06:00
0b4e8cee53
chore(minify): minify web worker
2016-12-06 13:44:02 -06:00
a237253dda
fix(scroll): ensure listeners have been added before removing
2016-12-06 10:50:50 -06:00
eba2862e70
fix(input): apply transform css prefix
2016-12-06 10:00:09 -06:00
5bcd7f2179
fix(input): stop ios from hiding keyboard on focus change
2016-12-06 09:46:03 -05:00
6c0593c80f
fix(util): replace implicit any in dom-controller ( #9511 )
...
* fix(util): explicit any in dom-controller
* fix(util): replace implicit any in dom-controller
2016-12-06 14:14:17 +01:00
6093ed45b9
docs(img): ion-img docs
2016-12-05 23:26:36 -06:00
739c4073d4
docs(content): update content docs
2016-12-05 21:25:22 -06:00
b3bf379291
test(refresher): fix refresher tests
2016-12-05 21:23:31 -06:00
f599758db4
style(viewcontroller): some TS types and minor changes
2016-12-06 01:45:37 +01:00
cb65f79cbb
fix(tabs): _touchActive() works when tab.root is a string
2016-12-06 01:25:52 +01:00
8efffff626
test(img): fixes typo
2016-12-06 01:24:20 +01:00
a1542abbe4
perf(img): load through webworkers, lazy load viewable imgs
2016-12-05 18:02:14 -06:00
b70d13dd6f
perf(virtual-scroll): improve virtual-scroll performance
2016-12-05 16:58:48 -06:00
c377236dcb
perf(scroll): efficient scroll events and properties
2016-12-05 16:50:05 -06:00
32b76173a2
test(img): create mock img server
2016-12-05 16:34:45 -06:00
af7139b7ab
fix(picker): mark main button as strong
2016-12-05 22:59:54 +01:00
672266d4f7
test(inputs): disable with functions (boolean or string)
...
references #9468
2016-12-05 22:12:13 +01:00
68eb1b7cb5
fix(viewcontroller): onDidDismiss() is always called
...
fixes #8223
2016-12-05 14:53:24 -06:00
66bbd24d8d
perf(ripple): prevents jank by using raf
2016-12-05 21:28:32 +01:00
1e95e856ed
fix(menu): two menus can’t be animated at the same time
2016-12-05 18:29:17 +01:00
c6facf37fe
fix(tapclick): click to non-activable elements
2016-12-05 18:27:50 +01:00
f5b4980e35
docs(navigation): update nav controller link to Angular's docs
2016-12-05 11:39:29 -05:00
f354d9163b
fix(alert): keyboard is closed
...
fixes #8185
2016-12-05 16:59:41 +01:00
660d53101f
docs(sass): add documentation for the remaining sass variables
...
closes #8785
2016-12-05 10:16:40 -05:00
81a0969530
fix(tab): tab button without content does not crash
2016-12-04 13:33:27 +01:00
2ac3b4a3b4
fix(app): navPop() can go back inside modals
...
fixes #7611
2016-12-03 23:16:19 +01:00
eebb062e71
fix(app): navPop() does not go to previous tab
...
references #7611
2016-12-03 21:40:59 +01:00
b63344c230
fix(gesture): nativeRaf is unsafe
2016-12-03 15:52:40 +01:00