-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next release/best way of using last version #162
Comments
Right, we do have a bunch of bug fixes completed but not released. It's just waiting for us to review #160 and complete a little more QA before we're ready to release. Hopefully won't be too long but I can't promise any particular timeline. If you want to use an unreleased version, in this repo we still commit the builds so you can install directly from GitHub without needing to build https://pip.pypa.io/en/stable/topics/vcs-support/:
(note you can include those strings, ie everything after |
Just to clarify a small detail, considering that the These are the steps that I followed to successfully install from git $ npm install
$ npm run build
$ python -m pip install . Otherwise I get a |
Thanks @pmdias - you're right, looks like this project is in an old state that still requires the metadata file at runtime whereas our other projects have moved away from that pattern, instead using |
I have created #167 which removes the use of pip install git+https://github.com/plotly/dash-daq.git#egg=dash_daq |
Any update on this? |
Nowadays, mobile first is the standard, but unfortunately the Dash Knob control cannot be used on touchscreen devices. It's a shame because the Knob looks great and adds a lot of value to the application. It would be great if it could be made touch-compatible. |
Hello. I'm currently using the last release of
dash-daq
repo but the release was done on 27 Apr 2020 and it does not contain some of bug fixes that I need. The question is:Considering that the last release was done more than one year an a half ago, are you planning to do a release any time soon?
If not, how do you recommend me to install/use the latest available version?
Thank you very much for this great project.
The text was updated successfully, but these errors were encountered: