Adam LaCombe
352797e932
fix(reorder-group): add ability to reorder items inside shadow ( #17747 )
...
- adds ability to reorder items from within a shadow dom component
- adds interactive test
fixes #17746
2019-03-26 17:00:44 -04:00
David Boho
a8a48a4ca4
fix(virtual-scroll): use correct item top calculation with header or footer function ( #15948 ) ( #17345 )
...
- use the right index in updateVDom to update the top transition ()
- extend unit test to verify the top is also calculated right with a given headerFn and footerFn
- update the visibility of the node also if a given approxHeaderHeight/approxFooterHeight matches the calculated height
fixes #15948 fixes #17298
2019-03-26 16:17:03 -04:00
Seth Lilly
016fa16d44
feat(range): add ticks attribute ( #17718 )
...
closes #17717
2019-03-26 14:33:16 -04:00
Mike Hartington
583c43127b
chore(vue): update vue
2019-03-26 12:15:00 -04:00
Liam DeBeasi
c47764c670
tests(): increase timeout for fab and menu tests ( #17826 )
...
* increase timeouts for fab and menu tests
* increase menu timeout
* wait for menu to be available
* change 250 to 150
* revert 150ms timeout for menu
* testing longer menu timeout
* testing increased timeout
* add enable command
* add enable menu ctrl method call
* remove debug timeouts
2019-03-26 11:41:29 -04:00
Liam DeBeasi
1ecfcd1902
fix(select): fix options being added async while overlay is open ( #17860 )
...
fixes #15716
fixes #17851
2019-03-26 11:29:24 -04:00
Michael Tintiuc
dceec07390
fix(vue): back button event handling ( #17877 )
2019-03-26 08:44:28 -04:00
Liam DeBeasi
eaec9ca791
docs(item): update item detail property usage ( #17861 )
...
updates the documentation for item to better explain how to use the detail prop
2019-03-25 13:39:15 -04:00
Brandy Carney
fccaaf8a91
fix(progress-bar): flip rtl using the existing reversed property ( #17464 )
...
updates the progress bar to always use the ltr dir but take advantage of the reversed property when dir is rtl.
references #17012
2019-03-25 13:03:19 -04:00
pwespi
34f6f1d736
fix(datetime): account for 0 value when setting up picker columns ( #17869 )
2019-03-25 08:49:29 -04:00
Lukas H Herman
0cb7db0599
fix(vue): fixed popover controller ( #17865 )
2019-03-24 20:21:01 -04:00
Michael Tintiuc
c148d3125b
chore(vue): update rollup config ( #17863 )
2019-03-24 20:11:37 -04:00
Josh Thomas
c29f5a65b4
fix(react): ensure tabs are resilient to optional tabs. ( #17862 )
2019-03-22 14:45:40 -05:00
Bengt Weiße
424879df8e
test(datetime): add daysInMonth tests ( #17558 )
...
* fix(Datetime): correct days in month calculation
* test(DateTimeUtil): daysInMonth
* revert fn changes, keep tests
2019-03-22 12:59:43 -04:00
Michael Tintiuc
71e5994c94
feat(vue): support ion-vue-router ( #17821 )
2019-03-22 12:04:46 -04:00
Michael Tintiuc
ee7167512f
feat(vue): support for ion-tabs ( #17678 )
...
* Add ion-tabs support, QOL fixes
* Fix @ionic/core version, rebuild core to include docs
* Update router
* Add support for IonTabsWillChange and IonTabsDidChange events
* Update usage docs
* Merge core and user provided click handlers in ion-tab-button
* rename file to be consistent
2019-03-22 10:56:53 -04:00
Pierric Cistac
439b10e10d
fix(angular): overlay.getTop can return undefined ( #17802 )
2019-03-21 13:07:08 -04:00
Mike Hartington
27168d938a
docs(): update datetime docs ( #17812 )
...
* docs(): update datetime docs
* docs(): cleanup
* Update core/src/components/datetime/readme.md
Co-Authored-By: mhartington <mhartington@users.noreply.github.com >
* Update core/src/components/datetime/usage/angular.md
Co-Authored-By: mhartington <mhartington@users.noreply.github.com >
2019-03-21 12:48:39 -04:00
Liam DeBeasi
b6569254a3
fix(datetime): recalculate day column when month is changed ( #17846 )
...
Co-Authored-By: KillerCodeMonkey <bengtler@gmail.com >
Co-Authored-By: olivercodes <boliver@linux.com >
Co-Authored-By: liamdebeasi <liamdebeasi@users.noreply.github.com >
2019-03-21 09:07:44 -04:00
Liam DeBeasi
e915aeda6b
Revert "fix(datetime): recalculate day column when month or year is changed ( #17815 )" ( #17845 )
...
This reverts commit 9273f97a0c .
2019-03-21 09:06:06 -04:00
Liam DeBeasi
9273f97a0c
fix(datetime): recalculate day column when month or year is changed ( #17815 )
...
Co-Authored-By: KillerCodeMonkey<bengtler@gmail.com >
Co-Authored-By: olivercodes <boliver@linux.com >
Co-Authored-By: liamdebeasi <liamdebeasi@users.noreply.github.com >
2019-03-21 08:51:06 -04:00
Liam DeBeasi
aca78f5ac6
merge release-4.1.2
...
Release 4.1.2
2019-03-20 14:04:18 -04:00
Liam DeBeasi
ca36139c80
4.1.2
v4.1.2
2019-03-20 13:48:35 -04:00
Liam DeBeasi
9b71e47e0b
clarify wording on process doc
2019-03-20 13:20:50 -04:00
Brandy Carney
807820f31b
fix(item): add missing ripple color CSS property ( #17814 )
...
Adds missing --ripple-color var to item
fixes #17523
2019-03-19 11:14:01 -04:00
Romulo Cintra
67a913773b
fix(input): use max-height for input for consistency across browsers ( #17394 )
...
This PR gives the same behavior in Chrome, Safari and FF, when the input is not wrapped in html tags
2019-03-19 10:33:15 -04:00
Abdelaziz Bennouna
617453ba43
fix(popover): update animation origin in RTL/MD ( #17645 )
...
Original main-axis origin fix was flawed in case of RTL.
Invert the animation’s main-axis origin in case the popover’s position is adjusted.
references #17012
2019-03-15 18:18:06 -04:00
Abdelaziz Bennouna
9c48fa715d
fix(spinner): fix default spinner logic for relevant components ( #17660 )
...
- In the **`loading`** component, fallback to `spinner` icon config before platform default.
- In both **`refresher`** & **`infinite-scroll`** components, use platform default as final fallback.
- In **`infinite-scroll`** test templates, and the _basic_ **`virtual-scroll`** test template, fix loading _spinner_ and _text_ attributes.
fixes #17659
2019-03-15 17:52:33 -04:00
Jurgen Jocubeit
b5a393bd48
docs(tabs): correct ion-route property path to url ( #17794 )
2019-03-15 17:05:40 -04:00
Brandy Carney
2225941efb
fix(toggle): do not use the contrast color for toggle inner color ( #17798 )
...
fixes #17536
2019-03-15 13:51:12 -04:00
Brandy Carney
14f758ca97
fix(item-option): add styling for slots other than icon-only ( #17711 )
...
styles the item option properly when icons are slotted. This was not working before at all for `top` and `bottom` slots.
- removes the e2e test from item/sliding in favor of all of them being under item-sliding
- adds more usage examples for all frameworks
- updates the styling for an anchor option so that it displays properly
- updates the standalone e2e test to take screenshots of the start icon, top icon, and anchor options
- updates the interactive e2e test to work locally
- cleaned up the CSS for start/end icons
- verified the styles for ben approval 💪
closes #17737 fixes #17402
2019-03-15 13:46:57 -04:00
Liam DeBeasi
29dbd0770c
fix(platform): account for larger tablets ( #17630 )
...
* fix(platform): account for larger tablets
* lint files
* add utils file, clean up tests, add more tests
* update tests with extra desktop checks
* change window to win
2019-03-15 13:43:39 -04:00
Brandy Carney
f6783dbd2e
fix(chip): use transparent outline on color chips ( #17719 )
2019-03-15 12:47:31 -04:00
Zachary Keeton
7d0120789c
fix(transition): animate all toolbars in iOS page transitions ( #17224 )
...
* fix(transition): add all header toolbars to ios transition
* test(nav): add 2nd toolbar to test transition
* fix(transition): add remaining toolbar children to animation
* fix(transition): fix incorrect variable name
* fix(toolbar): fix bug in safari, clean up code, update test
* fix typo
* change elems to els
* change Elem to El
2019-03-14 15:38:40 -04:00
Liam DeBeasi
f097276388
fix(datetime): add additional checks for placeholders in angular ( #17774 )
2019-03-13 11:46:56 -04:00
Liam DeBeasi
6939f7941f
fix(datetime): fix placeholder not being respected ( #17772 )
2019-03-13 11:07:06 -04:00
Adam Bradley
c551f891d3
chore(screenshot): slow down concurrent screenshot downloads ( #17771 )
2019-03-13 09:03:53 -05:00
Liam DeBeasi
ec3acc9ec8
fix(datetime): fix edge cases with datetime and invalid values ( #17769 )
...
* fix edge cases with datetime and invalid values
* clean up code
* revert let changes
* run linter
2019-03-13 09:39:38 -04:00
Liam DeBeasi
bab56e8947
fix(datetime): default to local date ( #17706 )
2019-03-11 09:46:17 -05:00
Brandy Carney
eb5494e932
Merge branch 'stable'
2019-03-07 17:40:04 -05:00
Brandy Carney
817f9197f5
merge release-4.1.1
...
fix(display): update to correct css classes
2019-03-07 17:39:30 -05:00
Brandy Carney
f9cd169cc7
4.1.1
v4.1.1
2019-03-07 11:45:09 -05:00
Brandy Carney
cd0f03e4b6
chore(scripts): fix typo of hotfix
2019-03-07 11:32:37 -05:00
Brandy Carney
cabbeb2c2f
fix(display): update to correct css classes
2019-03-07 11:26:17 -05:00
Brandy Carney
bd38f26f9c
docs(label): update usage to place text-wrap on label ( #17705 )
...
closes ionic-team/ionic-docs#467
2019-03-07 11:11:56 -05:00
Brandy Carney
7e6d511969
docs(process): update process document ( #17581 )
2019-03-06 14:00:48 -05:00
Brandy Carney
c8ce12c70b
merge release-4.1.0
2019-03-06 13:27:49 -05:00
Brandy Carney
8174de1f78
merge release-4.1.0
2019-03-06 13:25:12 -05:00
Brandy Carney
0e844a189b
style(lint): lint errors too
2019-03-06 12:45:35 -05:00
Brandy Carney
b424553c0c
docs(changelog): use proper tag comparison
2019-03-06 12:38:07 -05:00