isaul32 / ckeditor5-math

Math feature for CKEditor 5.
https://www.npmjs.com/package/ckeditor5-math
ISC License
86 stars 39 forks source link

Publish latest versions in npm #114

Closed lupari closed 8 months ago

lupari commented 1 year ago

Hi.

Looking at ckeditor5-math releases here in github it seems that the latest is 39.0.1. However that can't be installed via npm. The latest version available there is 36.0.2. Would it be possible to publish the missing versions to npm? I'd need a version compatible with ckeditor5 39.x. and I understood that ckeditor5-math's version should match that of ckeditor5.

naslundx commented 11 months ago

Also wondering about this, as there seem to be active releases on github, but not on npm. @tony ?

tony commented 11 months ago

Hi!

@lupari @naslundx They are at https://www.npmjs.com/package/@isaul32/ckeditor5-math

So the package is at @isaul32/ckeditor5-math instead of ckeditor5-math.

Some backstory:

It may be possible with the merge of https://github.com/ckeditor/ckeditor5-package-generator/pull/145 in https://github.com/ckeditor/ckeditor5-package-generator/commit/a820183289fa73c2bba14f98dbfe2ac1ee3a085e and publish in ckeditor5-package-generator in v1.0.0, we can use ckeditor5-math again.

I can elaborate more over the weekend.

naslundx commented 11 months ago

Fantastic! Thanks @tony !

tony commented 8 months ago

(I am clearing out issues)

If there is interest in publishing back to ckeditor5-math from @isaul32/ckeditor5-math, we can. I propose creating a new issue if interest does continue.