Manu Mtz.-Almeida
ac07c6f124
fix(button): button strong is configurable
2016-12-06 22:38:03 +01:00
Brandy Carney
3b612d2bc0
fix(tabs): adjust the top of tabs each time the tab changes
2016-12-06 16:07:40 -05:00
Brandy Carney
db9f1a87b7
fix(popover): remove css contain from popover
2016-12-06 16:07:40 -05:00
Manu Mtz.-Almeida
c0c09a7149
fix(button): strong is iOS-only
2016-12-06 22:04:51 +01:00
Adam Bradley
f0327a999b
fix(input): test for null element before update
...
Closes #9278
2016-12-06 14:53:18 -06:00
Adam Bradley
eba2862e70
fix(input): apply transform css prefix
2016-12-06 10:00:09 -06:00
Adam Bradley
6093ed45b9
docs(img): ion-img docs
2016-12-05 23:26:36 -06:00
Adam Bradley
739c4073d4
docs(content): update content docs
2016-12-05 21:25:22 -06:00
Adam Bradley
b3bf379291
test(refresher): fix refresher tests
2016-12-05 21:23:31 -06:00
Manu Mtz.-Almeida
cb65f79cbb
fix(tabs): _touchActive() works when tab.root is a string
2016-12-06 01:25:52 +01:00
Manu Mtz.-Almeida
8efffff626
test(img): fixes typo
2016-12-06 01:24:20 +01:00
Adam Bradley
a1542abbe4
perf(img): load through webworkers, lazy load viewable imgs
2016-12-05 18:02:14 -06:00
Adam Bradley
b70d13dd6f
perf(virtual-scroll): improve virtual-scroll performance
2016-12-05 16:58:48 -06:00
Adam Bradley
c377236dcb
perf(scroll): efficient scroll events and properties
2016-12-05 16:50:05 -06:00
Manu Mtz.-Almeida
af7139b7ab
fix(picker): mark main button as strong
2016-12-05 22:59:54 +01:00
Manu Mtz.-Almeida
672266d4f7
test(inputs): disable with functions (boolean or string)
...
references #9468
2016-12-05 22:12:13 +01:00
Manu Mtz.-Almeida
68eb1b7cb5
fix(viewcontroller): onDidDismiss() is always called
...
fixes #8223
2016-12-05 14:53:24 -06:00
Manu Mtz.-Almeida
66bbd24d8d
perf(ripple): prevents jank by using raf
2016-12-05 21:28:32 +01:00
Manu Mtz.-Almeida
1e95e856ed
fix(menu): two menus can’t be animated at the same time
2016-12-05 18:29:17 +01:00
Manu Mtz.-Almeida
c6facf37fe
fix(tapclick): click to non-activable elements
2016-12-05 18:27:50 +01:00
Manu Mtz.-Almeida
f354d9163b
fix(alert): keyboard is closed
...
fixes #8185
2016-12-05 16:59:41 +01:00
Brandy Carney
660d53101f
docs(sass): add documentation for the remaining sass variables
...
closes #8785
2016-12-05 10:16:40 -05:00
Manu Mtz.-Almeida
81a0969530
fix(tab): tab button without content does not crash
2016-12-04 13:33:27 +01:00
Manu Mtz.-Almeida
2ac3b4a3b4
fix(app): navPop() can go back inside modals
...
fixes #7611
2016-12-03 23:16:19 +01:00
Manu Mtz.-Almeida
eebb062e71
fix(app): navPop() does not go to previous tab
...
references #7611
2016-12-03 21:40:59 +01:00
Brandy Carney
94018a071e
Merge branch 'master' of https://github.com/driftyco/ionic
2016-12-02 13:20:53 -05:00
Brandy Carney
abc7395428
fix(content): prefix utility attributes with ion-app and the mode
...
this makes the utility attribute take precedence over the individual
component classes and makes it work per mode again so the
padding/margin presets can be changed based on the mode
closes #8765
2016-12-02 12:56:19 -05:00
Brandy Carney
b1942593d2
refactor(spinner): move colors to individual modes and add vars
...
closes #8683 references #8785
2016-12-02 12:06:41 -05:00
Manu Mtz.-Almeida
8de253a9b1
fix(app): go back navigation can close menus
2016-12-02 14:06:51 +01:00
Manu Mtz.-Almeida
5567191a45
fix(modal): app.navPop() can dismiss modals
...
fixes #8692
2016-12-02 11:55:26 +01:00
Manu Mtz.-Almeida
24d45d5c50
refactor(picker): using DomController
...
Removed NativeRafDebouncer
2016-12-02 11:52:39 +01:00
Manu Mtz.-Almeida
c08c21a4a0
refactor(gestures): using new DomController
2016-12-02 11:45:26 +01:00
Brandy Carney
3532a71c29
docs(sass): add documentation for sass variables
...
This adds documentation for loading, menu, picker, popover, radio,
refresher, select, and toast. Also removes unused variables.
References #8785
2016-12-01 18:39:52 -05:00
Manu Mtz.-Almeida
6ef6f0aeea
fix(toggle): uses PanGesture abstraction
...
fixes #9428
2016-12-01 16:19:01 +01:00
Manu Mtz.-Almeida
7b2a6d523e
fix(app): setScrollDisabled() is a private method
2016-12-01 13:31:58 +01:00
Brandy Carney
54d1e5e499
Merge branch 'master' of https://github.com/driftyco/ionic
2016-11-30 17:29:28 -05:00
Brandy Carney
790e3d4a87
refactor(tabs): add and rename variables to style tabs
...
- separate toolbar and tabs variables since there are cases where they
shouldn’t automatically match
- add opacity to iOS tabs when a color is applied to the tabs
- fix Material Design styling to match spec
closes #9294
2016-11-30 17:29:21 -05:00
Manu Mtz.-Almeida
16ffcdf0c4
style(searchbar): fixes linter
2016-11-30 17:42:17 +01:00
Brandy Carney
551673c3bf
refactor(sass): remove label variable since the css was removed
2016-11-30 11:34:07 -05:00
Max Lynch
b788ce6133
fix(labels): consistent label styles on iOS
2016-11-30 10:10:35 -06:00
Manu Mtz.-Almeida
851187ade5
fix(searchbar): animated + no cancel works as expected
...
fixes #8903
2016-11-30 13:50:50 +01:00
Manu Mtz.-Almeida
ccb6bf1390
fix(modal): using cross mode animations
...
fixes #9323
2016-11-30 13:30:28 +01:00
Diego
3fd9a205d7
docs(tabs): fix closing tag
2016-11-29 21:29:08 -06:00
Adam Bradley
645e712949
test(nav): fix ngfactory error
2016-11-29 21:07:41 -06:00
Manu Mtz.-Almeida
a79678625f
fix(all): boolean inputs
...
fixes #9391
2016-11-29 17:29:30 +01:00
Adam Bradley
bdf02d4280
chore(util): add removeArrayItem fn
2016-11-29 10:21:47 -06:00
Manu Mtz.-Almeida
fa0579fe46
feat(button): strong decorator
2016-11-29 10:13:01 -06:00
Manu Mtz.-Almeida
eafd13f53e
fix(menu): clicking the backdrop/content closes the menu
2016-11-29 12:45:00 +01:00
Manu Mtz.-Almeida
84b3792254
test(toolbar): correct toolbar height with statusbar
2016-11-28 21:08:24 +01:00
Manu Mtz.-Almeida
5526d70c26
perf(app): adds fast path in isEnabled() and isScrolling()
2016-11-28 18:34:58 +01:00