Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jul 1, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@obosbbl/grunnmuren-react@3.0.0

Major Changes

  • fd89afd: Changes background colors on buttons. The green color prop value is now replaced by blue. So upgrading to this version means you have to migrate any <Button color="green"> to <Button color="blue">. You also have to make sure the new colors have sufficent contranst against your backgrounds.

    Buttons like these will need a visual check against their backgrounds:

    • <Button>
    • <Button variant="primary">
    • <Button color="blue">
    • <Button color="blue" variant="primary" >
    • <Button variant="secondary">
    • <Button color="blue" variant="secondary">

    Since blue is the new default for color, you probably only have or and maybe in your code base. As the rest of the combinations would be verbose considering the the defaults.

  • 90cfb8e: Removes the deprecated isLoading prop from <Button> and <Combobox>, it is now fully replaced by the isPending prop.

Patch Changes

  • 149c818: FileUpload: don't create ul-tag for files if there are no files added to file upload

@obosbbl/grunnmuren-tailwind@2.2.1

Patch Changes

  • d611103: add prose-white to override prose to use white text, suitable for use on dark blue backgrounds.

    eg: <div class="bg-blue-dark prose prose-white">...</div>

@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from d95f144 to 343dce8 Compare July 2, 2025 11:59
@github-actions github-actions bot force-pushed the changeset-release/main branch from 343dce8 to 980d395 Compare July 3, 2025 07:04
@alexanbj alexanbj merged commit 92d02c0 into main Jul 3, 2025
@alexanbj alexanbj deleted the changeset-release/main branch July 3, 2025 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants