|
4175edcbd8
|
fix(searchbar): created a variable to keep track of when to blur
changed the button clicks to mousedown events so they would trigger
prior to the input blurring. Closes #731
|
2015-12-14 12:10:18 -05:00 |
|
|
a0b7d33feb
|
fix(searchbar): updated searchbar API docs and moved input functions
references #731
|
2015-12-14 11:50:26 -05:00 |
|
|
227be2c874
|
fix(searchbar): emit input event to searchbar which now triggers the input on clear
closes #666
|
2015-12-12 15:30:40 -05:00 |
|
|
23288931d6
|
refactor(searchbar): fix searchbar attribute names and update API docs
references #666
|
2015-12-12 15:05:34 -05:00 |
|
|
9c9df6c380
|
refactor(searchbar): update default inputs
references #666
|
2015-12-12 14:59:23 -05:00 |
|
|
4024784b25
|
Merge branch 'master' into searchbar-fix
# Conflicts:
# ionic/components/searchbar/searchbar.ts
# ionic/components/searchbar/test/floating/main.html
|
2015-12-12 14:48:58 -05:00 |
|
|
dfa36baeb9
|
refactor(searchbar): searchbar updates
|
2015-12-12 14:43:24 -05:00 |
|
|
9c0bcecc8e
|
perf(toolbar): improve toolbar transition performance
|
2015-12-12 11:20:33 -06:00 |
|
|
216374f932
|
docs()
|
2015-12-11 15:38:09 -05:00 |
|
|
c00e740fd5
|
fix(input): set webkit autofill bg to transparent
|
2015-12-11 10:20:05 -06:00 |
|
|
fc8554b657
|
docs(navController): update page link
|
2015-12-11 11:10:16 -05:00 |
|
|
799f137eb5
|
fix(input): transparent bg for autofill
|
2015-12-11 08:58:08 -06:00 |
|
|
aa37a06a12
|
docs(refresher)
|
2015-12-11 09:39:42 -05:00 |
|
|
4ecb9681aa
|
fix(transition): default to ios-transition if animation not found
|
2015-12-11 08:38:27 -06:00 |
|
|
5d6d9b9610
|
chore(upgrad): ng alpha52 and case-sensitive templates
|
2015-12-10 22:52:55 -06:00 |
|
|
87006dc5be
|
fix(tabs): navbar flicker
|
2015-12-10 21:44:55 -06:00 |
|
|
b8ad42c797
|
refactor(searchbar): changed Cancel button to show by default
Renamed some searchbar input properties. Fixed the cancel button
showing when it wasn’t focused.
|
2015-12-10 18:52:19 -05:00 |
|
|
ff8169cb0a
|
Merge branch 'master' into searchbar-fix
# Conflicts:
# ionic/components/searchbar/searchbar.ts
|
2015-12-10 17:55:44 -05:00 |
|
|
ab4ad905a8
|
refactor(searchbar): converting searchbar input to use a directive
references #666
|
2015-12-10 17:51:02 -05:00 |
|
|
451f909043
|
fix import
|
2015-12-10 16:41:57 -06:00 |
|
|
d464d5cb1c
|
remove angular2/angular2 imports
|
2015-12-10 16:41:57 -06:00 |
|
|
0270be3305
|
fix blocking TS errors
|
2015-12-10 16:39:56 -06:00 |
|
|
62b31f1b1d
|
chore(navCtrl): print out error msg for invalid component
|
2015-12-10 15:13:42 -06:00 |
|
|
3afc48cf61
|
fix(toggle): use caps for tag name check
|
2015-12-10 14:58:13 -06:00 |
|
|
7f94b33c54
|
refactor(toggle): renamed ion-switch to ion-toggle
|
2015-12-10 14:50:52 -06:00 |
|
|
b6fc63aaba
|
fix(text-input): fix floating labels by getting the value of the ngControl if it exists
Added some test cases for this to the floating labels example. Closes
#710
|
2015-12-10 15:21:01 -05:00 |
|
|
59c7aab15f
|
refactor(headings): update heading sizes
|
2015-12-10 14:54:53 -05:00 |
|
|
025176d67c
|
refactor(headings): update heading sizes
|
2015-12-10 13:49:20 -06:00 |
|
|
ecb35c7c6c
|
feat(img): default to max-width: 100%
|
2015-12-10 13:26:19 -06:00 |
|
|
8929510197
|
docs(demos/switch): api demo
|
2015-12-10 12:54:21 -06:00 |
|
|
791cb2017e
|
docs(demos/checkbox): checkbox api demo
|
2015-12-10 12:42:34 -06:00 |
|
|
37ca863531
|
fix(segment): fixed segment UI not updating when changing value from view button
Added a test for this. Closes #657
|
2015-12-10 12:58:59 -05:00 |
|
|
9f0ab4a86e
|
feat(page): auto-add css className built from JS component name
|
2015-12-10 11:34:12 -06:00 |
|
|
901508e035
|
fix(toolbar/tabs): change toolbar-background to use the background property
Renamed Sass variables for toolbar and tabbar to use just background,
not color. Closes #716
|
2015-12-10 11:10:53 -05:00 |
|
|
5793716b67
|
feat(rootNav): create rootNav property on NavController/Tabs
#714
|
2015-12-10 07:35:25 -06:00 |
|
|
f520a6319c
|
fix(itemSliding): enableSlidingItems
|
2015-12-09 21:55:17 -06:00 |
|
|
1799d1f421
|
feat(menu): give menu's unique ids
|
2015-12-09 21:10:13 -06:00 |
|
|
fa0a75aa2d
|
docs(checkbox): toggle() should be private
|
2015-12-09 16:31:29 -06:00 |
|
|
09a0233702
|
docs(switch): toggle() and check() should be private
|
2015-12-09 16:31:29 -06:00 |
|
|
12abc991f5
|
Merge branch 'master' into css-refactor
|
2015-12-09 17:20:13 -05:00 |
|
|
854d90f4c1
|
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
|
2015-12-09 17:20:11 -05:00 |
|
|
4995d80bc9
|
docs(blur): description
|
2015-12-09 16:00:40 -06:00 |
|
|
f911ae5af2
|
docs(popup): link to api demo
|
2015-12-09 16:00:40 -06:00 |
|
|
bb98c451d3
|
fix(toolbar): fix margin and width on toolbar buttons
references #689
|
2015-12-09 16:22:08 -05:00 |
|
|
b7cc9fd6cf
|
fix(item): fix button icon only with item left or right
references #689
|
2015-12-09 16:21:40 -05:00 |
|
|
7c78d22ad5
|
Merge branch 'master' into css-refactor
|
2015-12-09 15:05:21 -05:00 |
|
|
b20405a06d
|
fix(menu): make MD default button change color based on toolbar color
references #689
|
2015-12-09 15:05:04 -05:00 |
|
|
aeb0bc31ca
|
fix(menu): convert backdrop to class
references #689
|
2015-12-09 15:05:04 -05:00 |
|
|
33e2c0b151
|
fix(card): fix font-size for items
references #689
|
2015-12-09 15:05:04 -05:00 |
|
|
677277de90
|
fix(segment): add ion-content back in for the sake of snapshot
|
2015-12-09 15:05:04 -05:00 |
|