Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,073 contributions in the last year
Contribution activity
October 2020
- Release 5.4.0
- 5.4.0-rc.3
- fix(vue): ion-page component is properly shown with HMR
- docs(vue): add note on virtual scroll
- docs(vue): add infinite scroll examples
- chore(): add vue and vue-router readmes
- chore(): remove old ionic vue directory
- 5.4.0-rc.2
- fix(vue): correctly switch tabs after going back
- fix(vue): do not hide page content when using ion-page in non-routing contexts
- fix(vue): pages now render in correct outlet when using multiple nested outlets
- chore(vue): add sync script
- fix(vue): improve swipe to go back reliability
- chore(vue): bundle router with rollup
- fix(vue): modal, popover, and nav are now created within application context
- 5.4.0-rc.1
- merge ionic vue
- fix(vue): improve path matching when going back
- fix(vue): ion-tab-bar no longer throws undefined error when re-creating tabs
- fix(vue): correctly show ion-back-button when going back
- fix(vue): hide layout shift on ion-page components
- fix(vue): correctly handle query params
- test(vue): add test application
- 0.5.2
- fix(vue): add missing tabs attribute to router outlet inside ion-tabs
- Some pull requests not shown.
Created an issue in ionic-team/ionic-framework that received 1 comment
bug: ionic vue using IonPage in modal/popover causes page to be hidden
Bug Report Ionic version: [ ] 4.x [x] 5.x Current behavior: <template> <ion-page> Hello World </ion-page> </template> Presenting the above compone…

