Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the official docs use the latest release and not some pre-relase version #4131

Closed
hiredgunhouse opened this issue Dec 20, 2020 · 2 comments
Labels

Comments

@hiredgunhouse
Copy link

Right now the latest relase on npm is using semantic-ui-css 2.4.1 while the official docs use version 2.4.2 (check the codesandbox.io samples) and the 2.4.2 has not been released.
I figured that out because 2.4.1 has a bug related to marking input field with "error" class. The style is not aplied because the specificity is the same as the general non-error case definition and it is defined later in the stylesheet.
Can you either release 2.4.2 or make sure the official docs use the latest public release.

@welcome
Copy link

welcome bot commented Dec 20, 2020

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.

We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

@layershifter
Copy link
Member

@hiredgunhouse publishing for 2.4.1 on some packages indeed failed, however [email protected] is published on NPM and contains important fixes:

image

The issue was released in the main repo: Semantic-Org/Semantic-UI#6646. I also quote my reply from #3345.

To clarify the issue:

I made a PR (#3367) that will fix this issue for our doc site. For users: please ensure that you're really using SUI 2.4.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants