9411 Commits

Author SHA1 Message Date
77c980b032 chore(): add label for capacitor issues
chore(): add label for capacitor issues
2019-04-05 14:03:30 -04:00
05eb5ddaf8 Merge branch 'master' into ionitron-capacitor 2019-04-05 13:34:14 -04:00
9de09bd4f5 docs(modal): add lazy loading usage
docs(modal): add lazy loading usage
2019-04-05 13:33:52 -04:00
2f34f52536 move lazy loading to angular usage 2019-04-05 12:32:52 -04:00
ec3e19e66c Merge branch 'master' into modal-lazy-loading-docs 2019-04-05 12:14:19 -04:00
a512287e4b chore(): add label for capacitor issues 2019-04-05 08:51:15 -04:00
48814ab134 chore(github): update issue template title 2019-04-04 16:29:30 -04:00
28249924a8 chore(github): update issue template title 2019-04-04 16:28:27 -04:00
e620d813b3 chore(github): update issue template title 2019-04-04 16:26:49 -04:00
0db905a871 chore(): update release process to document version branches
chore(): update release process to document version branches
2019-04-04 10:00:20 -04:00
c87e26131a docs(modal): add lazy loading usage 2019-04-03 12:44:00 -04:00
06c4233a54 change I to lowercase 2019-04-03 12:16:48 -04:00
9585723dda chore(): update release process to document version branches 2019-04-03 12:13:35 -04:00
046ca8f732 merge release-4.2.0
Release 4.2.0
2019-04-03 10:50:26 -04:00
72a47548ce 4.2.0 v4.2.0 2019-04-03 10:38:58 -04:00
db1f90d111 Merge branch 'stable' into release-4.2.0 2019-04-03 10:05:18 -04:00
9443bfeca6 fix(angular): update ng-add schematic 2019-04-03 09:51:11 -04:00
2ceacf9d50 remove commented out file 2019-04-02 17:49:15 -04:00
06c3048828 fix(angular): route observables available earlier (#17914) 2019-04-01 09:21:14 -04:00
b47c53df72 docs(issues): update bot to add more line breaks 2019-03-29 12:57:38 -04:00
fdd424a2c0 docs(issues): update issue bot to comment on help wanted issues 2019-03-29 11:50:25 -04:00
a710fdcb66 style(angular): fix linter 2019-03-29 10:07:47 -04:00
d9a7c635ee fix(angular): support relative router links
Closes #17888, closes #16534, closes #16736, closes #16954
2019-03-29 09:58:16 -04:00
f2c8db9a0b fix(angular): account for replaceUrl option (#17879)
fixes #15181
2019-03-29 09:40:57 -04:00
346ecb2a3c fix(item-option): styling and behaviour for disabled item-option (#17909)
fixes #17905
2019-03-28 14:20:29 -04:00
51614c1b32 test(fab): increase fab timeout (#17906) 2019-03-28 10:41:40 -04:00
f69f221e10 docs(range): update ion-range vue docs (#17885) 2019-03-28 10:15:56 -04:00
29d0d0ef28 chore(): update beta url refs #17900) 2019-03-28 08:29:20 -04:00
17e8c73b9d chore(vue): bump 2019-03-27 15:52:25 -04:00
dbb39cd00d fix(css): resolve spinner and checkbox issues on older chrome versions (#17896)
fixes #17524 
fixes #17501
2019-03-27 12:35:53 -04:00
04f931f694 feat(img): add ionError event (#17134)
resolves #16947
2019-03-27 10:58:03 -04:00
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
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
016fa16d44 feat(range): add ticks attribute (#17718)
closes #17717
2019-03-26 14:33:16 -04:00
583c43127b chore(vue): update vue 2019-03-26 12:15:00 -04:00
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
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
dceec07390 fix(vue): back button event handling (#17877) 2019-03-26 08:44:28 -04:00
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
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
34f6f1d736 fix(datetime): account for 0 value when setting up picker columns (#17869) 2019-03-25 08:49:29 -04:00
0cb7db0599 fix(vue): fixed popover controller (#17865) 2019-03-24 20:21:01 -04:00
c148d3125b chore(vue): update rollup config (#17863) 2019-03-24 20:11:37 -04:00
c29f5a65b4 fix(react): ensure tabs are resilient to optional tabs. (#17862) 2019-03-22 14:45:40 -05:00
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
71e5994c94 feat(vue): support ion-vue-router (#17821) 2019-03-22 12:04:46 -04:00
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
439b10e10d fix(angular): overlay.getTop can return undefined (#17802) 2019-03-21 13:07:08 -04:00
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
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