Commit Graph

2905 Commits

Author SHA1 Message Date
Perry Govier
3e6ce1831b fix(popup): if popup is taller than the window, shrink the popup body and make it scrollable. Closes #1679 2014-06-27 11:27:06 -05:00
Perry Govier
f4043e673c fix(footerBar): fixed top border position on retina displays. Closes #1661 2014-06-25 14:47:02 -05:00
Andrew
9b601b5523 fix(scrollController): allow tab $historyId to remember scroll
Fixes a bug with tabs, where tabs would only remember their scroll
position when directly related to a view state.

Closes #1654
2014-06-24 09:57:53 +09:00
Andrew
86ce480696 fix(sliderView): find width properly when element is transformed
Fixes #1313
2014-06-24 09:39:03 +09:00
Max Lynch
5433d3f84c Removed box shadow animation 2014-06-23 19:13:16 -05:00
Max Lynch
6eefee3d7e fix(headerBar): scroll to top 2014-06-23 15:02:06 -05:00
Tim Lancina
f2f55199b9 fix(scrollView): clonedInputs get placeholder text if any 2014-06-23 11:42:58 -05:00
Adam Bradley
39a2fb7892 test(viewState): move ion-nav-buttons location 2014-06-23 09:31:27 -05:00
Perry Govier
501282fd42 docs(content): add start-y parameter to ion-content documentation. Closes #1324
Here's an example http://codepen.io/perrygovier/pen/GEIwc
2014-06-19 17:59:44 -05:00
Perry Govier
e6dda6a517 fix(modal): remove iOS style header padding from inset headers in modal popups on iPad in portrait mode. Closes #1605 2014-06-19 17:38:09 -05:00
Perry Govier
4a2296dcae fix(header): add iOS 8 support to iOS header fix. assumes all iOS will have 7 style headers. closes #1625 2014-06-18 16:16:44 -05:00
Perry Govier
c8ced5af1d test(select): removing native UI select elements from snapshot tests since they vary so much from OS to OS, browser to browser 2014-06-18 15:22:20 -05:00
Adam Bradley
2e3b854658 fix(tap): get containing label of deeply nested element
The `tapContainingElement` method was not working correctly to climb up
the DOM of a clicked element to potentially find an ancestor label
element. Closes #1643
2014-06-18 15:03:52 -05:00
Adam Bradley
3a3f7cf8ba Merge pull request #1645 from Johnnywd/patch-1
docs(readme): fixed typo
2014-06-18 14:34:55 -05:00
Tim Lancina
ad08b341ce fix(keyboard):don't setKeyboardShow on date/time inputs
Closes #1638.
2014-06-18 14:33:34 -05:00
Perry Govier
9ff1b965bf fix(listItem): apply color styles to complex list items 2014-06-18 13:38:24 -05:00
Johnatan Jensen
5b9cc003b8 Fixed typo in READme.md
demons = demos
2014-06-18 13:33:51 -04:00
Andrew Joslin
b2585f19ca fix(collectionRepeat): fix scroll when item bigger than viewport
Closes #1621
2014-06-17 17:42:10 +00:00
Adam Bradley
96b2243f15 fix(scroll): safari scroll content height
Safari and Chrome have two different opinions of what `scrollHeight`
means. It appears Safari is not taking into account that the parent
element can have padding applied which changes the scrollHeight. Closes
#1411
2014-06-17 10:52:52 -05:00
Adam Bradley
754ef461e8 fix(menu): safari z-index fix for .menu .scroll-content
Closes #1408
2014-06-17 10:12:11 -05:00
Adam Bradley
4e0548f151 test(snapshot): reduce sleep to 400ms 2014-06-17 10:12:11 -05:00
Adam Bradley
b27f7e8155 Merge pull request #1639 from arturokunder/patch-1
Update actionSheet.js
2014-06-17 09:11:10 -05:00
arturokunder
c6fb60cd68 Update actionSheet.js
fixed a typo at the params description
2014-06-17 09:54:00 -04:00
Andrew Joslin
b4b94073d5 fix(gestureDirectives): fix problem with event being passed in 2014-06-17 13:16:31 +00:00
Andrew Joslin
405f372b66 chore(deploy): make deploy tasks for site not parallel 2014-06-16 21:02:54 +00:00
Andrew Joslin
128022bd92 chore(): remove new codename 2014-06-16 20:53:50 +00:00
Andrew Joslin
477135ca8f chore(): update CODENAMES 2014-06-16 20:52:14 +00:00
Andrew Joslin
dd797dae85 chore(): fermium-flamingo codename fix 2014-06-16 20:51:07 +00:00
Andrew Joslin
0b1df1dc38 Update CHANGELOG.md 2014-06-16 13:45:58 -07:00
Adam Bradley
f76147e077 Update CODENAMES 2014-06-16 15:43:43 -05:00
Ionitron
4d3e223409 release: v1.0.0-beta.8 "einsteinium-emu" v1.0.0-beta.8 2014-06-16 20:39:36 +00:00
Andrew Joslin
2d587a8a4d pre-release: v1.0.0-beta.8 2014-06-16 20:37:26 +00:00
Adam Bradley
e5b81c3bee test(tap): update tests so nodeType exists 2014-06-16 15:28:42 -05:00
Andrew Joslin
38820e36a7 chore(karma): switch back to chrome testing 2014-06-16 20:21:35 +00:00
Adam Bradley
17ee672fa3 feat(ionicons): v1.5.2 upgrade w/ :before pseudo 2014-06-16 14:57:08 -05:00
Andrew Joslin
191428a495 feat(ionicons): upgrade to Ionicons v1.5.1 2014-06-16 18:43:27 +00:00
Andrew Joslin
0b56a15583 chore(build): fix release script bugs 2014-06-16 18:21:35 +00:00
Adam Bradley
a057734631 fix(cancelAnimationFrame): polyfill in ionic.DomUtil 2014-06-16 12:49:54 -05:00
Perry Govier
3c711df166 chore(docs): correct version drowp down links in nightly build 2014-06-16 12:30:30 -05:00
Andy Joslin
ae8136d21d fix(utils/dom): do not add rAF polyfill to window
A pull request (#1430) was merged that added a requestAnimationFrame polyfill to
the window on platforms that do not have rAF.  This was overlooked.
This now has created conflicts with Angular 1.2.17 on Android browsers
that do not have requestAnimationFrame.

The problem was that a polyfill for requestAnimationFrame was put onto the
window for Android <4.3. AngularJS would then check if
window.requestAnimationFrame existed.  Angular's check passed, and then
it would try to use cancelAnimationFrame which was undefined.

Now, nothing on the window is changed.
2014-06-16 16:21:33 +00:00
Adam Bradley
be351ce1fa fix(headerBarView): check for null in getTextBounds
In Android <= 4.3, getBoundingClientRect does not return a rect for a
text node, closes #1377.
2014-06-16 09:09:03 -05:00
ohh2ahh
a0b61e0c2c docs(actionSheet): correct show() method example 2014-06-14 16:20:55 -05:00
Adam Bradley
731cf726a9 test(floatingLabel): snapshot tests 2014-06-13 09:36:14 -05:00
Adam Bradley
5f1ea5f632 fix(css): reset FirefoxOS default gradients
Closes #1426
2014-06-12 22:35:51 -05:00
Adam Bradley
53c171043e fix(content): scroll=false in sidemenu hides content
Closes #1485
2014-06-12 21:38:54 -05:00
Adam Bradley
8da9f34ba2 fix(tap): error when releasing outside of browser
Closes #1612
2014-06-12 20:23:13 -05:00
Andrew
e75dd01663 chore(CHANGELOG): changelog for 1.0.0-beta.7 2014-06-12 16:01:53 -06:00
Ionitron
e27f78a6c9 release: v1.0.0-beta.7 "einsteinium-emu" v1.0.0-beta.7 2014-06-12 21:55:03 +00:00
Andrew
deef791869 pre-release: 1.0.0-beta.7 2014-06-12 15:52:48 -06:00
Ionitron
0d27e0e537 amend(ionRadio): make sure value is passed down always 2014-06-12 15:32:49 -06:00