Closed bingalls closed 3 years ago
Hi,
Yes, you can post code here I will check and merge it quasar-admin.
Thanks!!
I migrated to the latest version of quasar. Just wait to be tested.
@bingalls Upgrade Quasar libraries
@pratik227 Sorry about delay in reply. Extracting my code for this was taking time. Upgrade looks good! I recommend documenting a release procedure, so that you remember to update the version in package.json. Here are issues I found, while testing in Firefox Developer Edition v85 (latest)
Invalid prop: type check failed for prop "option". Expected Object, got Null found in ---> <IEcharts>
@bingalls I have fixed the issues.
Invalid prop: type check failed for prop "option". Expected Object, got Null found in---> <IEcharts>
For the Pricing page I have kept the dashboard icon so user can move to the dashboard. The loss of the hamburger menu is not an issue.
Quasar-admin is breath-taking! Please upgrade Quasar-admin's dependent (Quasar) libraries. tldr; I am building an example open app on Github, to kickstart and show off a full-stack app using quasar-admin. This is using latest in best-of-breed, including GraphQL & Docker Compose. I'm inexplicably running into difficulty getting @quasar/app to install. Essentially, Docker installs @quasar/cli but not @quasar/app. I decided to remedy this, by upgrading the libraries that Quasar-admin uses. Following the Quasar Upgrade Guide I ran into difficulties which I believe is in the viewport meta tag in index.template.html, which I had to modify as part of the upgrade. I'll be happy to post my evolving code, should you wish to see details, or test it, youself. FWIW, I can attest that quasar-admin works on node v14 lts & node v15, as well as with Yarn. Thanks!