Semantic-UI-CSS icon indicating copy to clipboard operation
Semantic-UI-CSS copied to clipboard

Release a new package with webpack 5 fix to npm packages

Open oggy107 opened this issue 3 years ago • 9 comments

Release a new package with webpack 5 fix to npm packages

oggy107 avatar Feb 02 '22 07:02 oggy107

It looks like the double semi-colon issue was fixed in the codebase but a new package hasn't been released yet. I pointed my dependency file (package.json) directly to build from the git-repo like this

"semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git"

But if you want to prevent your build from breaking changes to the trunk, you can fork the project and lock your dependency to a branch/tag. This is a viable short term fix

imraazrally avatar Feb 11 '22 02:02 imraazrally

Any word on when a new official package will get released?

Lord-Mendoza avatar Feb 26 '22 19:02 Lord-Mendoza

I can confirm that this fix solves https://github.com/Semantic-Org/Semantic-UI-CSS/issues/82 for me.

"semantic-ui-css": "git+https://github.com/Semantic-Org/Semantic-UI-CSS.git"

mraible avatar Feb 28 '22 17:02 mraible

Would be nice if this was pushed out. It's making me serious rethink using Semantic UI if fixes like this don't get version pushes.

firrae avatar Mar 06 '22 22:03 firrae

Would be nice if this was pushed out. It's making me serious rethink using Semantic UI if fixes like this don't get version pushes.

exactly... I can't get the reason why they are not pushing it to npm.

oggy107 avatar Mar 07 '22 04:03 oggy107

For my project I ended up cloning this repo then republishing it on npm. You guys can just do the same for now. I agree they should just release a new version considering how simple change it needs.

Lord-Mendoza avatar Mar 07 '22 04:03 Lord-Mendoza

We are having the same issue in our project, when is it planned to release to npm?

xditu avatar May 27 '22 13:05 xditu