why readonly option is not available on latest release 0.6.1
it's present if I install
npm install git+https://github.com/frappe/gantt.git
const DEFAULT_OPTIONS = {
...
readonly: false,
...
}
readonly: false - not work 0.6.1
I think it may be because there was no new release made to npm after the big updates in April. PR #393 introduced the readonly option, but the version wasn't increased.
The npm version of frappe-gantt was last updated 2 years ago.
@netchampfaris, could you maybe look into this? Does the npm release need to be run manually? (if it was supposed to be automatic, maybe some update broke the github workflow?) Could you open it up for more people to be able to push releases?
Yep, we need to run the npm release. We will after fixing the bugs in the April release - probably by the end of this month!