Brandy Carney
656b135d98
fix(searchbar): clicking cancel wasn't removing the left alignment
2015-11-24 16:50:37 -05:00
Adam Bradley
6bac56bd38
fix(tabs): load tab pages before tabs ready callback
2015-11-24 15:44:05 -06:00
Drew Rygh
9986fc87f2
chore(demos): simplify demo build steps
2015-11-24 15:23:14 -06:00
mhartington
a42cb4ab1b
test(nav): nav.insert test
2015-11-24 15:40:04 -05:00
Adam Bradley
424800a3c9
fix(transition): update disabling transitions
2015-11-24 14:02:40 -06:00
Perry Govier
b58d2e8dab
docs(navController): Typescript docs needs types
2015-11-24 13:31:25 -06:00
Brandy Carney
592fe42083
refactor(card): removed actions attribute since this is no longer needed with the item refactor
...
Buttons in this item still need the item-left or item-right attribute
to size correctly. Closes #552
2015-11-24 14:24:53 -05:00
mhartington
061f551ef1
docs(navController): add api docs
2015-11-24 13:22:24 -05:00
Brandy Carney
c2a4b70d31
refactor(item): changed the ion-item-group-title to an ion-item-divider with a sticky attribute
...
Added a test for dividers. Closes #636
2015-11-24 11:51:53 -05:00
Brandy Carney
fe625eda97
refactor(item): removed ItemGroup directives
...
references #636
2015-11-24 11:51:53 -05:00
Drew Rygh
2034c667a4
chore(docs): make copy.web-animations a dependency of docs task
2015-11-24 10:43:13 -06:00
Drew Rygh
9078f967f3
docs(demos): use nav params with modal
...
Closes #633
2015-11-24 10:27:10 -06:00
Drew Rygh
06d7caf427
docs(demos): fix iOS statusbar z-index
...
Closes #631
2015-11-24 10:09:22 -06:00
Max Lynch
7db1deddf7
Fixed comment
2015-11-23 21:36:09 -06:00
Max Lynch
653a372c57
feat(slides): slider loop #567
2015-11-23 21:30:11 -06:00
Adam Bradley
5349b3e034
feat(menu): opening event EventEmitter
...
Closes #632
2015-11-23 20:23:52 -06:00
Max Lynch
f14781bb15
feat(slider): onSlideChanged. Closes #628
2015-11-23 20:01:11 -06:00
Drew Rygh
fe34a4224e
chore(docs): gulp docs shouldn't update ionic bundle
2015-11-23 18:19:53 -06:00
Brandy Carney
102909d7af
refactor(searchbar): removed the nav test since I couldn't reproduce the issue with it anyways
...
references #584
2015-11-23 18:41:41 -05:00
Brandy Carney
b4a2402d4f
refactor(searchbar): updating animations for cancel button
...
removed margin right and added transform instead. closes #584
2015-11-23 18:40:46 -05:00
Drew Rygh
023fd1753e
chore(docs): run gulp src on each build
2015-11-23 16:53:43 -06:00
Adam Bradley
339e5ea52e
refactor(color): create color-shade mixin
...
Closes #173
2015-11-23 15:45:50 -06:00
Adam Bradley
bc8ff4070f
refactor(sass): individual sass files import globals
2015-11-23 14:51:41 -06:00
Drew Rygh
3d898485ad
docs(demos): debouce setRoot
...
Closes #444
2015-11-23 14:30:29 -06:00
Drew Rygh
d2783a4b20
chore(demos): change output directory for local development
2015-11-23 14:30:29 -06:00
Adam Bradley
8df924f7d3
test(nav): added setRoot tests
2015-11-23 13:37:17 -06:00
Adam Bradley
a72fce0441
test(menu): menu with popup overlay
2015-11-23 12:38:04 -06:00
Adam Bradley
103c183190
fix(keyboard): close keyboard before transition
...
Closes #616
2015-11-23 12:21:47 -06:00
Brandy Carney
12bdba0328
chore(tsconfig): set buildOnSave to false
2015-11-23 12:50:31 -05:00
perry
d6712dabf1
docs(modal): TS params need a type
2015-11-23 09:56:59 -06:00
Adam Bradley
d7e85fb380
docs(modal): update modal docs
2015-11-23 08:42:12 -06:00
Adam Bradley
ce192d62d6
chore(): add callback arg to push
2015-11-22 23:41:14 -06:00
Adam Bradley
4e01ec09a2
feat(tabs): ref parent nav controllers
...
Closes #621
2015-11-22 23:10:26 -06:00
Drew Rygh
68ee8065c8
docs(modal): passing in params
...
Related: https://github.com/driftyco/ionic2/issues/604
2015-11-22 14:04:29 -06:00
Brandy Carney
103551c056
test(searchbar): adding a test for navigation to try reproducing an issue
...
references #584
2015-11-22 13:23:00 -05:00
Brandy Carney
92b3dfdfcc
fix(tabs): md reduce opacity for inactive buttons
...
fixes #615
2015-11-22 13:23:00 -05:00
Adam Bradley
a13bda6caa
feat(overlay): close w/ esc key
...
Closes #566
2015-11-21 20:26:01 -06:00
Adam Bradley
0df42a903d
test(modal): pass params
2015-11-21 19:42:20 -06:00
Adam Bradley
e1c160eb54
refactor(overlay): use NavController
2015-11-21 19:18:47 -06:00
Adam Bradley
a7505f6ac9
fix(disable): disable tap for inputs
...
I know this change allows the bottom line to have an opacity too, but
this is the lesser of evils. Removed use of * selector, and able to
disable tap inputs.
Closes #610
2015-11-20 20:29:28 -06:00
Adam Bradley
002e5e86a6
perf(): raf updates
2015-11-20 20:24:21 -06:00
Drew Rygh
f66155904c
docs(demos): update segment
...
Closes #607
2015-11-20 17:13:05 -06:00
Brandy Carney
4ce446dbcd
chore(publish): updating npm version to alpha.35
2015-11-20 16:49:36 -05:00
Tim Lancina
de5f4b98ca
use patched angular for now
2015-11-20 15:35:36 -06:00
Brandy Carney
a765ae8145
fix(checkbox): moved border to start where text does MD
...
closes #583
2015-11-20 15:55:29 -05:00
Brandy Carney
bce57186d5
fix(typography): excluded anchors with a button attribute from the forced colors
...
fixes #609
2015-11-20 15:32:14 -05:00
Drew Rygh
f3a948cdb6
docs(item): multiple ion-item-content usage
...
Closes #534
2015-11-20 14:21:55 -06:00
Brandy Carney
6f45378452
fix(card): added properties to a card to clip the inside to the border-radius of the card
...
fixes #600
2015-11-20 15:14:51 -05:00
Brandy Carney
10672b062e
fix(list): added properties to inset list so the border will be cropped
...
references #600
2015-11-20 15:14:51 -05:00
Brandy Carney
f966555034
feat(text-input): adding color attributes for the ion-label
...
closes #585
2015-11-20 15:14:51 -05:00