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

Bump @amsterdam/design-system-react from 0.13.1 to 0.14.0 #184

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps @amsterdam/design-system-react from 0.13.1 to 0.14.0.

Release notes

Sourced from @​amsterdam/design-system-react's releases.

design-system-css: v0.14.0

0.14.0 (2025-01-10)

⚠ BREAKING CHANGES

  • Add collapsible menu to Header (#1784)
  • Disallow blue Spotlight and make purple the default (#1798)
  • Replace Aspect Ratio component with utility classes and prop on Image (#1593)
  • Use new Button features for SearchField (#1695)

Features

  • Add collapsible menu to Header (#1784) (44ce6d8)
  • Add Figure component (#1795) (3505dcc)
  • Add File List component to display below a File Input (#1751) (0192404)
  • Add Icon to Error Message (#1746) (eca5fe4)
  • Allow an icon to display with an inverse color (#1787) (1f5d166)
  • Disallow blue Spotlight and make purple the default (#1798) (8d1c266)
  • Let Footer set its own background colour (#1797) (310f595)
  • Make active Tab look less like a primary Button (#1773) (2ec0102)
  • Make border of Radio thicker when hovering (#1696) (8839012)
  • Rename reset mixins to include element name (#1738) (92312fa)
  • Replace Aspect Ratio component with utility classes and prop on Image (#1593) (766efba)
  • Replace deprecated import statements in Sass with new API (#1777) (adcd819)
  • Require an alt prop for every Image (#1739) (9145dff)
  • Stretch File Input to full width to match other inputs (#1752) (eeea7b6)
  • Use new Button features for SearchField (#1695) (7b275d0)

Bug Fixes

  • Correct layout of Description List if multiple terms share a description (#1763) (ca913af)
  • Explicitly set row and column start and end in Overlap CSS (#1776) (efd2b99)

design-system-react: v0.14.0

0.14.0 (2025-01-10)

⚠ BREAKING CHANGES

  • Add collapsible menu to Header (#1784)
  • Require an alt prop for every Image (#1739)
  • Replace Aspect Ratio component with utility classes and prop on Image (#1593)
  • Use new Button features for SearchField (#1695)

Features

... (truncated)

Changelog

Sourced from @​amsterdam/design-system-react's changelog.

0.14.0 (2025-01-10)

⚠ BREAKING CHANGES

  • Add collapsible menu to Header (#1784)
  • Require an alt prop for every Image (#1739)
  • Replace Aspect Ratio component with utility classes and prop on Image (#1593)
  • Use new Button features for SearchField (#1695)

Features

  • Add collapsible menu to Header (#1784) (44ce6d8)
  • Add Figure component (#1795) (3505dcc)
  • Add File List component to display below a File Input (#1751) (0192404)
  • Add Icon to Error Message (#1746) (eca5fe4)
  • Allow an icon to display with an inverse color (#1787) (1f5d166)
  • Disallow blue Spotlight and make purple the default (#1798) (8d1c266)
  • Let Footer set its own background colour (#1797) (310f595)
  • Let Grid and Grid Cell render any structural tag (#1662) (9bbb43a)
  • Make active Tab look less like a primary Button (#1773) (2ec0102)
  • Make border of Radio thicker when hovering (#1696) (8839012)
  • Replace Aspect Ratio component with utility classes and prop on Image (#1593) (766efba)
  • Require an alt prop for every Image (#1739) (9145dff)
  • Use new Button features for SearchField (#1695) (7b275d0)

Bug Fixes

  • Correct layout of Description List if multiple terms share a description (#1763) (ca913af)
  • Make Tabs correctly handle a single Tab Button (#1775) (f8e89c1)
Commits
  • 146a873 chore: release main (#1807)
  • 27719e6 chore: Revert changes to color tokens (#1806)
  • b6e48ba chore: Update minor dependencies and remove unused ESLint plugins (#1801)
  • 44ce6d8 feat!: Add collapsible menu to Header (#1784)
  • 3505dcc feat: Add Figure component (#1795)
  • 8d1c266 feat!: Disallow blue Spotlight and make purple the default (#1798)
  • 310f595 feat: Let Footer set its own background colour (#1797)
  • 122d15b chore: Sort imports and exports in index files of Sass and React (#1796)
  • 698b489 chore: Upgrade ESLint to v9 and overhaul configuration (#1786)
  • 1f5d166 feat: Allow an icon to display with an inverse color (#1787)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@amsterdam/design-system-react](https://github.com/Amsterdam/design-system/tree/HEAD/packages/react) from 0.13.1 to 0.14.0.
- [Release notes](https://github.com/Amsterdam/design-system/releases)
- [Changelog](https://github.com/Amsterdam/design-system/blob/develop/packages/react/CHANGELOG.md)
- [Commits](https://github.com/Amsterdam/design-system/commits/design-system-css-v0.14.0/packages/react)

---
updated-dependencies:
- dependency-name: "@amsterdam/design-system-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/amsterdam/design-system-react-0.14.0 branch January 27, 2025 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Development

Successfully merging this pull request may close these issues.

1 participant