stormseed / daykeep-calendar-quasar

A full event display calendar for the Quasar framework that has multiple viewing formats.
MIT License
270 stars 71 forks source link

Quasar v1.0 compatibility #50

Open sirbeagle opened 5 years ago

sirbeagle commented 5 years ago

Ensure that the calendar components work properly with the forthcoming Quasar v1.0.

soccer99 commented 5 years ago

Is there a branch for this? I'd like to follow along and possibly help out with this where I can. Planning on using this calendar for a new project I'm building using Quasar 1.0 beta.

sirbeagle commented 5 years ago

I have a branch locally that I haven't worked with much yet - really trying to lock down any show-stopping bugs we may have (looking at you issue #33 ). Once that's resolved I'll be sure to have a v1.0 branch available here.

nothingismagick commented 5 years ago

You should consider making this as an app-extension. Ping me on the discord and I’ll help you figure out how to do that and why it makes sense.

sirbeagle commented 5 years ago

You should consider making this as an app-extension. Ping me on the discord and I’ll help you figure out how to do that and why it makes sense.

@nothingismagick Sorry, I think I keep missing you on Discord. So I was looking at some of the newer projects under quasarframework like app-extension-qmediaplayer and app-extension-qflashcard - is that what you are referring to? If so it seems like I need to add some boot, install and uninstall code. I can try to emulate those packages but are there docs anywhere for that yet?

nothingismagick commented 5 years ago

Sent you a message on Discord. I'll explain it to you.

nothingismagick commented 5 years ago

But in case you are late to the party and reading this in the future, the answer is to run:

$ npm install --global @quasar/cli
$ quasar create <short-name> --kit app-extension

Where short-name is the name of your extension.

arkhenstone commented 5 years ago

+1 to this, awesome as of v0.17 would love to see this coming to the app extensions, or even just v1 compatible.

sirbeagle commented 5 years ago

@arkhenstone Quasar 1.0 compatibility is basically done, just waiting for life to give a chunk of time to figure out the app-extension stuff that @nothingismagick sent over. I'm hoping to release v1.0 of calendar as soon as possible after Quasar 1.0 comes out of beta. 😃

marcusjm commented 5 years ago

Any news on this? Nm, I see there is an upgrade branch.

irongomme commented 5 years ago

How to use it with quasar 1.0 ? Is there anything planned to make it works ?

klevron commented 5 years ago

You can try the v1 branch by installing the corresponding repo branch :

npm install stormseed/quasar-calendar#v1.0
sirbeagle commented 5 years ago

I have published v1.0.0-beta.1 of Quasar Calendar - should be available on the master branch here and on NPM. This version will only work with Quasar v1.0.x, so if you're using a legacy version of Quasar you shouldn't upgrade the calendar component beyond the v.0.3.x.

There are a couple of 1.0 branches that I'm going to delete in the near future but as there are people using and testing against them I'll give it a bit of time before I do that.

If you see any problems with this new version please open a new issue and we'll get on it!