64 Commits

Author SHA1 Message Date
883e1b68b1 refactor(icon): rename icon to ion-icon
Closes #855
2016-01-05 22:27:07 -06:00
ff0693fe65 test(searchbar): added some code to the searchbar nav test based on the docs 2016-01-05 19:48:19 -05:00
25526870e0 test(searchbar): added nav test and removed model test
references #853
2016-01-04 15:33:15 -05:00
82e4c9e331 fix(searchbar): fix Android alignment by checking mode, converted some variables to private
fixes #857
2016-01-04 14:25:45 -05:00
73f6ca7a2d fix(searchbar): quieting TS errors 2015-12-30 18:10:39 -05:00
e761ab908b test(searchbar): fixed console output in tests 2015-12-29 21:13:25 -05:00
10816c2e21 refactor(searchbar): hack mchacking searchbar to center the placeholder better
Problem is you can see it adjust after the view loads. References #247
2015-12-29 18:24:15 -05:00
bcaaa6f45b docs(searchbar): add private tags 2015-12-29 17:43:38 -05:00
16d766fffb fix(searchbar): update searchbar so it emits the input event on clear
Also added some other events to the API so the user can decide which
event they want to use. Closes #818
2015-12-28 13:57:35 -05:00
f30b9889df feat(searchbar): emit blur and focus events
closes #795
2015-12-22 15:57:53 -05:00
b00b7bca6a refactor(searchbar): fixed searchbar when undefined value is passed or no ngModel at all, fixed style of cancel button on hover
removed unused broken searchbar tests. references #247
2015-12-19 14:04:28 -05:00
ad4d160af9 refactor(searchbar): stop the input events and only use the searchbars input event 2015-12-18 19:32:25 -05:00
c40d71ae19 refactor(searchbar): moving logic out of directive and back into searchbar 2015-12-18 19:20:01 -05:00
df035003f7 fix(searchbar): fix left align and add elementRef back to input component 2015-12-18 19:08:58 -05:00
53dd312b39 refactor(searchbar): fixing event emitters, outputs and inputs, removing ngControl requirement from Searchbar 2015-12-18 18:04:15 -05:00
20585106ff refactor(searchbar): WIP Angularizing searchbar 2015-12-18 16:41:52 -05:00
829442dffe chore(decorators): move decorators up one directory 2015-12-18 10:32:24 -06:00
1950507d4c docs(searchbar, toggle, toolbar) 2015-12-17 16:29:58 -05:00
ff8d6c5cd1 test(searchbar): removing unnecessary tests 2015-12-17 14:14:05 -05:00
dd6773a5fa fix(typography): remove negative margin top for first header unless in padding
fixes #769
2015-12-17 14:14:05 -05:00
44508a3234 fix(searchbar): add click events back for safari
references #731
2015-12-14 12:37:37 -05:00
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
5d6d9b9610 chore(upgrad): ng alpha52 and case-sensitive templates 2015-12-10 22:52: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
d464d5cb1c remove angular2/angular2 imports 2015-12-10 16:41:57 -06: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
243f03e545 Merge branch 'alpha50' into css-refactor 2015-12-09 07:47:30 -06:00
30b88d746b chore(): add ng prefix to lifecycle interfaces 2015-12-08 21:38:26 -06:00
5f55f9b4ad fix(searchbar): iOS fixed searchbar cancel button color in a toolbar
references #289
2015-12-08 12:56:46 -05:00
e608170d19 test(searchbar): added tests for searchbars in toolbars
references #289
2015-12-08 12:56:46 -05:00
88276afc0b refactor(searchbar): cleaned up some nested css, renamed some classes and added some comemnts
references #689
2015-12-08 12:56:46 -05:00
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00
831ec87308 import mode globals in all mode components 2015-12-04 21:34:27 -06:00
5d3e9a4f99 Merge branch 'master' into css-refactor 2015-12-04 17:04:00 -05:00
28bb668d43 docs(api): add links to component sections 2015-12-04 13:55:43 -06:00
d833e747cb refactor(): move core component imports to mode component files 2015-12-04 13:07:40 -06:00
8a51ca2834 refactor(searchbar): Added an input trigger and moved some of the properties around
Added descriptions and private to the functions and improved docs for
searchbar. References #666
2015-12-03 12:30:15 -05:00
3f3b0669eb refactor(searchbar): renamed SearchBar class to Searchbar
closes #667
2015-12-01 10:52:09 -05:00
656b135d98 fix(searchbar): clicking cancel wasn't removing the left alignment 2015-11-24 16:50:37 -05:00
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
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
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00