Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Update vector-im #11816

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Update vector-im #11816

merged 2 commits into from
Nov 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@vector-im/compound-design-tokens ^0.0.6 -> ^0.0.7 age adoption passing confidence
@vector-im/compound-web 0.5.4 -> 0.6.3 age adoption passing confidence

Release Notes

vector-im/compound-design-tokens (@​vector-im/compound-design-tokens)

v0.0.7: Release 0.0.7

Compare Source

0.0.7 Release

vector-im/compound-web (@​vector-im/compound-web)

v0.6.3: Release 0.6.3

Compare Source

0.6.3 Release

v0.6.2: Release 0.6.2

Compare Source

0.6.2 Release

v0.6.1: Release 0.6.1

Compare Source

0.6.1 Release

What's Changed

Full Changelog: element-hq/compound-web@v0.6.0...v0.6.1

v0.6.0: Release 0.6.0

Compare Source

Breaking changes

The form elements have been completely revamped, including default style on the form root element.
They are now all exported in a Form object, so that this markup is valid:

import { Form } from "@​vector-im/compound-web";

const Render: React.FC = () => (
  <Form.Root>
    <Form.Field name="username">
      <Form.Label>Username</Form.Label>
      <Form.TextControl />
    </Form.Field>
    <Form.Field name="password">
      <Form.Label>Password</Form.Label>
      <Form.PasswordControl />
    </Form.Field>
    <Form.Submit>Submit</Form.Submit>
  </Form.Root>
);

The <Checkbox />, <Toggle /> and <Radio /> components don't have a kind property anymore, but rather rely on the data-invalid property (used by Radix forms) for their invalid state

What's Changed

Full Changelog: element-hq/compound-web@v0.5.4...v0.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.


This change is marked as an internal change (Task), so will not be included in the changelog.

@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Oct 31, 2023
@renovate renovate bot force-pushed the renovate/vector-im branch from 34ef085 to 19ce502 Compare November 1, 2023 09:13
@renovate renovate bot force-pushed the renovate/vector-im branch from 19ce502 to 27960a4 Compare November 2, 2023 16:11
Copy link
Contributor Author

renovate bot commented Nov 7, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@Johennes Johennes marked this pull request as ready for review November 8, 2023 07:27
@Johennes Johennes requested a review from a team as a code owner November 8, 2023 07:27
@Johennes Johennes enabled auto-merge November 8, 2023 07:28
@Johennes Johennes added this pull request to the merge queue Nov 8, 2023
Merged via the queue into develop with commit b8f9ef7 Nov 8, 2023
19 checks passed
@Johennes Johennes deleted the renovate/vector-im branch November 8, 2023 07:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Dependencies Pull requests that update a dependency file T-Task Refactoring, enabling or disabling functionality, other engineering tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants