Skip to content

feat: breaking changes to introduce v7 - #3269

Merged
auroraVasconcelos merged 40 commits into
mainfrom
next
Aug 18, 2026
Merged

feat: breaking changes to introduce v7#3269
auroraVasconcelos merged 40 commits into
mainfrom
next

Conversation

@auroraVasconcelos

@auroraVasconcelosauroraVasconcelos commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Description:

Closes#3220

Definition of Reviewable:

  • Documentation is created/updated
  • Migration Guide is created/updated
  • E2E tests (features, a11y, bug fixes) are created/updated
  • Stories (features, a11y) are created/updated
  • relevant tickets are linked

auroraVasconcelosand others added 30 commits July 20, 2026 18:26
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
<!-- *PR notes: Please describe the changes in this PR.* -->
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
<!-- *PR notes: Please describe the changes in this PR.* -->
Closes#3105
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [x] Documentation is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [x] E2E tests (features, a11y, bug fixes) are created/updated
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [x] Stories (features, a11y) are created/updated
- [x] relevant tickets are linked
…7.0.0-next.0, styles@7.0.0-next.0, tokens@7.0.0-next.0
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
- Fix changeset publishing command issues
- Fix versioned icons issue
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [ ] Documentation is created/updated
- [ ] Migration Guide is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [ ] E2E tests (features, a11y, bug fixes) are created/updated
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [ ] Stories (features, a11y) are created/updated
- [ ] relevant tickets are linked
---------
Co-authored-by: martascorreia <marta.correia@virtual-identity.com>
closes#3073
## Definition of Reviewable:
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [x] Stories (features, a11y) are created/updated
- [x] relevant tickets are linked
# Conflicts:
#	packages/components/CHANGELOG.md
#	packages/components/package.json
#	packages/docs/CHANGELOG.md
#	packages/docs/package.json
#	packages/mcp/CHANGELOG.md
#	packages/mcp/package.json
#	packages/styles/CHANGELOG.md
#	packages/styles/package.json
#	packages/tokens/CHANGELOG.md
#	packages/tokens/package.json
…nt-plugin@1.0.7-next.0, mcp@7.0.0-next.2, styles@7.0.0-next.2, tokens@7.0.0-next.2
- Updated dependencies for '@solid-design-system/docs',
'@solid-design-system/eslint-plugin',
'@solid-design-system/placeholders', and '@solid-design-system/theming'.
- Major change in '@solid-design-system/components': the `autocorrect`
property of `sd-input` and `sd-textarea` is now a `boolean` instead of a
`string` to align with TypeScript 5.9.
- Added migration documentation for the changes in `sd-input` and
`sd-textarea`.
…nt-plugin@1.0.7-next.1, mcp@7.0.0-next.3, placeholders@3.0.3-next.0, styles@7.0.0-next.3, theming@1.2.2-next.0, tokens@7.0.0-next.3
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
<!-- *PR notes: Please describe the changes in this PR.* -->
Closes#3216
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [x] Documentation is created/updated
- [x] Migration Guide is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [x] E2E tests (features, a11y, bug fixes) are created/updated
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [x] Stories (features, a11y) are created/updated
- [x] relevant tickets are linked
---------
Co-authored-by: martascorreia <marta.correia@virtual-identity.com>
…7.0.0-next.4, styles@7.0.0-next.4, tokens@7.0.0-next.4
## Description:
This is fixing what was commented [in this
PR](#2405 (comment))
but was neither there addressed nor in [this
PR](#3165).
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
closes: #3074 <!-- *PR notes: Please describe the changes in this PR.* -->
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [x] Migration Guide
- [x] relevant tickets are linked
---------
Co-authored-by: Rahul Suvarna <rahulsuvarna@Mac.local>
Co-authored-by: Mario Hamann <mario.hamann@virtual-identity.com>
Co-authored-by: Blagoja Mojsoski <55854229+balco0110@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aurora Vasconcelos <aurora.vasconcelos@virtual-identity.com>
…7.0.0-next.6, styles@7.0.0-next.6, tokens@7.0.0-next.6
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
<!-- *PR notes: Please describe the changes in this PR.* -->
- Fix failing sd-dialog tests
- Fix sd-notification section in migration guides
- Build MCP package
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
<!-- *PR notes: Please describe the changes in this PR.* -->
Closes#3109
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [x] Documentation is created/updated
- [x] Migration Guide is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [x] E2E tests (features, a11y, bug fixes) are created/updated
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [x] Stories (features, a11y) are created/updated
- [x] relevant tickets are linked
---------
Co-authored-by: Aurora Vasconcelos <aurora.vasconcelos@virtual-identity.com>
…7.0.0-next.7, styles@7.0.0-next.7, tokens@7.0.0-next.7
Co-authored-by: Marta Correia <48736172+martascorreia@users.noreply.github.com>
…7.0.0-next.8, styles@7.0.0-next.8, tokens@7.0.0-next.8
…atic] (#3239)
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
This pull request updates the documentation to clarify that Solid Design
System does not provide a public CDN and to guide users toward
self-hosting or npm-based installation. All references to a
Solid-managed CDN have been removed or replaced with instructions for
using your own CDN or npm. The documentation now includes a new,
comprehensive "CDN Hosting" guide and consolidates installation
instructions for clarity.
Closes#3217
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [x] Documentation is created/updated
- [x] Migration Guide is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [x] relevant tickets are linked
---------
Co-authored-by: Blagoja Mojsoski <55854229+balco0110@users.noreply.github.com>
Co-authored-by: Marta Correia <48736172+martascorreia@users.noreply.github.com>
Co-authored-by: Mojsoski, Blagoja (UIS) <mojsoski93@gmail.com>
…7.0.0-next.9, styles@7.0.0-next.9, tokens@7.0.0-next.9
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Storybook has been deployed for branch next

## Description:
closes: #3135
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [ ] Documentation is created/updated
- [ ] Migration Guide is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [ ] E2E tests (features, a11y, bug fixes) are created/updated
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [ ] Stories (features, a11y) are created/updated
- [ ] relevant tickets are linked
---------
Co-authored-by: Rahul Suvarna <51310328+rahulsuvarna18@users.noreply.github.com>
Co-authored-by: Aurora Vasconcelos <aurora.vasconcelos@virtual-identity.com>
Co-authored-by: auroraVasconcelos <aurorabsvasconcelos@gmail.com>
@changeset-bot

changeset-botBot commented Aug 18, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: ffa5180

The changes in this PR will be included in the next version bump.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actionsBotand others added 2 commits August 18, 2026 11:56
## Description:
closes#3075closes#2764
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [x] Documentation is created/updated
- [x] Migration Guide is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [ ] E2E tests (features, a11y, bug fixes) are created/updated
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [x] Stories (features, a11y) are created/updated
- [x] relevant tickets are linked
---------
Co-authored-by: mariohamann <mario.hamann@virtual-identity.com>
Co-authored-by: Rahul Suvarna <51310328+rahulsuvarna18@users.noreply.github.com>
Co-authored-by: Aurora Vasconcelos <aurora.vasconcelos@virtual-identity.com>
Co-authored-by: auroraVasconcelos <aurorabsvasconcelos@gmail.com>
<!-- ## Title: Please consider adding the [skip chromatic] flag to the
PR title in case you dont need chromatic testing your changes. -->
## Description:
<!-- *PR notes: Please describe the changes in this PR.* -->
## Definition of Reviewable:
<!-- *PR notes: Irrelevant elements should be removed.* -->
- [ ] Documentation is created/updated
- [ ] Migration Guide is created/updated
<!-- *PR notes: If this PR includes a BREAKING CHANGE, a migration guide
is needed to explain how users can migrate between versions. * -->
- [ ] E2E tests (features, a11y, bug fixes) are created/updated
<!-- *If this PR includes a bug fix, an E2E test is necessary to verify
the change. If the fix is purely visual, ensuring it is captured within
our chromatic screenshot tests is sufficient.* -->
- [ ] Stories (features, a11y) are created/updated
- [ ] relevant tickets are linked
@auroraVasconcelos
auroraVasconcelos merged commit eda0775 into mainAug 18, 2026
28 of 30 checks passed
@github-project-automationgithub-project-automationBot moved this from 👀 In review to ✅ Done in Solid Design System Project BoardAug 18, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

chore: release breaking changes

7 participants

@auroraVasconcelos@martascorreia@karlbaumhauer@rahulsuvarna18@balco0110@yoezlem@mariohamann