5438 Commits

Author SHA1 Message Date
abc7395428 fix(content): prefix utility attributes with ion-app and the mode
this makes the utility attribute take precedence over the individual
component classes and makes it work per mode again so the
padding/margin presets can be changed based on the mode

closes #8765
2016-12-02 12:56:19 -05:00
b1942593d2 refactor(spinner): move colors to individual modes and add vars
closes #8683 references #8785
2016-12-02 12:06:41 -05:00
8de253a9b1 fix(app): go back navigation can close menus 2016-12-02 14:06:51 +01:00
5567191a45 fix(modal): app.navPop() can dismiss modals
fixes #8692
2016-12-02 11:55:26 +01:00
24d45d5c50 refactor(picker): using DomController
Removed NativeRafDebouncer
2016-12-02 11:52:39 +01:00
c08c21a4a0 refactor(gestures): using new DomController 2016-12-02 11:45:26 +01:00
3532a71c29 docs(sass): add documentation for sass variables
This adds documentation for loading, menu, picker, popover, radio,
refresher, select, and toast. Also removes unused variables.

References #8785
2016-12-01 18:39:52 -05:00
6ef6f0aeea fix(toggle): uses PanGesture abstraction
fixes #9428
2016-12-01 16:19:01 +01:00
0b642e7e96 chore(DomController): updates 2016-12-01 09:01:25 -06:00
7b2a6d523e fix(app): setScrollDisabled() is a private method 2016-12-01 13:31:58 +01:00
54d1e5e499 Merge branch 'master' of https://github.com/driftyco/ionic 2016-11-30 17:29:28 -05:00
790e3d4a87 refactor(tabs): add and rename variables to style tabs
- separate toolbar and tabs variables since there are cases where they
shouldn’t automatically match
- add opacity to iOS tabs when a color is applied to the tabs
- fix Material Design styling to match spec

closes #9294
2016-11-30 17:29:21 -05:00
16ffcdf0c4 style(searchbar): fixes linter 2016-11-30 17:42:17 +01:00
551673c3bf refactor(sass): remove label variable since the css was removed 2016-11-30 11:34:07 -05:00
b788ce6133 fix(labels): consistent label styles on iOS 2016-11-30 10:10:35 -06:00
851187ade5 fix(searchbar): animated + no cancel works as expected
fixes #8903
2016-11-30 13:50:50 +01:00
ccb6bf1390 fix(modal): using cross mode animations
fixes #9323
2016-11-30 13:30:28 +01:00
3fd9a205d7 docs(tabs): fix closing tag 2016-11-29 21:29:08 -06:00
645e712949 test(nav): fix ngfactory error 2016-11-29 21:07:41 -06:00
a79678625f fix(all): boolean inputs
fixes #9391
2016-11-29 17:29:30 +01:00
cac71647f3 feat(DomController): organize dom reads/writes 2016-11-29 10:27:07 -06:00
0af494e613 chore(event): expose listenEvent and eventOptions 2016-11-29 10:23:24 -06:00
bdf02d4280 chore(util): add removeArrayItem fn 2016-11-29 10:21:47 -06:00
a4ab7cae8f chore(test): mock img server task 2016-11-29 10:16:21 -06:00
fa0579fe46 feat(button): strong decorator 2016-11-29 10:13:01 -06:00
4219eae1f7 Merge pull request #9400 from txavier/patch-1
Update nav-controller.ts
2016-11-29 13:52:05 +01:00
eafd13f53e fix(menu): clicking the backdrop/content closes the menu 2016-11-29 12:45:00 +01:00
f45b150af6 Update nav-controller.ts
Two small spelling corrections.
2016-11-28 16:52:50 -05:00
bc1d7ad093 chore(docs): deeplinker docs 2016-11-28 15:36:57 -06:00
84b3792254 test(toolbar): correct toolbar height with statusbar 2016-11-28 21:08:24 +01:00
c832303d7e Merge branch 'fix__toolbar_statusbar-padding' of https://github.com/dominikstrasser/ionic 2016-11-28 21:02:03 +01:00
8a67c4e525 redo - add min-height 2016-11-28 20:02:19 +01:00
85871914dc feat(template): add NavParams to page template 2016-11-28 12:32:21 -06:00
b7cac56f7b fix(toolbar): remove calculated height
toolbar-statusbar-padding should only add padding-top
2016-11-28 18:59:51 +01:00
5526d70c26 perf(app): adds fast path in isEnabled() and isScrolling() 2016-11-28 18:34:58 +01:00
36eb834563 docs(module): fix typo (#9369) 2016-11-28 12:08:59 -05:00
7fff49bd4b docs(events): updates comments to match implementation 2016-11-28 18:00:24 +01:00
cdf5dd71cd docs(events): using new api 2016-11-28 17:55:13 +01:00
376b3cdb2c Merge branch 'fix/events' of https://github.com/stalniy/ionic 2016-11-28 17:52:16 +01:00
8f8185b2ce fix(tap-click): do not dispatch click events if tap-click blocks them
- do not dispatch clicks if gesture controller captured a gesture
2016-11-28 17:42:12 +01:00
907191bbc2 perf(tabs): improve tab switching response 2016-11-28 09:00:41 -06:00
d2ebac3d27 perf(range): generates inefficient JS 2016-11-28 01:40:51 +01:00
6b3e2ed447 fix(nav): popTo() uses the new removeView API 2016-11-28 01:39:25 +01:00
16bfb49395 fix(nav): prevents to remove all views in the nav stack
fixes #9140
2016-11-28 01:38:21 +01:00
76df8412b4 test(animation): adds more asserts 2016-11-28 01:34:46 +01:00
4aa1ada7d5 perf(nav): minor performance improvements 2016-11-28 01:34:19 +01:00
ecb8bee398 fix(picker): stop picker once it is closed 2016-11-27 21:08:44 +01:00
58189d27a9 fix(navbar): go back text 2016-11-27 20:13:32 +01:00
d82bb01505 fix(nav): back button and title not aligned on baseline
fixes #8983
2016-11-27 18:09:23 +01:00
78e1e97975 test(nav): improves worst-case e2e test 2016-11-27 16:49:35 +01:00