Semantic-Org / Semantic-UI-CSS

CSS Only distribution
http://www.semantic-ui.com
MIT License
488 stars 362 forks source link

Release a new package with webpack 5 fix to npm packages #81

Open oggy107 opened 2 years ago

oggy107 commented 2 years ago

Release a new package with webpack 5 fix to npm packages

imraazrally commented 2 years ago

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

Lord-Mendoza commented 2 years ago

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

mraible commented 2 years ago

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"
firrae commented 2 years ago

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.

oggy107 commented 2 years ago

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.

Lord-Mendoza commented 2 years ago

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.

diego-iturriaga commented 2 years ago

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