Josh Thomas
d18f2e591c
fix(): changed slides so that it is using the default import.
2017-05-02 14:11:04 -05:00
Josh Thomas
53d7c24ddf
fix(button): add all attribute classes that apply. (clear, outline, solid)
2017-05-02 13:30:11 -05:00
Adam Bradley
800e21e385
Merge remote-tracking branch 'origin/v4' into v4
2017-05-02 12:55:18 -05:00
Adam Bradley
cae0c0e050
Merge branch 'master' into v4
...
# Conflicts:
# package.json
# src/components/badge/badge.scss
# src/components/slides/slides.scss
2017-05-02 12:55:07 -05:00
Amit Moryossef
424b15aefd
fix(rtl): add correct text-align ( #11353 )
...
* fix(rtl): add correct text-align
* feat(text-align): add mixin for backwards compatibility of variables
* fix(text-align): default null not empty string
* fix(text-align): remove default
2017-05-02 11:10:18 -04:00
Markus Wagner
6b42677460
docs(alert): add default value for enableBackdropDismiss
...
Closes #11370
2017-05-01 14:51:44 -04:00
Josh Thomas
87aca09dc3
fix(button): corrected attribute for disabled.
2017-05-01 12:38:45 -05:00
Josh Thomas
a61d0aff46
chore(): updating button tests.
2017-05-01 11:55:54 -05:00
Adam Bradley
c6170fc1be
fix(toggle): update toggle js
2017-05-01 11:54:57 -05:00
Adam Bradley
bc0079d63a
Merge branch 'master' into v4
2017-05-01 10:17:51 -05:00
Brandy Carney
b96e31bf30
test(app): update typography e2e test to work
2017-05-01 11:11:05 -04:00
Hayden Braxton
a04b577f1d
feat(select): close select programatically
...
* implement ability to close select programmatically
* refactor(select): made changes based on PR feedback, namely assigning overlay to the overlay property at then end of the open function, applying DeMorgan's Law to a condition, and returning the overlay dismiss promise from the close function
* refactor(select): made additional changes to closing select component programmatically to resolve issue 11318
2017-05-01 02:34:38 +02:00
Manu Mtz.-Almeida
ed66591db6
test(view-controller): adds isOverlay asserts
2017-05-01 02:19:35 +02:00
Amit Moryossef
665e44f633
fix(rtl): change item reorder offset for RTL ( #11395 )
2017-04-30 18:09:55 +02:00
Adam Bradley
5199b826c8
Merge branch 'master' into v4
...
# Conflicts:
# src/components/toggle/toggle.ts
2017-04-28 23:30:33 -05:00
Brandy Carney
588fad879f
fix(label): add the $label-ios-text-color sass variables back
...
adds better descriptions for the sass variables in the other modes
resolves #11373
2017-04-28 18:18:57 -04:00
Josh Thomas
f9b76f3b2e
fix(): update to remove 'button ion-button' and add CUSTOM_ELEMENTS_SCHEMA.
2017-04-28 14:39:27 -05:00
Josh Thomas
946c5e9c85
feat(slides): add web component slides to ionic.
2017-04-28 13:53:15 -05:00
Manuel Mtz-Almeida
ec2a34db6e
fix(select): incorrect assert condition
2017-04-28 20:47:27 +02:00
Justin Willis
aff2f08f9a
test(datetime): add unit tests to make sure we return a string when we should ( #11431 )
...
* test(datetime): add e2e test with no format provided
* test(datetime): add test to check output is a string
* test(datetime): add e2e test with no format provided
* test(datetime): add test to check output is a string
* test(datetime): add unit tests to make sure we return a string when we should
2017-04-28 11:11:05 -05:00
Manuel Mtz-Almeida
539901da83
fix(toggle): initialize at ngAfterContentInit
2017-04-28 17:23:36 +02:00
Manuel Mtz-Almeida
7eb2f0b343
fix(menu): missing output events in interface
...
fixes #11383
2017-04-27 23:45:20 +02:00
Manuel Mtz-Almeida
239b559e6e
fix(base-input): initialize on ngAfterContentInit
2017-04-27 23:44:12 +02:00
Manuel Mtz-Almeida
6677d80343
fix(datetime): ngModel always returns a string
2017-04-27 22:16:37 +02:00
Manuel Mtz-Almeida
4c8efc22e1
fix(select): object as value
...
fixes : #11413
2017-04-27 21:27:52 +02:00
Dan Bucholtz
b11442716b
test(input): basic e2e test of a sample form to validate the next button/arrow goes to next input ( #11362 )
...
basic e2e test of a sample form to validate the next button/arrow goes to next input field
2017-04-27 13:31:59 -05:00
Manuel Mtz-Almeida
991cadbe85
test(select): disable unit test
2017-04-27 19:07:20 +02:00
Manuel Mtz-Almeida
af394b5ef6
fix(datetime): ionChange/ngModel returns the correct value
2017-04-27 19:06:59 +02:00
Adam Bradley
014fe64b94
Merge branch 'master' into v4
2017-04-27 11:36:21 -05:00
Manuel Mtz-Almeida
d24c4f45fb
fix(select): ionChange returns the value
2017-04-27 18:34:32 +02:00
Manuel Mtz-Almeida
9264a04343
fix(searchbar): adds setFocus() back
...
fixes #11397
2017-04-27 13:06:58 +02:00
Manuel Mtz-Almeida
c0276d5350
fix(select-popover): aot (private reference)
2017-04-27 12:56:46 +02:00
Manuel Mtz-Almeida
ee6c48102d
fix(range): aot (wrong reference)
2017-04-27 12:56:25 +02:00
Adam Bradley
dfdcf2003d
fix(build): update angular build process
2017-04-26 15:26:25 -05:00
Adam Bradley
cdffc62615
Merge branch 'master' into v4
2017-04-26 12:35:14 -05:00
Manu Mtz.-Almeida
11a1c70c00
fix(searchbar): input is debounced
2017-04-26 17:35:13 +02:00
Manuel Mtz-Almeida
ba44780df0
fix(select): stores string | string[]
...
fixes #11337
2017-04-25 22:55:13 +02:00
Brandy Carney
7bcf5a05f7
fix(util): pass an option to default to right side in isRightSide
2017-04-25 13:54:37 -04:00
Manuel Mtz-Almeida
67af71bd9b
fix(virtual-scroll): supports null records
...
fixes 11093
2017-04-24 23:50:26 +02:00
Myck
78d427dfcf
fix(ion-slides): fast rerendering causes a crash ( #11100 )
...
* fix #10830
add condition, to check if slider exist before remove
* Update swiper.ts
* Fixes minor style issues
2017-04-24 23:33:19 +02:00
Sina
e31a4da9ce
feat(list): RTL support for list-header ( #11328 )
...
RTL fix (scss changes) for list-header for wp, ios and android platform
2017-04-24 12:01:22 -04:00
Sina
0ec71cd188
feat(label): fix positioning of floating label for rtl ( #11324 )
...
* floating label rtl fix
add rtl fix to floating label
* single block, not nesting
* fix(floating-label): wp and ios issue for rtl
problems with transform-origin with both windows and ios platform for
rtl and also wrong translate3d for rtl for windows platform
* style(floating-label): remove html, 2 space indent
remove reference of "html", just plain '[dir="rtl"]
indent 2 space instead of 4
* refactor(floating-label): remove duplicate rule
remove unnecessary duplicate rule
2017-04-24 11:50:47 -04:00
Adam Bradley
9d526790fd
Merge branch 'master' into v4
2017-04-23 21:54:56 -05:00
Adam Bradley
ccfce9d034
feat(toggle): boolean input directive
2017-04-23 21:54:34 -05:00
Manu Mtz.-Almeida
53113366e2
fix(menu): rtl support
2017-04-24 01:02:20 +02:00
Manu Mtz.-Almeida
51d507998c
fix(menu): rtl support
...
Squashed commit of the following:
commit 57b59eb373
Merge: dcf80e416 f26c4b4fe
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Fri Apr 21 14:38:03 2017 +0300
merge 'master'
commit dcf80e4161
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Fri Apr 21 01:24:40 2017 +0300
tests(menu): add menu rtl tests
commit d65575b9ca
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Fri Apr 21 01:24:00 2017 +0300
tests(mock): add platform to mockMenu
commit faad17ca32
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Fri Apr 21 01:23:01 2017 +0300
fix(menu): update gesture only if it exists
commit e50eb184ec
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Fri Apr 21 00:55:50 2017 +0300
refactor(menu): use magic get/set for side update
commit 89a1715661
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Thu Apr 20 19:31:49 2017 +0300
revert(menu): revert removed dependency
this PR is for a specific feature
commit 7c1263624c
Merge: 4465f82f6 860567288
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Thu Apr 20 19:26:10 2017 +0300
Merge remote-tracking branch 'upstream/master' into menu
commit 4465f82f64
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Thu Apr 20 16:11:13 2017 +0300
style(backdrop): fix code style
commit da4983a161
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Thu Apr 20 16:09:18 2017 +0300
revert(renderer): back to renderer1
commit 80ab0941d6
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Sun Apr 16 11:34:34 2017 +0300
fix(swipe-back): change side according to dir
commit f99cb9844f
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Sun Apr 16 11:26:49 2017 +0300
feat(platform): add dir change event emitter
commit 90de5d1105
Author: Amit Moryossef <amitmoryossef@gmail.com >
Date: Sat Apr 15 20:13:09 2017 +0300
fix(menu): add gesture side real-time update
migrated to Renderer2
2017-04-23 18:06:04 +02:00
Adam Bradley
9a533f430f
Merge master
2017-04-21 03:33:13 -05:00
Dan Bucholtz
59eb9a328d
refactor(): restructure components to loosen coupling, move overlay-portal, click-block, menu-controller and other app-level functionality to app directory. The motivation for this change is logical grouping, decoupling components from each other, and improving the ability to drop more unused components from bundle
2017-04-20 23:21:25 -05:00
Manu Mtz.-Almeida
42709848db
test(navcontroller): automatic lifecycle order test
2017-04-20 15:37:07 +02:00
Manuel Mtz-Almeida
9732883165
refactor(item-options): simplify getSides()
2017-04-20 01:44:22 +02:00