Commit Graph

3137 Commits

Author SHA1 Message Date
Adam Bradley
0420e6eb2d refactor(popover): popover-top as the default 2014-09-14 21:08:21 -05:00
Max Lynch
95d3f2e3c9 fix(card): less intense box shadow 2014-09-14 19:11:14 -05:00
Adam Bradley
db83d6638e refactor(tabs): prevent unnecessary updates during destroy
If the containing ionTabs directive is being destroyed, then child
ionTab directives should not don't bother going through its
controller’s `remove` method, which selects a new active tab as each
ionTab is being destroyed. By selecting a new active tab as each tab is
removed, it causes unnecessary view loads, transitions and multiple
`viewState.changeHistory` events.
2014-09-12 23:05:28 -05:00
Adam Bradley
8883c6ccc5 fix(scroll): ensure scrollView objects exist
Check if scrollView is null when switching off of tabs view. #2181
2014-09-12 23:05:28 -05:00
Perry Govier
18775ae169 chore(collection repeat): commenting out noisy console log 2014-09-12 11:19:47 -05:00
Perry Govier
5e8250b119 fix(scrollView): check that element has not yet been GC'd before removing event listeners in $destroy 2014-09-12 11:14:39 -05:00
Adam Bradley
ed3e9e30ce fix(splitView): disable menu toggles on exposed aside
Closes #2182
2014-09-11 22:05:47 -05:00
Adam Bradley
8b1245feb7 Merge pull request #2055 from bianchimro/issue-2053
fix(reorder): remove correct class w/in setButtonShown
2014-09-11 21:08:22 -05:00
Adam Bradley
b239eb9ed3 fix(menuClose): do not close if aside exposed 2014-09-11 15:56:02 -05:00
Adam Bradley
c40db31625 Merge pull request #2186 from IonDriveSoftware/master
fix(sideMenu): set default width
2014-09-11 15:40:59 -05:00
Perry Govier
cb9b81d57e fix(templateCache): make sure $state is passed config options before checking what they are 2014-09-11 15:25:49 -05:00
sharky101
7751b16ea6 fix(sideMenu, exposeAsideWhen): set default width
ion-side-menu with explicit width and expose-aside-when="large”
previously loaded the sidebar with a fixed width of 275px.
2014-09-11 14:15:46 +01:00
Ionitron
f5e986c922 release: v1.0.0-beta.12 "krypton-koala" v1.0.0-beta.12 2014-09-10 20:36:00 +00:00
Perry Govier
6f5440530d amend(pre-release): v1.0 beta 12 2014-09-10 15:34:49 -05:00
Perry Govier
756f196eb5 chore(pre-release): v1.0 beta 12 2014-09-10 15:28:58 -05:00
Adam Bradley
02a29f872e style(): else on same line 2014-09-10 14:12:54 -05:00
Perry Govier
d5109ebb21 amden(bower): undoing transition to devDependencies 2014-09-10 13:49:01 -05:00
Adam Bradley
74bc1ce17b Merge pull request #2154 from karbon001/master
refactor(keyboard): add WP8 support for keyboard show
2014-09-10 13:27:51 -05:00
Adam Bradley
77847f4963 fix(keyboard): screen.height fallback for window.innerHeight
Closes #2168
2014-09-10 12:50:51 -05:00
Adam Bradley
ba3600dfb4 fix(scroll): calculate padding-bottom
Closes #2174
2014-09-10 12:24:10 -05:00
Adam Bradley
fbcd00ace0 Merge pull request #2175 from SidFerreira/patch-2
use no-wrap flexbox mixin
2014-09-10 08:41:30 -05:00
Sid Ferreira
0b5bce2eee Improvement in no-wrap to use existing mixin 2014-09-10 10:10:36 -03:00
Perry Govier
b1f94da27e fix(platform): fullscreen method will not offset footer by 20px 2014-09-09 17:05:03 -05:00
Adam Bradley
36eef9e686 Merge pull request #2169 from SidFerreira/patch-1
feat(grid): include wrap option to the grid
2014-09-09 09:04:26 -05:00
Sid Ferreira
1644f89fd5 Include wrap option to the grid
This option will help a lot to create an image grid like http://codepen.io/sidfz/pen/Exuds
2014-09-09 10:34:43 -03:00
Adam Bradley
59c8d5e1be Merge pull request #2160 from cfjedimaster/patch-1
docs(platform): reminder cordova features dont work within browser
2014-09-08 12:27:50 -05:00
Justin Basinger
f89f010cce fix(scrollview, content): Fixed multiple memory leaks in scrollview and content 2014-09-08 12:21:49 -05:00
Raymond Camden
9c370fdd3a Update platform.js
I added a bit of detail to ready function to remind folks that - in the context of a web browser - even though ready has fired it is *NOT* going to allow for device specific features. It may be too obvious, but I really think a reminder here will help.
2014-09-08 11:19:04 -05:00
Krzysztof Kawalec
2cd4156a6c Adding support for the state show in hardware keyboard for WP8. 2014-09-06 20:08:37 +02:00
Perry Govier
d3c8a1b2a4 fix(back button): do not animate back button transition if the title doesn't change. Fixes #1858 2014-09-05 16:01:59 -05:00
Perry Govier
69442d5a8e fix(buttons): centering icons on <a> tag buttons. Closes #2074 2014-09-05 12:33:05 -05:00
Adam Bradley
5605317936 refactor(ionicNamespace): create window.ionic
Build processes may also be using the window.ionic object, but it’ll
have to create its own because ionic.js may not have run yet. Use the
existing window.ionic obj if it exists, otherwise create it.
2014-09-04 23:55:12 -05:00
Adam Bradley
150f116e53 refactor(platform): do not console.error on device get
With user agent fallbacks, its unnecessary to print out errors if the
device plugin isn’t there.
2014-09-04 23:38:01 -05:00
Perry Govier
6a4f381fdd Merge pull request #1917 from schmoofer/master
fix(modal): eliminate flicker when using fade-in/out animation style
2014-09-04 18:47:33 -05:00
Jeremy Wilken
209bb42925 refactor(bower): Mark bower dependencies as devDependencies since they are included in ionic.bundle.js 2014-09-04 11:39:43 -05:00
Adam Bradley
abd51cf498 Merge pull request #2127 from wroscoe/patch-1
update link to animations
2014-09-03 22:36:55 -05:00
Adam Bradley
8a98bbca9d Merge pull request #2136 from xaka/patch-3
test(navBackButton): remove redundant `should` word from test case description
2014-09-03 22:35:31 -05:00
Pavel Strashkin
0bad6031ab test(navBackButton): remove redundant should word from test case description 2014-09-03 18:05:13 -07:00
wroscoe
cbb28dbab3 update link to animations 2014-09-02 11:46:52 -07:00
Adam Bradley
caf1272186 fix(scroll): remove isContentEditable from ignoreScrollStart
If an element isContentEditable, do not ignoreScrollStart incase users
are using contenteditable elements to scroll. This may have originally
been put in because it disabled text selection, and moving the text
cursor on touch. But this doesn’t seem to be the case anymore, so it
may have been put in for platform versions we no longer support. Also
fix the data-prevent-scroll dataset attribute. Closes #2091
2014-08-29 23:35:07 -05:00
Adam Bradley
df57858521 fix(menuContent): gestures do not stop_browser_behavior
The gestures which were being added to side menu content were also
adding the `disable-user-behavior` class, which disabled
contenteditable elements. Now passing in the gesture option
stop_browser_behavior=false, along with adding the options param to the
gestures service. Fixes #421
2014-08-29 22:25:55 -05:00
Adam Bradley
a49f374706 fix(sideMenu): close menu w/ drag on Android 4.4
Fixes #2102
2014-08-29 20:11:58 -05:00
Adam Bradley
98629d4243 fix(classList): error on svg elements
Fixes #1795
2014-08-28 15:17:44 -05:00
mhartington
0b4cba860a docs(ion-item) Add link example 2014-08-28 13:39:24 -04:00
mhartington
addf5980e7 docs(ion-infinite-scroll): Include ion-list
Include ion-list in example code
2014-08-28 13:25:42 -04:00
Adam Bradley
eb8e46e62d Merge pull request #2051 from spautz/minification-fix-issue-2050
fix($ionicTemplateCache): explicitly list dependency for minification
2014-08-28 12:14:43 -05:00
Adam Bradley
3c32d1664c Merge pull request #2056 from dhcar/patch-1
docs(): extra ">" after a tag
2014-08-28 12:13:02 -05:00
Adam Bradley
237c186695 Merge pull request #2076 from emertechie/issue-1897
fix(scoll): clone properties for contenteditable divs
2014-08-28 12:11:56 -05:00
Adam Bradley
f32bbb08b7 Merge pull request #2093 from novas1r1/patch-1
docs(itemReorderButton): update itemReorderButton.js
2014-08-28 12:09:54 -05:00
Adam Bradley
e9f0fcf556 refactor(clickBlock): add click-block div to body
Instead of using pointer-events: none to disable unwanted clicks which
can cause flickering, we’re now using a click-block div that covers the
view during transitions. Similar concept to pointer-events: none
applied to the body tag, but in tests its showing to be more effective
to not cause any flickers.
2014-08-27 12:56:12 -05:00