Brandy Carney
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
Brandy Carney
b1942593d2
refactor(spinner): move colors to individual modes and add vars
...
closes #8683 references #8785
2016-12-02 12:06:41 -05:00
Manu Mtz.-Almeida
8de253a9b1
fix(app): go back navigation can close menus
2016-12-02 14:06:51 +01:00
Manu Mtz.-Almeida
5567191a45
fix(modal): app.navPop() can dismiss modals
...
fixes #8692
2016-12-02 11:55:26 +01:00
Manu Mtz.-Almeida
24d45d5c50
refactor(picker): using DomController
...
Removed NativeRafDebouncer
2016-12-02 11:52:39 +01:00
Manu Mtz.-Almeida
c08c21a4a0
refactor(gestures): using new DomController
2016-12-02 11:45:26 +01:00
Brandy Carney
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
Manu Mtz.-Almeida
6ef6f0aeea
fix(toggle): uses PanGesture abstraction
...
fixes #9428
2016-12-01 16:19:01 +01:00
Manu Mtz.-Almeida
7b2a6d523e
fix(app): setScrollDisabled() is a private method
2016-12-01 13:31:58 +01:00
Brandy Carney
54d1e5e499
Merge branch 'master' of https://github.com/driftyco/ionic
2016-11-30 17:29:28 -05:00
Brandy Carney
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
Manu Mtz.-Almeida
16ffcdf0c4
style(searchbar): fixes linter
2016-11-30 17:42:17 +01:00
Brandy Carney
551673c3bf
refactor(sass): remove label variable since the css was removed
2016-11-30 11:34:07 -05:00
Max Lynch
b788ce6133
fix(labels): consistent label styles on iOS
2016-11-30 10:10:35 -06:00
Manu Mtz.-Almeida
851187ade5
fix(searchbar): animated + no cancel works as expected
...
fixes #8903
2016-11-30 13:50:50 +01:00
Manu Mtz.-Almeida
ccb6bf1390
fix(modal): using cross mode animations
...
fixes #9323
2016-11-30 13:30:28 +01:00
Diego
3fd9a205d7
docs(tabs): fix closing tag
2016-11-29 21:29:08 -06:00
Adam Bradley
645e712949
test(nav): fix ngfactory error
2016-11-29 21:07:41 -06:00
Manu Mtz.-Almeida
a79678625f
fix(all): boolean inputs
...
fixes #9391
2016-11-29 17:29:30 +01:00
Adam Bradley
bdf02d4280
chore(util): add removeArrayItem fn
2016-11-29 10:21:47 -06:00
Manu Mtz.-Almeida
fa0579fe46
feat(button): strong decorator
2016-11-29 10:13:01 -06:00
Manu Mtz.-Almeida
eafd13f53e
fix(menu): clicking the backdrop/content closes the menu
2016-11-29 12:45:00 +01:00
Manu Mtz.-Almeida
84b3792254
test(toolbar): correct toolbar height with statusbar
2016-11-28 21:08:24 +01:00
Manu Mtz.-Almeida
5526d70c26
perf(app): adds fast path in isEnabled() and isScrolling()
2016-11-28 18:34:58 +01:00
Manu Mtz.-Almeida
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
Manu Mtz.-Almeida
907191bbc2
perf(tabs): improve tab switching response
2016-11-28 09:00:41 -06:00
Manu Mtz.-Almeida
d2ebac3d27
perf(range): generates inefficient JS
2016-11-28 01:40:51 +01:00
Manu Mtz.-Almeida
ecb8bee398
fix(picker): stop picker once it is closed
2016-11-27 21:08:44 +01:00
Manu Mtz.-Almeida
58189d27a9
fix(navbar): go back text
2016-11-27 20:13:32 +01:00
Manu Mtz.-Almeida
d82bb01505
fix(nav): back button and title not aligned on baseline
...
fixes #8983
2016-11-27 18:09:23 +01:00
Manu Mtz.-Almeida
78e1e97975
test(nav): improves worst-case e2e test
2016-11-27 16:49:35 +01:00
Manu Mtz.-Almeida
177a089e91
fix(app-root): async disable-scroll is cancelled properly
...
references #9367
2016-11-26 19:28:57 +01:00
Manu Mtz.-Almeida
75186b447c
fix(toast): toast does not disable the app
...
fixes #9339
2016-11-26 18:32:21 +01:00
Manu Mtz.-Almeida
7018bfe576
test(item): improves inputs e2e test
2016-11-26 17:06:08 +01:00
Manu Mtz.-Almeida
d7e1396bf7
text(item): adds inputs e2e test
2016-11-26 16:39:26 +01:00
Manu Mtz.-Almeida
788a7b61f9
perf(menu): using passive events in menu
2016-11-26 15:45:55 +01:00
Manu Mtz.-Almeida
a722107d88
perf(events): ionDrag events are not zone wrapped
2016-11-26 15:44:48 +01:00
Ibrahim Hadeed
21ade93065
Fix typo
2016-11-26 00:24:27 -05:00
Manu Mtz.-Almeida
320989540e
perf(menu): improves menu performance and fixes some edge cases
2016-11-25 22:56:53 +01:00
Brandy Carney
b515f5251b
refactor(toolbar): move border from toolbar to header/footer and increase opacity
...
This matches native iOS. Removed the `no-border-top` and
`no-border-bottom` from toolbars since it is only added to `ion-header`
and `ion-footer` now, and added `no-border` to each of those.
2016-11-23 17:54:05 -06:00
Manu Mtz.-Almeida
91478edd9f
fix(menu): improves menu swipe animation
2016-11-23 20:16:28 +01:00
Brandy Carney
51a492a3c5
test(button): fix failing karma test caused by changing params
2016-11-23 12:58:01 -05:00
Adam Bradley
67473f27fd
fix(input): fix input margins while scrolling
2016-11-23 11:15:22 -06:00
Manu Mtz.-Almeida
5ad7fd1908
perf(rendering): add css containment
2016-11-23 11:08:45 -06:00
Brandy Carney
624cb356df
fix(menu-toggle): move logic for css class to the menu toggle
...
fixes #8943
2016-11-23 11:00:34 -06:00
Brandy Carney
e09aee4873
fix(input): add back old styles to fix input margin
2016-11-22 18:31:07 -05:00
Brandy Carney
bf00803737
fix(note): separate note from item so its styles will alway be applied
...
this was discussed with Ben previously, fixes #9173
2016-11-22 12:45:40 -05:00
Manu Mtz.-Almeida
8afea4b981
Merge branch 'master' of github.com:driftyco/ionic
2016-11-21 23:13:06 +01:00
Manu Mtz.-Almeida
4be47bd3dd
fix(animation): improve menu and go back swipe
2016-11-21 23:09:57 +01:00
Adam Bradley
dc7a638ae4
refactor(overlay): remove default pageTransitionDelay on dismiss
2016-11-21 13:40:21 -06:00