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

feat(components): create the post-breadcrumb-item #3659

Merged
merged 37 commits into from
Nov 11, 2024

Conversation

alionazherdetska
Copy link
Contributor

No description provided.

@alionazherdetska alionazherdetska requested a review from a team as a code owner October 4, 2024 15:41
@alionazherdetska alionazherdetska linked an issue Oct 4, 2024 that may be closed by this pull request
4 tasks
Copy link

changeset-bot bot commented Oct 4, 2024

🦋 Changeset detected

Latest commit: 8b30c84

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

This PR includes changesets to release 16 packages
Name Type
@swisspost/design-system-components Major
@swisspost/design-system-styles Major
@swisspost/design-system-components-angular-workspace Patch
@swisspost/design-system-components-react Major
@swisspost/design-system-documentation Patch
@swisspost/design-system-components-angular Major
@swisspost/internet-header Patch
@swisspost/design-system-intranet-header-workspace Patch
@swisspost/design-system-nextjs-integration Patch
@swisspost/design-system-styles-primeng-workspace Patch
@swisspost/design-system-intranet-header Major
@swisspost/design-system-styles-primeng Major
@swisspost/design-system-intranet-header-showcase Patch
@swisspost/design-system-tokens Major
@swisspost/design-system-icons Major
@swisspost/design-system-migrations Major

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

@swisspost-bot
Copy link
Contributor

swisspost-bot commented Oct 4, 2024

Related Previews

@alizedebray alizedebray changed the title feat(breadcrumb-item): create the breadcrumb item component feat(components): create the post-breadcrumb-item Oct 15, 2024
@alizedebray alizedebray added this to the PPNL Components milestone Oct 29, 2024
@alizedebray alizedebray modified the milestone: PPNL Components Oct 30, 2024
try {
this.validUrl = this.constructUrl(this.url);
} catch (error) {
console.error(error);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you just check if the error is logged twice and if so just remove this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do.

Copy link

@alionazherdetska alionazherdetska merged commit 5cb2030 into main Nov 11, 2024
11 checks passed
@alionazherdetska alionazherdetska deleted the 3277-component-breadcrumb-item branch November 11, 2024 08:13
gfellerph pushed a commit that referenced this pull request Nov 11, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) 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.

⚠️⚠️⚠️⚠️⚠️⚠️

`main` is currently in **pre mode** so this branch has prereleases
rather than normal releases. If you want to exit prereleases, run
`changeset pre exit` on `main`.

⚠️⚠️⚠️⚠️⚠️⚠️

# Releases
## @swisspost/[email protected]

### Major Changes

- Removed the `.breadcrumb-item` class, which previously handled styling
for breadcrumb items. Introduced a new `post-breadcrumb-item` that
should be used in place of the `.breadcrumb-item` class. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#3659](#3659))

### Minor Changes

- Created the `post-list` and `post-list-item` components. (by
[@myrta2302](https://github.com/myrta2302) with
[#3812](#3812))

- Added close button web component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3880](#3880))

### Patch Changes

- Fixed an issue with the post-collapsible throwing an invalid selector
error. (by [@alizedebray](https://github.com/alizedebray) with
[#3726](#3726))
-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Major Changes

- Removed regular button size. Buttons that were previously using
`btn-rg` will now fall back to the default `btn-md` size. (by
[@leagrdv](https://github.com/leagrdv) with
[#3849](#3849))

- Updated list group to v2 and added new options: list links, list
documents and list switches. (by [@leagrdv](https://github.com/leagrdv)
with [#3740](#3740))

- Removed the `btn-animated` class. It no longer has any effect and can
be removed from existing buttons. (by
[@leagrdv](https://github.com/leagrdv) with
[#3849](#3849))

- Removed the `.breadcrumb-item` class, which previously handled styling
for breadcrumb items. Introduced a new `post-breadcrumb-item` that
should be used in place of the `.breadcrumb-item` class. (by
[@alionazherdetska](https://github.com/alionazherdetska) with
[#3659](#3659))

### Minor Changes

- Added Form Footer component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3616](#3616))

- Created token-based styles for `<ul>` elements. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#3859](#3859))

- Updated vertical-align utility (by
[@myrta2302](https://github.com/myrta2302) with
[#3805](#3805))

- Updated button component to v2. (by
[@leagrdv](https://github.com/leagrdv) with
[#3849](#3849))

- Added the skiplinks component to styles and documentation. (by
[@leagrdv](https://github.com/leagrdv) with
[#3875](#3875))

- Added close button web component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3880](#3880))

- Internalized bootstraps floating utilities into the design system. (by
[@myrta2302](https://github.com/myrta2302) with
[#3752](#3752))

## @swisspost/[email protected]

### Minor Changes

- Added icon number 2632. (by [@gfellerph](https://github.com/gfellerph)
with [#3952](#3952))

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]



## @swisspost/[email protected]



## @swisspost/[email protected]

### Minor Changes

- Updated list group to v2 and added new options: list links, list
documents and list switches. (by [@leagrdv](https://github.com/leagrdv)
with [#3740](#3740))

- Created the `post-list` and `post-list-item` components. (by
[@myrta2302](https://github.com/myrta2302) with
[#3812](#3812))

- Updated the Accessibility documentation section with Form Labels
guidelines. (by [@myrta2302](https://github.com/myrta2302) with
[#3835](#3835))

- Added Form Footer component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3616](#3616))

- Updated vertical-align utility (by
[@myrta2302](https://github.com/myrta2302) with
[#3805](#3805))

- Added the skiplinks component to styles and documentation. (by
[@leagrdv](https://github.com/leagrdv) with
[#3875](#3875))

- Added close button web component. (by
[@leagrdv](https://github.com/leagrdv) with
[#3880](#3880))

- Internalized bootstraps floating utilities into the design system. (by
[@myrta2302](https://github.com/myrta2302) with
[#3752](#3752))

### Patch Changes

- Updated basic `<ul>` element docs and moved them from
`Utilities/Lists` to `Foundation/Typography/Lists`. (by
[@oliverschuerch](https://github.com/oliverschuerch) with
[#3859](#3859))
-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]
    -   @swisspost/[email protected]

## @swisspost/[email protected]

### Patch Changes

-   Updated dependencies:
    -   @swisspost/[email protected]

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

[component]: Breadcrumb item
3 participants