Commit Graph

719 Commits

Author SHA1 Message Date
Manu Mtz.-Almeida
47e1e1766a fix(fab): not using change detection
fixes #8424
2016-10-06 16:22:56 +02:00
Daniel Abbatt
28661f648e docs(item): fix typo (#8535)
Should be "display it naturally", not "display is naturally" ?
2016-10-06 15:20:02 +02:00
Manu Mtz.-Almeida
e1e6e4be1e style: missing whitespaces 2016-10-06 10:51:18 +02:00
Manu Mtz.-Almeida
695d25c696 fix(item): regression in expandable sliding option button
fixes #8460
2016-10-06 10:36:07 +02:00
Manu Mtz.-Almeida
ec6615d62a fix(item): sliding item should not close when clicking an option button
fixes #8481
2016-10-06 10:19:01 +02:00
Manu Mtz.-Almeida
14e668c957 fix(item-divider): fabs have higher z-index than item-dividers
fixes #8489
2016-10-06 09:52:52 +02:00
Max Lynch
713e2a1a33 feat(haptic): add haptic/taptic support to toggle/range/picker 2016-10-05 20:49:55 -05:00
Ramon Henrique Ornelas
63c6d468f2 docs(fab): add docs variables SASS (#8456)
* docs(fab): add docs variables SASS

* docs(fab): change Fab to FAB capitalized thanks by report @brandyscarney
2016-10-05 12:45:47 -04:00
Luong Vu
aeb96347eb docs(fan): fix typo 2016-10-04 07:51:32 +02:00
Toru Yoshikawa
91168af173 fix(content): move $text-ios-color to content (#8421) 2016-10-03 19:14:12 -04:00
Ramon Henrique Ornelas
6b33ed0c8e docs(button): removes old fab documentation and test 2016-10-03 23:41:03 +02:00
Manu Mtz.-Almeida
9b2ae8ad84 fix(reorder): not trigger click event when reordering
- fixes reorder icon animation on iOS
- fixes crash when clicking the reorder icon very quickly

fixes #8362
2016-10-02 18:53:19 +02:00
Manu Mtz.-Almeida
e2529e5f1e docs(button): mode 2016-10-01 13:30:17 +02:00
Manu Mtz.-Almeida
21eae2e58a fix(tap-click): null is not an object when scrolling after focusing an input on iOS
fixes #7964
2016-10-01 12:42:10 +02:00
Manu Mtz.-Almeida
e86cb1467a refactor(toggle): simplified onChange method 2016-10-01 01:43:23 +02:00
Manu Mtz.-Almeida
d02e14c50a fix(input): detect value when it is zero
thanks @keithdmoore

fixes #8019
2016-10-01 01:19:08 +02:00
Manu Mtz.-Almeida
607ceeff4b Merge pull request #8372 from driftyco/fix/ionSegment
fix(segment): add missing input
2016-09-30 23:49:58 +02:00
Manu Mtz.-Almeida
ac8854772a fix(tabs): add TabHighlight to IONIC_DIRECTIVES
fixes #8294
2016-09-30 23:48:08 +02:00
mhartington
00524806c4 fix(segment): add missing input
Closes #8371
2016-09-30 17:22:32 -04:00
Manu Mtz.-Almeida
d893441335 fix(ripple): always remove the activated class 2016-09-30 22:57:49 +02:00
Alex Muramoto
45ea189fa2 docs(): update modal and searchbar docs
* 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
2016-09-30 13:48:03 -04:00
Mike Hamilton
cd53722bc4 docs(): fix spelling
Closes #8296
2016-09-30 13:41:48 -04:00
Manu Mtz.-Almeida
e75d9be822 fix(reorder): several reorder lists in the same view 2016-09-30 19:39:53 +02:00
Manu Mtz.-Almeida
9bbe485ed0 fix(menu): backdrop click without 300ms delay
fixes #6405
2016-09-30 14:36:30 +02:00
Alan Agius
f1d9368aff fix(ion-button): ion-button on a tag should be excluded (#8250)
fixes #8249
2016-09-28 19:13:31 +02:00
Dan Bucholtz
248d0c1a9c chore(e2e): add css back to e2e tests where it was missing
add css back to e2e tests where it was missing
2016-09-27 16:48:27 -05:00
mhartington
09bc55d4df docs(): fix fabList demo path 2016-09-27 16:51:41 -04:00
Dan Bucholtz
f0ac42ef49 chore(build): remove console.debug from prod
remove console.debug from prod
2016-09-27 15:12:59 -05:00
mhartington
dbfc183cac docs(): update docs 2016-09-26 21:11:54 -04:00
Max Lynch
f817ac0f60 chore(storage): Remove storage. Code moving to @ionic/storage 2016-09-26 13:35:10 -05:00
mhartington
4baa5b1e0c docs(): update docs 2016-09-26 14:28:11 -04:00
Manu Mtz.-Almeida
75d552690b fix(ion-fixed): ion-fixed directive is not longer needed 2016-09-26 14:38:10 +02:00
Manu Mtz.-Almeida
b70614b00d fix(fab): colors in speed dial buttons 2016-09-26 14:20:13 +02:00
Adam Bradley
d8ecf16feb refactor(nav): do not auto-add pascal case css class
Previously a css class generated from the JS class name, was
automatically being added to the page element. However, the JS class
name returned is not consistent among all browsers. Instead of
automatically applying a css classname, we now recommend adding a
`selector` to each page component.
2016-09-26 00:40:10 +01:00
Basti Be
43cfea6ee0 docs(menu): fixed broken links for navbar
Closes #8184

Also renamed "NavBar" to "Navbar" to be consistent with the rest of the documentation.
2016-09-23 14:06:34 -04:00
Brandy Carney
a7315285c5 fix(action-sheet): add icon-left to the button if an icon exists 2016-09-22 22:43:41 -04:00
Adam Bradley
963e83514f fix(platform): fire platform ready on app init 2016-09-22 14:11:06 -05:00
mhartington
f62706eaa0 docs(ionFab): clean up docs 2016-09-21 14:37:31 -04:00
Manu Mtz.-Almeida
c7163a8d26 docs(fab): fab docs WIP 2016-09-21 19:52:56 +02:00
Manu Mtz.-Almeida
490a06dd3e feat(fab): update floating action buttons 2016-09-21 09:42:07 -05:00
Dan Bucholtz
83d973b1a8 chore(demos): change dgeni path for demos
change dgeni path for demos
2016-09-20 15:20:04 -05:00
Manu Mtz.-Almeida
14a3ea2ef8 perf(ripple): md ripple effect update to not affect layout 2016-09-20 12:52:21 -05:00
Sani Yusuf
11f4f516fc docs(toast): update direction for table placement
The table is actually below not above.
2016-09-19 20:00:19 -05:00
mattbryan9
001c1c9f2c fix(app): corrected paths to theme from app.scss 2016-09-19 08:27:24 -05:00
Adam Bradley
ca8cc0af2e feat(nav): set default stack history on app init 2016-09-19 08:06:04 -05:00
Manu Mtz.-Almeida
50e445ef5c refactor(): rename some setCssClass to setElementClass 2016-09-18 18:52:12 +02:00
Manu Mtz.-Almeida
47491fb55d fix(item): sliding item events are zone wrapped
fixes #7630
2016-09-17 16:20:31 +02:00
Manu Mtz.-Almeida
1d3d5a185d fix(item): sliding item with icon-only buttons 2016-09-17 16:15:37 +02:00
Manu Mtz.-Almeida
e0c21290c2 fix(item): regression in sliding item introduced by 52ada1c 2016-09-17 15:43:57 +02:00
Manu Mtz.-Almeida
b750e4691c fix(): gulp validate passes successfully 2016-09-17 01:58:40 +02:00