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

Update Comet to ^7.10.0 #595

Merged
merged 2 commits into from
Dec 10, 2024
Merged

Update Comet to ^7.10.0 #595

merged 2 commits into from
Dec 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@comet/admin (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/admin-date-time (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/admin-icons (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/admin-rte (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/admin-theme (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/blocks-admin (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/blocks-api (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/cli (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/cms-admin (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/cms-api (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/cms-site (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@comet/eslint-config (source) ^7.9.0 -> ^7.10.0 age adoption passing confidence
@​comet/eslint-plugin ^7.9.0 -> ^7.10.0 age adoption passing confidence

Release Notes

vivid-planet/comet (@​comet/admin)

v7.10.0

Compare Source

Minor Changes
  • 8f924d5: Add new custom Dialog

    The component extends the MUI Dialog component to enable common use cases:

    • The title prop can be used to set the dialog title
    • A close button is shown when the onClose is used

    Example

    <Dialog
        title="Dialog Title"
        onClose={() => {
            // Handle dialog closing here
        }}
    />
  • 6eba5ab: Add a forceVerticalContainerSize prop to FieldContainer

    Use it to define below which container size the vertical styling is applied when using the horizontal variant.

  • 589b0b9: Enhance FieldContainer with secondaryHelperText prop and helperTextIcon prop

    • helperTextIcon displays an icon alongside the text for helperText, error or warning.
    • secondaryHelperText provides an additional helper text positioned beneath the input field, aligned to the bottom-right corner.

    Example:

    <FieldContainer label="Helper Text Icon" helperTextIcon={<Info />} helperText="Helper Text with icon" secondaryHelperText="0/100">
        <InputBase onChange={handleChange} value={value} placeholder="Placeholder" />
    </FieldContainer>
Patch Changes
vivid-planet/comet (@​comet/admin-date-time)

v7.10.0

Compare Source

Patch Changes
vivid-planet/comet (@​comet/admin-icons)

v7.10.0

Compare Source

vivid-planet/comet (@​comet/admin-rte)

v7.10.0

Compare Source

Patch Changes
vivid-planet/comet (@​comet/admin-theme)

v7.10.0

Compare Source

Minor Changes
  • 7e94c55: Rework GridFilterPanel to match the updated Comet CI

  • 22f3d40: Adapt Chip styling to align with Comet DXP design

    • Fix hover styling
    • Add new styling for <Chip variant="filled" color="info">
  • 589b0b9: Enhance FieldContainer with secondaryHelperText prop and helperTextIcon prop

    • helperTextIcon displays an icon alongside the text for helperText, error or warning.
    • secondaryHelperText provides an additional helper text positioned beneath the input field, aligned to the bottom-right corner.

    Example:

    <FieldContainer label="Helper Text Icon" helperTextIcon={<Info />} helperText="Helper Text with icon" secondaryHelperText="0/100">
        <InputBase onChange={handleChange} value={value} placeholder="Placeholder" />
    </FieldContainer>
Patch Changes
  • b51bf6d: Adapt Radio and Checkbox styling to Comet DXP design

    Fix colors of disabled states.

  • 71876ea: Adapt size of arrow in Select and Autocomplete fields according to Comet DXP design

vivid-planet/comet (@​comet/blocks-admin)

v7.10.0

Compare Source

Patch Changes
vivid-planet/comet (@​comet/blocks-api)

v7.10.0

Compare Source

vivid-planet/comet (@​comet/cli)

v7.10.0

Compare Source

vivid-planet/comet (@​comet/cms-admin)

v7.10.0

Compare Source

Minor Changes
  • 2b9fac2: Add support for passing title and alt text to useDamFileUpload

    This can be useful when importing files from an external DAM.

Patch Changes
vivid-planet/comet (@​comet/cms-api)

v7.10.0

Compare Source

Patch Changes
vivid-planet/comet (@​comet/cms-site)

v7.10.0

Compare Source

vivid-planet/comet (@​comet/eslint-config)

v7.10.0

Compare Source

Patch Changes

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added comet Highlights Comet Dependency bumps dependencies Pull requests that update a dependency file labels Dec 10, 2024
@johnnyomair johnnyomair changed the title Update comet to ^7.10.0 Update Comet to ^7.10.0 Dec 10, 2024
@johnnyomair johnnyomair self-assigned this Dec 10, 2024
@johnnyomair johnnyomair merged commit cdd30e6 into main Dec 10, 2024
3 checks passed
@johnnyomair johnnyomair deleted the renovate/comet branch December 10, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comet Highlights Comet Dependency bumps dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant