Commit Graph

955 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
f1f44ebdd4 fix(range): range with long label renders correctly 2016-11-01 23:50:57 +01:00
Manu Mtz.-Almeida
06357dc441 refactor(icon): improves logic for isActive 2016-11-01 23:49:54 +01:00
Manu Mtz.-Almeida
04d61ee47a fix(nav): swipe to go back gesture
- smoother by debouncing touch events (reduces bank)
- dynamic animation duration
- intelligent behavior based in the position, speed and direccion of the swipe (sharing logic with sliding item)

fixes #8919
fixes #8958
fixes #7934
2016-11-01 13:38:27 -05:00
Manu Mtz.-Almeida
033e1eae17 fix(nav): adds public willLoad lifecycle event
* fix(nav): adds public willLoad lifecycle event

* test(menu): adds more asserts
2016-11-01 13:12:29 -05:00
Manu Mtz.-Almeida
504e6e0440 Merge pull request #8969 from uofmmike/patch-1
Update deep-linker.ts
2016-11-01 05:03:53 +01:00
Manu Mtz.-Almeida
4f6a9b143c feat(tabs): tabsHideOnSubPages can be modified per tab
references #8970
2016-11-01 02:21:28 +01:00
MIke M
086b89e563 Update deep-linker.ts
Added 2 missing "," not the most exciting change on earth.
2016-10-31 13:49:53 -07:00
Manu Mtz.-Almeida
5cdb70b35f Merge pull request #8949 from bul-ikana/master
docs(datetime): add sass variable descriptions
2016-10-31 14:40:24 +01:00
Manu Mtz.-Almeida
5836c81c63 Merge pull request #8950 from bul-ikana/docs/input-sass
docs(input): add sass variable descriptions
2016-10-31 14:39:51 +01:00
Manu Mtz.-Almeida
20c96fb949 Merge pull request #8953 from John-Luke/docs/list
docs(list): add descriptions of sass variables
2016-10-31 14:39:29 +01:00
Manu Mtz.-Almeida
174e90b7aa Merge pull request #8952 from John-Luke/docs/label
docs(label): add descriptions of sass variables
2016-10-31 14:39:12 +01:00
Manu Mtz.-Almeida
e51fe85ab3 Merge pull request #8954 from bul-ikana/docs/item-sass
docs(item): add sass variable descriptions
2016-10-31 14:38:21 +01:00
Hugo Aguirre
b0d393bc16 docs(modal): add sass variable descriptions 2016-10-29 18:29:25 -05:00
Hugo Aguirre
867f937621 docs(item): add sass variable descriptions 2016-10-29 18:14:31 -05:00
John Luke
bfce58ecae docs(list): add descriptions of sass variables 2016-10-29 19:52:22 -03:00
John Luke
5ef35b4090 docs(label): add descriptions of sass variables 2016-10-29 19:19:04 -03:00
Hugo Aguirre
c327955a75 docs(input): add sass variable descriptions 2016-10-28 21:32:34 -05:00
Hugo Aguirre
c5785061fd docs(input): add sass variable descriptions 2016-10-28 20:52:59 -05:00
Hugo Aguirre
2076f2ac50 docs(datetime): add sass variable descriptions 2016-10-28 19:14:48 -05:00
Brandy Carney
2003ae48d5 fix(sass): rename $background-color variable in our loops
We were overriding this variable so the user couldn’t reference what
they set it to.

Fixes #8475
2016-10-28 13:28:15 -04:00
Brandy Carney
855f137097 docs(card): update sass variable description 2016-10-27 15:21:58 -04:00
Thomas Krupers
6b48076778 docs(): add sass variable descriptions (#8929)
docs(): add variable descriptions
2016-10-27 15:19:54 -04:00
Max Lynch
2d165e1ecd fix(scroll): fix scroll to top on iOS 2016-10-26 21:13:13 -05:00
Manu Mtz.-Almeida
c1ba120b74 fix(picker): fixes regression in picker but introduces new bug.
OnDidLoad is called before ngonInit() is not called in children
2016-10-27 01:13:07 +02:00
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
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
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
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
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
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