frappe / gantt

Open Source Javascript Gantt
https://frappe.io/gantt
MIT License
4.6k stars 1.02k forks source link

why readonly option is not available on latest release 0.6.1 #409

Open vetik32 opened 1 month ago

vetik32 commented 1 month ago

it's present if I install

 npm install git+https://github.com/frappe/gantt.git

const DEFAULT_OPTIONS = {
  ...
  readonly: false,
  ...
  }
Alex4Codes commented 1 month ago

+ readonly: false - not work 0.6.1

KebabRonin commented 3 weeks ago

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?