Skip to content

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

Open
@oggy107

Description

@oggy107

Release a new package with webpack 5 fix to npm packages

Activity

reopened this on Feb 2, 2022
imraazrally

imraazrally commented on Feb 11, 2022

@imraazrally

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

added a commit that references this issue on Feb 19, 2022
Lord-Mendoza

Lord-Mendoza commented on Feb 26, 2022

@Lord-Mendoza

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

mraible

mraible commented on Feb 28, 2022

@mraible

I can confirm that this fix solves #82 for me.

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

firrae commented on Mar 6, 2022

@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.

oggy107

oggy107 commented on Mar 7, 2022

@oggy107
Author

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

Lord-Mendoza commented on Mar 7, 2022

@Lord-Mendoza

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.

xditu

xditu commented on May 27, 2022

@xditu

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

736986614

736986614 commented on May 13, 2025

@736986614

شكرا

jlukic

jlukic commented on Jun 6, 2025

@jlukic
Member

Id be willing to fix this if someone can provide a clear explanation of the issue. There's a fix in main that is not in the npm package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mraible@jlukic@firrae@imraazrally@Lord-Mendoza

        Issue actions

          Release a new package with webpack 5 fix to npm packages · Issue #81 · Semantic-Org/Semantic-UI-CSS