2591 Commits

Author SHA1 Message Date
b24dc27e0b fix(alert): update radio/checkbox items to buttons elements 2016-03-05 21:51:15 -06:00
01294107ed fix(touchaction): apply to child touch elements 2016-03-05 21:30:43 -06:00
ecfecc9bcb chore(actionsheet): add aria labels to actionsheet 2016-03-05 20:51:38 -06:00
e639457654 fix(overlays): update keyboard focus management 2016-03-05 20:32:21 -06:00
4922fc6075 fix(nav): do not hide pages if an overlay is in the stack
Closes #5430
2016-03-05 13:34:14 -06:00
70efe7d67e chore(alert): add keyup to body via HostListener 2016-03-05 12:53:10 -06:00
a2f858bb56 fix(radio): do not use strict comparison for values
Closes #5660
2016-03-05 12:36:57 -06:00
b219de5f9f fix(select): do not open on form submit
Closes #5596
2016-03-05 00:40:58 -06:00
154a69c88a feat(buttons): dynamically add button attributes
Closes #5186
2016-03-04 23:41:32 -06:00
7b14a29ea7 fix(item): add a default size for items in buttons to use the content button sizes
fixes #5580
2016-03-04 16:51:49 -05:00
f6af807688 feat(searchbar): debounce input events
Closes #5429
2016-03-04 14:56:46 -06:00
6b93bc10fd fix(tabs): don't add the has-icon class to a tab button if the layout is icon-hide
fixes #5658
2016-03-04 15:46:38 -05:00
7ee0b528b0 fix(infinitescroll): only show spinner when loading
Closes #5690
2016-03-04 14:15:19 -06:00
c96af06f13 fix(alert): increase padding on windows alert
fixes #5722
2016-03-04 14:30:42 -05:00
e1c77a3c6d feat(touchaction): remove 300ms delay via touch-action 2016-03-04 13:23:16 -06:00
62c880ff40 chore(transition): tweak wp page transition animation 2016-03-04 13:02:55 -06:00
a0235a5b49 chore(alert): tweak wp alert animation 2016-03-04 12:45:48 -06:00
f51a3f596f fix(actionsheet): fix md ripple on actionsheet 2016-03-04 12:29:44 -06:00
6daa0696c4 chore(actionsheet): tweak actionsheet animations 2016-03-04 12:29:44 -06:00
74168278e4 fix(label): remove margin from item-right in a stacked or floating label
references #5319
2016-03-04 13:23:48 -05:00
65ee86f168 fix(label): change the flex for stacked and floating labels so buttons can be added
fixes #5319
2016-03-04 13:23:48 -05:00
bc0699409e fix(animations): get easing curve from parent animation 2016-03-04 12:17:57 -06:00
ec11ae3adf fix(textarea): width of textarea was exceeding page area 2016-03-04 12:50:13 -05:00
894824e657 fix(config): fix config set function so that it has arguments defined
fixes #5696
2016-03-04 12:29:58 -05:00
703fe16154 fix(windows): detect windows phone via user agent 2016-03-04 11:22:02 -06:00
f33a4530cd docs(slides): remove inputs from sildes
fixes #5714
2016-03-04 10:58:16 -05:00
948da71e79 docs: add missing brackets to API docs for id
closes #5713
2016-03-04 10:55:57 -05:00
4a21fb02f8 docs(IonicApp): IonicApp is not private 2016-03-04 08:55:58 -06:00
acf2bd9820 test(platform): fix wp test 2016-03-03 21:21:46 -06:00
2e2be91196 docs(platform): add to is() description
Closes #5699
2016-03-03 21:17:44 -06:00
bd1173284b docs(platform): fix import statements 2016-03-03 20:39:20 -06:00
ae4e447d12 Merge pull request #5703 from itaydemri/patch-1
docs(): update show-hide-when.ts
2016-03-03 20:33:06 -06:00
29ff7f1159 feat(windows): UI fixes
references #5565
2016-03-03 17:39:53 -05:00
3d12e69d66 refactor(sass): fix incorrect sass value, add max width to alert
references #5565
2016-03-03 16:12:14 -05:00
1e73a3457e refactor(sass): update windows alert sass to use variables
renamed some properties, deleted unused ones

references #5651
2016-03-03 16:04:22 -05:00
9995bd5834 Update show-hide-when.ts
typo fix
2016-03-03 22:48:19 +02:00
a51268cd6c refactor(sass): update windows action sheet sass to use variables
remove unused styles

references #5651
2016-03-03 15:31:38 -05:00
62c7199fd1 Merge branch '2.0' into windows-mode 2016-03-03 13:12:52 -05:00
a2a9e3846f test(alert): add test for alerts 2016-03-03 12:48:08 -05:00
8db6a855b8 refactor(sass): replace all instances of bg in sass variables with background
references #5651
2016-03-03 12:48:08 -05:00
374efde03f refactor(sass): add Sass variables for alert, remove unused selectors
renames some sass variables to work towards a standard convention

references #5651
2016-03-03 12:48:08 -05:00
50b7d7052d refactor(sass): add Sass variables for action sheet and rename some
also remove unused properties

references #5651
2016-03-03 12:48:08 -05:00
6bee667a6d docs(content): fix ion-content scroll event listener example
Function renamed in 91df5f97eef9ed1d261e6642c2d9ab7e8cc4063c
2016-03-03 10:46:58 +02:00
a237c16bc0 chore(): use relative imports in tests 2016-03-02 15:43:51 -06:00
2b77d52061 docs(API): clean up API docs 2016-03-01 19:24:33 -05:00
1d95e6c339 Merge branch '2.0' into windows-mode 2016-03-01 14:16:22 -05:00
5fb1e08347 fix(toolbar): add a min-width to the toolbar content so that it won't overlap buttons
fixes #5657
2016-03-01 12:59:29 -05:00
5ca2a55f14 docs(refresher): update API docs for refresher and demo
references #5207
2016-03-01 12:08:01 -05:00
143616b9b1 derp: comma 2016-02-29 19:05:32 -05:00
02da18b311 Merge branch '2.0' into windows-mode
# Conflicts:
#	ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00