Manu Mtz.-Almeida
bdd8bd1e93
Revert "fix(input): wrong width of text-input for iOS"
...
This reverts commit 941e2d2896 .
2016-10-25 00:00:04 +02:00
Manu Mtz.-Almeida
941e2d2896
fix(input): wrong width of text-input for iOS
...
fixes #7388
2016-10-24 23:54:04 +02:00
Manu Mtz.-Almeida
e89f3b0206
fix(nav): ionViewDidLoad fires before children components have been loaded
...
fixes #8449
2016-10-24 23:12:07 +02:00
Manu Mtz.-Almeida
6484c501fa
fix(content): _scrollPadding is not undefined
...
fixes #8844
2016-10-24 21:46:00 +02:00
Dan Bucholtz
6b310cdd36
chore(build): include source maps in ionic-angular
2016-10-24 14:42:41 -05:00
Dan Bucholtz
1856b0ba3d
chore(build): fix version to Angular 2 to avoid ngc errors
2016-10-24 14:42:26 -05:00
Manu Mtz.-Almeida
950e6634e1
fix(gulp): e2e.watch works with non localhost interface
2016-10-24 16:58:31 +02:00
Manu Mtz.-Almeida
ab93f3fc8f
fix(spinner): working in firefox and edge
...
fixes #8714
2016-10-23 14:40:08 +02:00
Manu Mtz.-Almeida
e68b5fc8a9
Merge pull request #8847 from driftyco/fix/option
...
fix(select): emit the ionSelect option when selecting an option
2016-10-22 18:34:13 +02:00
Manu Mtz.-Almeida
8dd66735ab
refactor(menu): gestureCtrl is a private property of menu
2016-10-22 18:13:24 +02:00
mhartington
0005e3416e
doc(menu): hide private methods
2016-10-22 11:47:19 -04:00
Manu Mtz.-Almeida
f69e981958
fix(fab): only animate transform and opacity
2016-10-22 16:40:28 +02:00
Manu Mtz.-Almeida
f8650937d4
test(all): adds more asserts
2016-10-22 16:35:38 +02:00
Manu Mtz.-Almeida
0c0f32d24d
fix(searchbar): looks good when mode is different
...
references #8855
2016-10-22 16:25:54 +02:00
ramonornela
cd0e19a9fe
fix(searchbar): positionElements to assign input mode fixes #8855
2016-10-22 11:54:29 -02:00
Brandy Carney
2eed5e24c2
fix(select): emit the ionSelect option when selecting an option
2016-10-21 19:11:02 -04:00
Brandy Carney
f43539ebc7
Merge branch 'master' into fix/option
2016-10-21 19:00:58 -04:00
Brandy Carney
5f3aedc0f7
docs(button): add advanced usage with property binding, update description of color
2016-10-21 18:27:10 -04:00
Alex Muramoto
a49bdf0c8b
docs(tabs): add steps to switch tabs from child component ( #8829 )
...
* docs(input): fix typo
* docs(scroll): add note about required CSS for scrollY
* docs(config): add swipeBackEnabled to config properties list
* docs(component generator): fix broken link in template comment
* docs(directive generator): fix broken link in template comment
* docs(modal): add that modal is not reusable
* docs (searchbar): update description of debounce
* docs(tabs): add steps to switch tabs from child component
2016-10-22 00:17:48 +02:00
Brandy Carney
d93070a7d5
chore(gulp): update e2e and snapshot ( #8846 )
...
* chore(e2e): add livereload server and clean task for e2e
* chore(e2e): refactor to use gulp connect and open
* chore(e2e): WIP remove open, add formatting, add reload task
* wip(e2e): use SystemJS for faster dev e2e rebuilds
* chore(e2e): wip removing old gulp file, old e2e task
update template for e2e and port number
* chore(e2e): wip add SystemJS for dev build of e2e, use those tasks instead
* chore(e2e): uncomment out range components
* chore(e2e): wip fix paths for the e2e tempate
* chore(scripts): update README back to the old way
* chore(e2e): code cleanup
* chore(e2e): split tasks into dev and prod, put common tasks in e2e
* chore(e2e): rename e2e templates and add to readme
* chore(e2e): fix dev build so it will work with snapshot
* chore(snapshot): get snapshot working with dev and prod builds
2016-10-21 23:59:20 +02:00
Manu Mtz.-Almeida
981e95d034
Merge branch 'patch-3' of https://github.com/Manduro/ionic
2016-10-21 23:16:46 +02:00
Manu Mtz.-Almeida
a1377e740f
Merge branch 'master' of https://github.com/AbraaoAlves/ionic
2016-10-21 18:07:26 +02:00
Manu Mtz.-Almeida
4be5d8329e
fix(tabs): $tabs-md-tab-font-size is taken into account
...
fixes #8820
2016-10-21 17:58:27 +02:00
Manu Mtz.-Almeida
9895b86015
fix(range): fixes when step size is bigger than range
...
fixes #8830
fixes #8802
2016-10-21 17:21:23 +02:00
Job
658c4d6672
fix(refresher): only animate transform property
2016-10-21 12:15:45 +02:00
abraaoalves
316c4f3263
fix(searchbar-md-cancel): fix always hide button
2016-10-21 01:04:50 -03:00
Manu Mtz.-Almeida
90f9b5c42f
fix(config): Cannot read property 'canDisableScroll' of undefined in unit tests
2016-10-20 22:16:25 +02:00
Manu Mtz.-Almeida
8b65398044
fix(nav): view.id is not overridden
...
fixes #8794
2016-10-20 22:06:43 +02:00
Manu Mtz.-Almeida
780717e3d5
Merge pull request #8807 from manucorporat/improve-tapclick
...
fix(tapclick): several improvements
2016-10-20 21:55:40 +02:00
Manu Mtz.-Almeida
35d12efe0b
fix(tapclick): several improvements
...
- refactors code using UIEventManager
- improved performance by using passive event listeners
- fixes isScrolling()
- click tolerance has been increased to match native behavior
- click is immediately prevented if the content is scrolled.
2016-10-20 21:14:45 +02:00
Manu Mtz.-Almeida
272acfc893
Merge pull request #8812 from ramonornela/lint_error_handler
...
style(IonicErrorHandler): fix lint delete space return
2016-10-20 10:43:29 +02:00
ramonornela
44d09d55b6
style(IonicErrorHandler): fix lint delete space return
2016-10-19 22:58:16 -02:00
Max Lynch
9397d6b53a
feat(debug): add IonicErrorHandler
2016-10-19 16:23:15 -05:00
Brian Dennis
c66a440974
fix(segment): update broken link https://github.com/driftyco/ionic-site/issues/777
2016-10-18 23:23:29 -05:00
Manu Mtz.-Almeida
d84d8a6471
fix(tabs): regression in nav-controller-base
2016-10-19 01:14:27 +02:00
Manu Mtz.-Almeida
5ad4c542be
refactor(nav): adds some asserts and small changes
2016-10-19 00:19:00 +02:00
Manu Mtz.-Almeida
ac0e48b7fb
Merge pull request #8789 from patrickmcd/patch-1
...
Fix CanViews to ViewCans in Nav Guard section
2016-10-19 00:14:30 +02:00
Patrick McDonald
bbe54ce083
Fix CanViews to ViewCans in Nav Guard section
2016-10-18 18:07:39 -04:00
Brandy Carney
8921cb1290
fix(cordova): add Sass variables for md and wp statusbar padding ( #8788 )
...
* fix(cordova): add Sass variables for md and wp statusbar padding
fixes #8712
* style(cordova): remove extras spaces
2016-10-19 00:03:19 +02:00
Ramon Henrique Ornelas
61620f8d48
fix(templates): suffix templates page #8320 ( #8368 )
2016-10-18 14:37:45 -05:00
Justin Willis
d334a43108
chore(generators): change class name
2016-10-18 14:25:29 -05:00
Manu Mtz.-Almeida
13b32896fa
refactor(nav): adds some asserts and small changes
2016-10-18 19:09:38 +02:00
Job
221c1c456d
docs(button): correct input types ( #8772 )
2016-10-18 11:19:36 -04:00
Manu Mtz.-Almeida
d9e8b1bec6
refactor(nav-controller-base): cleanup some logic
...
NavControllerBase is the core of ionic 2 navigation. It handles all the transitions and it is complicated code to follow.
I am refactoring it to allow future developers and contributors to follow it better.
!node.parent now becomes node.isRoot()
ViewController does not remove itself from the stack, but two new auxiliar function in nav controller: _insertView() and _removeView() are used to add a view to the stack.
And so on...
All e2e and unit tests passing...
2016-10-18 16:36:55 +02:00
Manu Mtz.-Almeida
ff1f340285
test(assert): adds new debugging assert() util
...
improves removing of console.debug statements
fixes #8483
2016-10-18 09:10:00 -05:00
Manu Mtz.-Almeida
925be1533b
test(modal): toast z-index issues
...
references #8597
2016-10-18 01:59:36 +02:00
Manu Mtz.-Almeida
8b07e6c55b
fix(navPush): change detector exception
...
Disables prod mode in e2e tests
fixes
2016-10-18 01:38:42 +02:00
Manu Mtz.-Almeida
a4635ec690
test(scroll): updates api
2016-10-16 22:58:17 +02:00
Manu Mtz.-Almeida
c26004c748
Merge pull request #8731 from mattcarp/patch-1
...
Update thumbnail.ts
2016-10-16 15:42:09 +02:00
Manu Mtz.-Almeida
c902206e22
test(nav): navPush use cases
...
references #8727
2016-10-16 15:23:50 +02:00