Josh Thomas
|
8d5da1fa6b
|
chore(): move badge, cards, slide, and toggle over with tests.
|
2017-05-16 22:19:34 -05:00 |
|
Manu MA
|
325cc5eea7
|
feat(wk): built-in support for WK (#11048)
|
2017-05-05 01:31:42 +02:00 |
|
Amit Moryossef
|
5d562166fc
|
refactor(): global refactoring to avoid IDE warnings and cleaner code (#11296)
* refactor(style): redundant measure units
* refactor(): change pointless boolean operation to cast
* refactor(): change redundant 'if' statement
* refactor(style): remove overwritten property value
* fix(spellcheck): wrong attribute value
* refactor(datetime-test): There should be a space between attribute and previous attribute
* refactor(import): import can be shortened
* refactor(semicolon): add missing semicolon
* docs(): fix incorrect parameter name
* refactor(): remove trailing unused parameters
* fix(menu): create mock change signature
* refactor(): remove redundant imports
all tests are passing
* refactor(style): 'var' used instead of 'let' or 'const'
* Revert "refactor(style): 'var' used instead of 'let' or 'const'"
This reverts commit 0369dbcaa8.
* refacrot(): remove unused code
* Revert "refactor(style): remove overwritten property value"
* revert(hammer): don't modify 3rd party files
* revert(activator): follow interface
* revert(activator): follow interface (cont)
* revert(activator): follow interface (cont)
* merge(master): fix conflicts
* revert(): change pointless boolean operation to cast
* revert(): text align is covered by a different PR
* revert(): add back unused parameters
* revert(): add back unused parameters
|
2017-05-05 01:11:00 +02:00 |
|
Manuel Mtz-Almeida
|
3b4b29e832
|
refactor(action-sheet): adds proper TS types
|
2017-05-05 01:01:49 +02:00 |
|
Martijn Luyckx
|
e66c54958b
|
docs(events): update demo in usage
Closes #11428
Make it clear that event.subscribe must be called in another method
|
2017-05-01 14:21:50 -04:00 |
|
Manu Mtz.-Almeida
|
2afc5cfeda
|
fix(module-loader): null references
|
2017-05-01 02:27:34 +02:00 |
|
Brian Soumakian
|
19a3b6616e
|
add unit tests
|
2017-04-30 15:24:09 -07:00 |
|
Brian Soumakian
|
bc4a1cab66
|
Merge branch 'driftyco/master' into fix-preloading
|
2017-04-30 14:30:13 -07: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
|
af394b5ef6
|
fix(datetime): ionChange/ngModel returns the correct value
|
2017-04-27 19:06:59 +02:00 |
|
Manuel Mtz-Almeida
|
505d27ad34
|
fix(base-input): first ngModel update is not dispatched
|
2017-04-27 18:35:08 +02:00 |
|
Manuel Mtz-Almeida
|
d24c4f45fb
|
fix(select): ionChange returns the value
|
2017-04-27 18:34:32 +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 |
|
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 |
|
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 |
|
Manuel Mtz-Almeida
|
95c06a53cc
|
fix(navcontroller): exceptions inside lifecycle events are printed properly
fixes #10974
|
2017-04-19 23:12:50 +02:00 |
|
Dan Bucholtz
|
ff467db339
|
refactor(module-loader): fix tests, don't purge loaded module promise from the map
fix tests, don't purge loaded module promise from the map
|
2017-04-18 15:05:52 -05:00 |
|
Manuel Mtz-Almeida
|
f88823a30f
|
fix(navcontroller): lazy loading is queued
|
2017-04-18 20:55:41 +02:00 |
|
Manuel Mtz-Almeida
|
5776f76ac9
|
fix(base-input): inputUpdated() is triggered when initialized
|
2017-04-18 20:52:17 +02:00 |
|
Brandy Carney
|
bfa2362882
|
fix(input): make sure isDisabled gets set to a boolean
|
2017-04-18 12:26:11 -04:00 |
|
Brian Soumakian
|
47f9ab3663
|
fix null/undefined references
|
2017-04-08 03:25:04 -07:00 |
|
Manuel Mtz-Almeida
|
614925d1db
|
test(inputs): passes Zone tests
|
2017-04-07 22:02:58 +02:00 |
|
Manuel Mtz-Almeida
|
bda624f870
|
perf(toggle): events are not zoned
|
2017-04-07 21:05:21 +02:00 |
|
Manuel Mtz-Almeida
|
6b92a5a8c2
|
fix(inputs): ionChange is fired after updating ngModel
|
2017-04-06 20:49:22 +02:00 |
|
Manuel Mtz-Almeida
|
db37072c40
|
fix(scroll): scroll issues in UIWebView
fixes #11081
fixes #10976
fixes #10966
fixes #10936
fixes #11051
fixes #10889
|
2017-04-06 15:09:06 +02:00 |
|
Manuel Mtz-Almeida
|
94a33a74d2
|
Merge branch 'refactor-inputs'
|
2017-04-05 20:07:28 +02:00 |
|
Adam Bradley
|
74f90e6d57
|
chore(error): update ionic error handler
|
2017-03-31 21:45:20 -05:00 |
|
Manuel Mtz-Almeida
|
8eef99d82f
|
Misc 5
|
2017-03-29 19:14:15 +02:00 |
|
Manuel Mtz-Almeida
|
0cd9a373e7
|
Merge branch 'fix-autoenable-scroll-listener'
|
2017-03-29 18:33:09 +02:00 |
|
perry
|
41e34fc4ce
|
chore(docs): moving docs from /docs/v2 to /docs
|
2017-03-29 11:00:52 -05:00 |
|
Manuel Mtz-Almeida
|
d9a7652912
|
fix(content): scroll listener is auto enabled
fixes #10938
|
2017-03-29 17:38:41 +02:00 |
|
Manuel Mtz-Almeida
|
515de26a8b
|
Misc 4
|
2017-03-29 16:47:12 +02:00 |
|
Manuel Mtz-Almeida
|
6360d41f6a
|
Misc changes 2
|
2017-03-28 21:37:11 +02:00 |
|
Manuel Mtz-Almeida
|
b5c7ab2e98
|
misc changes
|
2017-03-28 21:21:37 +02:00 |
|
Manuel Mtz-Almeida
|
3d569eb88a
|
test(select/segment): adds unit test for select and segment
|
2017-03-28 17:57:49 +02:00 |
|
Manuel Mtz-Almeida
|
9be5751eeb
|
refactor(select): using BaseInput correctly + unit tests
|
2017-03-28 17:57:49 +02:00 |
|
Manu Mtz.-Almeida
|
9a4d81b329
|
refactor(all): consistent inputs
fixes #8578
|
2017-03-28 17:57:49 +02:00 |
|
Brandy Carney
|
042f698555
|
Merge branch 'master' into 3.0
# Conflicts:
# src/components/action-sheet/test/basic/pages/page-one/page-one.ts
# src/components/alert/alert.ts
# src/components/content/content.ts
# src/components/datetime/datetime.ts
# src/components/datetime/test/datetime.spec.ts
# src/components/loading/loading.ts
# src/components/modal/test/basic/app.module.ts
# src/components/picker/picker-component.ts
# src/components/toast/toast.ts
# src/components/toolbar/toolbar.ios.scss
# src/components/toolbar/toolbar.md.scss
# src/components/toolbar/toolbar.wp.scss
# src/components/virtual-scroll/test/basic/app.module.ts
# src/util/util.ts
|
2017-03-20 18:07:38 -04:00 |
|
Job
|
56364a0503
|
fix(scroll-view): do not set initialized until it is enabled (#10817)
regression caused by 7e9bad5
|
2017-03-17 23:05:10 +01:00 |
|
Manu Mtz.-Almeida
|
7e9bad5092
|
perf(content): scrollview magic activated on demand
|
2017-03-16 20:12:49 +01:00 |
|
Manu Mtz.-Almeida
|
74191c3e92
|
fix(datetime): update selectedIndex according to ngModel value
|
2017-03-16 16:34:11 +01:00 |
|
Manu Mtz.-Almeida
|
afd99baba0
|
fix(datetime): respect time limits in hours and minutes
fixes #6850
|
2017-03-16 00:38:33 +01:00 |
|
Brandy Carney
|
ddcd3cf1c5
|
refactor(components): convert components to separate modules
|
2017-03-15 16:07:06 -04:00 |
|
Toru Yoshikawa
|
53feb3f699
|
fix(infinite-scroll): event.timeStamp polyfill for firefox (#10752)
* Event.timeStamp polyfill for firefox
* fix(infinite-scroll): event.timeStamp polyfill for firefox
|
2017-03-15 18:27:45 +01:00 |
|
Manu Mtz.-Almeida
|
f9f9a1b441
|
test(content): fix unit test by using new elementRef api
|
2017-03-14 22:14:01 +01:00 |
|
perry
|
396f891f33
|
chore(docs): updating dgeni typescript package
|
2017-03-14 14:50:31 -05:00 |
|
Dan Bucholtz
|
f84d38346e
|
refactor(ng-module-loader): simplify the ng-module-loader internals
simplify the ng-module-loader internals
|
2017-03-09 15:44:12 -06:00 |
|