Skip to content

Commit ae20d01

Browse files
swisspost-botgithub-actions[bot]alizedebray
authored
chore(changesets): 🦋📦 publish packages (main) (next) (#6218)
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 support for multiple links in the `post-linkarea` component; it now throws an error if more than one link is detected in the slotted content. (by [@leagrdv](https://github.com/leagrdv) with [#6324](#6324)) ### Minor Changes - Added a new component-names.json file, which contains a list of all components the package is outputting. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6199](#6199)) ### Patch Changes - Added styles to highlight the current navigation item marked with `aria-current="page"` and its potential parent item in the header main navigation. (by [@myrta2302](https://github.com/myrta2302) with [#6216](#6216)) - Updated the `<post-accordion-item>` component to enforce a top border in all use cases. (by [@hugomslv](https://github.com/hugomslv) with [#6151](#6151)) - Fixed accessibility issue in the `<post-breadcrumbs>` component by wrapping breadcrumb items in `<li>` elements. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6294](#6294)) - Fixed the `post-header` component to consistently omit the title container when no title is defined across all configurations. (by [@alizedebray](https://github.com/alizedebray) with [#6244](#6244)) - Refactored icon path to improve readability and maintain correct handling of multiple sources. (by [@myrta2302](https://github.com/myrta2302) with [#6220](#6220)) - Improved `<post-avatar>` markup and added a `description` prop to allow users to provide additional context to the component. (by [@myrta2302](https://github.com/myrta2302) with [#6092](#6092)) - Updated `<post-menu>` and `<post-menu-item>` to prevent accessibility roles from being announced before the menu content is visible, and to ensure correct focus behavior on menu items during keyboard navigation when NVDA is running. Removed the obsolete `role="menuitem"` from `<post-language-switch>. `<post-language-option>`now assigns`role="listitem"`in case of`variant="list"\`, to ensure a correct reference relationship. Updated the `<post-breadcrumbs>` component by removing an `aria-label` set on the trigger wrapper `<div>`, which was causing an accessibility error. Also added `role="none"` to the wrapper div to reflect its presentational purpose. (by [@myrta2302](https://github.com/myrta2302) with [#6042](#6042)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Major Changes - Updated Angular components to output as standalone components to align with Angular 20's default approach where components are standalone by default, eliminating the need to declare them within NgModules. Developers using our components should replace `PostComponentsModule` imports with `providePostComponents()` in their app providers and import individual components (e.g., `import { PostIcon, PostButton } from '@swisspost/design-system-components-angular'`) for standalone use. BEFORE: ```typescript // app.module.ts @NgModule({ imports: [ PostComponentsModule, ], }) ``` AFTER: ```typescript //app.module.ts @NgModule({ providers: [ providePostComponents(), ], }) ``` (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5968](#5968)) ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Major Changes - Updated interactive cards to have the `.card` class directly set on the `post-linkarea` component, reducing unnecessary DOM nesting. (by [@leagrdv](https://github.com/leagrdv) with [#6367](#6367)) ### Minor Changes - Added back the `.small` utility class (font-size: 80%) for backwards compatibility. (by [@hugomslv](https://github.com/hugomslv) with [#6273](#6273)) ### Patch Changes - Added styles to highlight the current navigation item marked with `aria-current="page"` and its potential parent item in the header main navigation. (by [@myrta2302](https://github.com/myrta2302) with [#6216](#6216)) - Fixed icon loading by replacing CDN-based icon URLs with `CSS custom properties` and dynamic CSS file loading. Components using the `post-icon mixin` now reliably display icons without external dependencies. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6214](#6214)) - Updated the `toast` component icons. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6315](#6315)) - Fixed the padding on the dialog component, when no action buttons are present. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6215](#6215)) - Fixed the `post-header` component to consistently omit the title container when no title is defined across all configurations. (by [@alizedebray](https://github.com/alizedebray) with [#6244](#6244)) - Fixed dialog grid-area implementation. `.dialog-header` and `.dialog-body` do now also span over the icon and/or close-button area, if they are not present. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6215](#6215)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added icons: `2714` and `2715` (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6260](#6260)) - Added icons: - `audiospeaker` (line & solid): 16, 24, 32, 40, 48 and 64px - `bank` (line & solid): 16, 24, 32, 40, 48 and 64px - `bicycle` (line & solid): 16, 24, 32, 40, 48 and 64px - `branch` (line & solid): 16, 24, 32, 40, 48 and 64px - `cookies` (line & solid): 16, 24, 32, 40, 48 and 64px - `e` (line & solid): 16, 24, 32, 40, 48 and 64px - `expiredauthorization` (line & solid): 16, 24, 32, 40, 48 and 64px - `gendernonbinary` (line & solid): 16, 24, 32, 40, 48 and 64px - `hospital` (line & solid): 16, 24, 32, 40, 48 and 64px - `motorbike` (line & solid): 16, 24, 32, 40, 48 and 64px - `mypost24service` (line & solid): 16, 24, 32, 40, 48 and 64px - `postfinance` (line & solid): 16, 24, 32, 40, 48 and 64px - `postomat` (line & solid): 16, 24, 32, 40, 48 and 64px - `reloadleft` (line & solid): 16, 24, 32, 40, 48 and 64px - `router` (line & solid): 16, 24, 32, 40, 48 and 64px - `server` (line & solid): 16, 24, 32, 40, 48 and 64px - `software` (line & solid): 16, 24, 32, 40, 48 and 64px - `subdepartment` (line & solid): 16, 24, 32, 40, 48 and 64px - `turndocumentleft` (line & solid): 16, 24, 32, 40, 48 and 64px - `turndocumentright` (line & solid): 16, 24, 32, 40, 48 and 64px - `userexperience` (line & solid): 16, 24, 32, 40, 48 and 64px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6260](#6260)) - Added icons: - `alert` (line & solid): 16, 24, 32, 40, 48 and 64px - `flipdocumenthorizontally` (line & solid): 16, 24, 32, 40, 48 and 64px - `flipdocumentvertically` (line & solid): 16, 24, 32, 40, 48 and 64px - `pocketlight` (line & solid): 16, 24, 32, 40, 48 and 64px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6336](#6336)) - Added icons: - `compare` (line & solid): 16, 24, 32, 40, 48 and 64px - `fulfilmentletter` (line & solid): 16, 24, 32, 40, 48 and 64px - `fulfilmentparcel` (line & solid): 16, 24, 32, 40, 48 and 64px - `inactive` (line & solid): 16, 24, 32, 40, 48 and 64px - `leaf` (line & solid): 16, 24, 32, 40, 48 and 64px - `listview` (line & solid): 16, 24, 32, 40, 48 and 64px - `process` (line & solid): 16, 24, 32, 40, 48 and 64px - `prognosisletter` (line & solid): 16, 24, 32, 40, 48 and 64px - `prognosisparcel` (line & solid): 16, 24, 32, 40, 48 and 64px - `updown` (line & solid): 16, 24, 32, 40, 48 and 64px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6356](#6356)) ### Patch Changes - Updated icons: - `error` (line & solid): 16, 24, 32, 40, 48 and 64px - `snapchat` (line): 24 and 48px (by [@swisspost-bot](https://github.com/swisspost-bot) with [#6260](#6260)) ## @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] ### Minor Changes - Added back the `.small` utility class (font-size: 80%) for backwards compatibility. (by [@hugomslv](https://github.com/hugomslv) with [#6273](#6273)) - Added an auto migration filter to the migration guide. (by [@leagrdv](https://github.com/leagrdv) with [#6251](#6251)) - Updated the migration guide: - Added information regarding the removal of bootstrap and ng-bootstrap in one place - Cleaned up scattered informations regarding bootstrap removal in the rest of the page - Removed all informations of removed elements that were never previously documented (by [@leagrdv](https://github.com/leagrdv) with [#6208](#6208)) - Added usage examples for the header component. (by [@alizedebray](https://github.com/alizedebray) with [#6270](#6270)) ### Patch Changes - Added information in the migration guide regarding the update on the gutter utility classes. (by [@leagrdv](https://github.com/leagrdv) with [#6237](#6237)) - Added information in the migration guide regarding auto migration for the elevation utilities. (by [@leagrdv](https://github.com/leagrdv) with [#6241](#6241)) - Added the documentation about the removal of `.text-*` color utility classes in the migration guide. (by [@bucknatt](https://github.com/bucknatt) with [#6323](#6323)) - Added information in the migration guide regarding auto migration for the chip component. (by [@leagrdv](https://github.com/leagrdv) with [#6330](#6330)) - Added information in the migration guide regarding the update on the spacing utility classes. (by [@leagrdv](https://github.com/leagrdv) with [#6219](#6219)) - Updated Angular integration documentation to reflect the new standalone components approach, replacing `PostComponentsModule` with `providePostComponents()` pattern. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#5968](#5968)) - Added information in the migration guide regarding the update on the sizing utility classes. (by [@leagrdv](https://github.com/leagrdv) with [#6225](#6225)) - Fixed `<post-banner>` Web Component example so the `Reset Banner` button is hidden initially and only appears after the banner has been dismissed. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6076](#6076)) - Updated the Figma link in the `<post-accordion>` component documentation to point to the current design specifications. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6266](#6266)) - Added documentation on styling active navigation items in `<post-header>` using the `[aria-current="page"]` attribute. (by [@myrta2302](https://github.com/myrta2302) with [#6216](#6216)) - Cleaned up the migration guide by removing redundant "breaking" tags in the "Migration from v9 to v10" section, since all listed changes are breaking. (by [@leagrdv](https://github.com/leagrdv) with [#6250](#6250)) - Added information in the migration guide regarding auto migration for the spinner. (by [@leagrdv](https://github.com/leagrdv) with [#6249](#6249)) - Updated interactive cards to have the `.card` class directly set on the `post-linkarea` component, reducing unnecessary DOM nesting. (by [@leagrdv](https://github.com/leagrdv) with [#6367](#6367)) - Replaced `Post Icons` with their corresponding `UI Icon` equivalents across the documentation to align icon usage with the current design guidelines. (by [@alionazherdetska](https://github.com/alionazherdetska) with [#6308](#6308)) - Added information in the migration guide regarding auto migration for the shadows utilities. (by [@leagrdv](https://github.com/leagrdv) with [#6239](#6239)) - Removed support for multiple links in the `post-linkarea` component; it now throws an error if more than one link is detected in the slotted content. (by [@leagrdv](https://github.com/leagrdv) with [#6324](#6324)) - Added information in the migration guide regarding the update on the gap utility classes. (by [@leagrdv](https://github.com/leagrdv) with [#6247](#6247)) - Added information in the migration guide regarding the update of the font size classes. (by [@leagrdv](https://github.com/leagrdv) with [#6347](#6347)) - Added information in the migration guide regarding the update on the breakpoint classes. (by [@leagrdv](https://github.com/leagrdv) with [#6309](#6309)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added the automigration rule to update the HTML class `h-visibilityhidden` to `visibility-hidden`. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6141](#6141)) - Added the automigration rule to update the HTML class `h-clearfix` to `clearfix`. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#6141](#6141)) ## @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] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alizé Debray <[email protected]>
1 parent 862d629 commit ae20d01

File tree

29 files changed

+393
-74
lines changed

29 files changed

+393
-74
lines changed

.changeset/pre.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@
4949
"20250814141313-minor-post-icon-update",
5050
"20250815091753-patch-ui-icon-update",
5151
"20250824022403-minor-post-icon-update",
52+
"20250922054031-minor-post-icon-update",
53+
"20250922054031-minor-ui-icon-update",
54+
"20250922054031-patch-ui-icon-update",
55+
"20250928021545-minor-ui-icon-update",
56+
"20251001081847-minor-ui-icon-update",
5257
"afraid-mangos-sing",
58+
"all-cloths-sleep",
5359
"angry-bulldogs-refuse",
5460
"angry-eagles-appear",
5561
"angry-rules-win",
@@ -74,12 +80,15 @@
7480
"breezy-cups-add",
7581
"breezy-moose-fail",
7682
"breezy-poets-shout",
83+
"breezy-years-roll",
7784
"bright-coins-repeat",
7885
"bright-dragons-exist",
7986
"bright-insects-unite",
8087
"brown-badgers-dream",
8188
"brown-peaches-like",
89+
"bumpy-insects-arrive",
8290
"busy-lines-pick",
91+
"calm-carrots-worry",
8392
"calm-rabbits-pull",
8493
"chatty-cats-swim",
8594
"chatty-kiwis-travel",
@@ -93,6 +102,7 @@
93102
"chilled-owls-walk",
94103
"chilled-penguins-breathe",
95104
"chilly-carrots-explain",
105+
"chilly-loops-flash",
96106
"chilly-onions-compare",
97107
"chubby-hounds-roll",
98108
"chubby-planes-appear",
@@ -104,6 +114,7 @@
104114
"clever-cheetahs-draw",
105115
"clever-cups-search",
106116
"clever-cups-swim",
117+
"clever-fans-travel",
107118
"clever-jars-pump",
108119
"clever-years-sparkle",
109120
"cold-baboons-appear",
@@ -113,6 +124,7 @@
113124
"cool-ligers-rhyme",
114125
"cool-lions-peel",
115126
"cool-queens-bake",
127+
"cruel-hands-listen",
116128
"cruel-nails-give",
117129
"cuddly-bears-check",
118130
"cuddly-bulldogs-cheer",
@@ -132,6 +144,7 @@
132144
"cyan-planets-compete",
133145
"cyan-years-pretend",
134146
"dirty-mayflies-taste",
147+
"dirty-shrimps-leave",
135148
"dirty-squids-hunt",
136149
"dry-moons-trade",
137150
"dry-moons-walk",
@@ -161,12 +174,14 @@
161174
"fair-actors-scream",
162175
"fair-dingos-wait",
163176
"fair-llamas-battle",
177+
"fair-mangos-leave",
164178
"fair-shrimps-warn",
165179
"fair-squids-float",
166180
"famous-panthers-bow",
167181
"fast-bats-poke",
168182
"fast-eels-obey",
169183
"fast-fans-wash",
184+
"fast-frogs-pump",
170185
"fast-humans-jog",
171186
"few-humans-dream",
172187
"few-ways-beam",
@@ -175,16 +190,19 @@
175190
"fifty-roses-visit",
176191
"fifty-students-call",
177192
"fine-berries-burn",
193+
"fine-paths-sneeze",
178194
"five-badgers-juggle",
179195
"five-ears-eat",
180196
"five-hornets-sin",
181197
"flat-badgers-fly",
182198
"flat-bears-tap",
183199
"flat-candles-bathe",
184200
"flat-games-explain",
201+
"flat-moments-sit",
185202
"flat-turtles-show",
186203
"flat-wasps-tie",
187204
"floppy-ads-report",
205+
"floppy-states-mix",
188206
"fluffy-frogs-invite",
189207
"forty-icons-punch",
190208
"forty-insects-chew",
@@ -204,6 +222,7 @@
204222
"funny-knives-rule",
205223
"funny-shrimps-care",
206224
"fuzzy-feet-ring",
225+
"fuzzy-mice-wait",
207226
"gentle-ads-end",
208227
"gentle-jeans-raise",
209228
"gentle-pots-kick",
@@ -219,6 +238,7 @@
219238
"gold-news-retire",
220239
"good-pens-play",
221240
"good-pets-eat",
241+
"good-rocks-double",
222242
"good-spoons-tie",
223243
"good-wombats-jam",
224244
"gorgeous-flowers-flow",
@@ -231,6 +251,8 @@
231251
"great-humans-talk",
232252
"green-buckets-clap",
233253
"green-cameras-say",
254+
"green-crabs-talk",
255+
"green-eels-brush",
234256
"grumpy-bears-fail",
235257
"grumpy-fishes-fail",
236258
"grumpy-lobsters-agree",
@@ -251,6 +273,7 @@
251273
"honest-crabs-look",
252274
"honest-crews-walk",
253275
"honest-numbers-end",
276+
"honest-sheep-burn",
254277
"hot-lizards-dance",
255278
"hot-streets-eat",
256279
"hungry-balloons-sin",
@@ -265,6 +288,7 @@
265288
"kind-toys-impress",
266289
"large-apples-clap",
267290
"large-cycles-cough",
291+
"large-dragons-find",
268292
"large-gorillas-hope",
269293
"large-hornets-complain",
270294
"large-poems-dream",
@@ -298,9 +322,11 @@
298322
"lucky-grapes-wink",
299323
"lucky-states-return",
300324
"major-bats-bake",
325+
"major-towns-glow",
301326
"many-carpets-listen",
302327
"many-cherries-destroy",
303328
"many-wings-call",
329+
"many-words-hug",
304330
"mean-berries-fly",
305331
"metal-files-smell",
306332
"metal-geese-swim",
@@ -353,7 +379,9 @@
353379
"olive-squids-enjoy",
354380
"orange-kiwis-breathe",
355381
"orange-maps-tan",
382+
"orange-seals-appear",
356383
"perfect-camels-pay",
384+
"petite-deer-punch",
357385
"pink-schools-double",
358386
"pink-weeks-relate",
359387
"plain-bees-change",
@@ -372,6 +400,7 @@
372400
"pretty-beans-kneel",
373401
"pretty-meals-suffer",
374402
"proud-actors-knock",
403+
"proud-adults-bet",
375404
"proud-cheetahs-act",
376405
"proud-moons-impress",
377406
"puny-parrots-turn",
@@ -385,7 +414,9 @@
385414
"quiet-apes-rhyme",
386415
"quiet-dolls-lick",
387416
"quiet-falcons-kiss",
417+
"quiet-games-jog",
388418
"quiet-pots-tickle",
419+
"quiet-shrimps-refuse",
389420
"rare-dryers-count",
390421
"real-cars-mate",
391422
"real-friends-melt",
@@ -463,6 +494,7 @@
463494
"slow-apes-double",
464495
"slow-fishes-reply",
465496
"slow-owls-carry",
497+
"slow-swans-wink",
466498
"slow-terms-care",
467499
"small-walls-marry",
468500
"smart-cobras-train",
@@ -507,12 +539,18 @@
507539
"tame-moles-cover",
508540
"tame-squids-float",
509541
"tame-terms-push",
542+
"tangy-meals-make",
543+
"tangy-zoos-move",
510544
"tasty-beans-knock",
511545
"tasty-carrots-eat",
512546
"tasty-eyes-carry",
547+
"tasty-radios-think",
548+
"ten-baboons-wait",
513549
"ten-coins-perform",
550+
"ten-humans-juggle",
514551
"tender-glasses-arrive",
515552
"tender-laws-confess",
553+
"thick-melons-think",
516554
"thick-readers-poke",
517555
"thin-monkeys-chew",
518556
"thirty-cats-juggle",
@@ -538,10 +576,12 @@
538576
"tough-buckets-share",
539577
"tough-cheetahs-clean",
540578
"tough-dancers-attend",
579+
"tough-friends-know",
541580
"tough-pillows-pump",
542581
"tricky-crews-agree",
543582
"tricky-foxes-check",
544583
"twelve-books-wink",
584+
"twelve-camels-serve",
545585
"twelve-clocks-dream",
546586
"twelve-dodos-breathe",
547587
"twelve-taxis-visit",
@@ -550,6 +590,7 @@
550590
"twenty-items-drum",
551591
"twenty-planes-ring",
552592
"twenty-toes-eat",
593+
"twenty-waves-sleep",
553594
"two-clubs-laugh",
554595
"two-hounds-march",
555596
"two-planets-fix",
@@ -564,6 +605,8 @@
564605
"weak-jars-rhyme",
565606
"weak-lions-rest",
566607
"weak-pears-dance",
608+
"whole-crews-dream",
609+
"whole-memes-bake",
567610
"wicked-scissors-buy",
568611
"wicked-students-cough",
569612
"wild-bugs-work",

packages/components-angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @swisspost/design-system-components-angular-workspace
22

3+
## 1.1.10-next.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.49
9+
- @swisspost/design-system-styles@10.0.0-next.49
10+
311
## 1.1.10-next.48
412

513
### Patch Changes

packages/components-angular/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-angular-workspace",
3-
"version": "1.1.10-next.48",
3+
"version": "1.1.10-next.49",
44
"description": "Wrapper arround @swisspost/design-system-components for angular",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -33,8 +33,8 @@
3333
"@angular/platform-browser": "20.1.6",
3434
"@angular/platform-browser-dynamic": "20.1.6",
3535
"@angular/router": "20.1.6",
36-
"@swisspost/design-system-components": "workspace:10.0.0-next.48",
37-
"@swisspost/design-system-styles": "workspace:10.0.0-next.48",
36+
"@swisspost/design-system-components": "workspace:10.0.0-next.49",
37+
"@swisspost/design-system-styles": "workspace:10.0.0-next.49",
3838
"rxjs": "7.8.2",
3939
"tslib": "2.8.1",
4040
"zone.js": "0.15.1"
@@ -45,7 +45,7 @@
4545
"@angular/compiler-cli": "20.1.6",
4646
"@cypress/schematic": "3.0.0",
4747
"@eslint/js": "9.18.0",
48-
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.48",
48+
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.49",
4949
"angular-eslint": "19.1.0",
5050
"copyfiles": "2.4.1",
5151
"cypress": "14.3.2",

packages/components-angular/projects/components/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @swisspost/design-system-components-angular
22

3+
## 10.0.0-next.49
4+
5+
### Major Changes
6+
7+
- Updated Angular components to output as standalone components to align with Angular 20's default approach where components are standalone by default, eliminating the need to declare them within NgModules. Developers using our components should replace `PostComponentsModule` imports with `providePostComponents()` in their app providers and import individual components (e.g., `import { PostIcon, PostButton } from '@swisspost/design-system-components-angular'`) for standalone use.
8+
9+
BEFORE:
10+
11+
```typescript
12+
// app.module.ts
13+
@NgModule({
14+
imports: [
15+
PostComponentsModule,
16+
],
17+
})
18+
```
19+
20+
AFTER:
21+
22+
```typescript
23+
//app.module.ts
24+
@NgModule({
25+
providers: [
26+
providePostComponents(),
27+
],
28+
})
29+
```
30+
(by [@alionazherdetska](https://github.com/alionazherdetska) with [#5968](https://github.com/swisspost/design-system/pull/5968))
31+
32+
### Patch Changes
33+
34+
- Updated dependencies:
35+
- @swisspost/design-system-components@10.0.0-next.49
36+
337
## 10.0.0-next.48
438

539
### Patch Changes

packages/components-angular/projects/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-angular",
3-
"version": "10.0.0-next.48",
3+
"version": "10.0.0-next.49",
44
"description": "Swiss Post Design System - Angular Wrapper Components",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -21,7 +21,7 @@
2121
"./post-components.css": "./post-components.css"
2222
},
2323
"dependencies": {
24-
"@swisspost/design-system-components": "workspace:10.0.0-next.48",
24+
"@swisspost/design-system-components": "workspace:10.0.0-next.49",
2525
"tslib": "2.8.1"
2626
},
2727
"peerDependencies": {

packages/components-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @swisspost/design-system-components-react
22

3+
## 10.0.0-next.49
4+
5+
### Patch Changes
6+
7+
- Updated dependencies:
8+
- @swisspost/design-system-components@10.0.0-next.49
9+
310
## 10.0.0-next.48
411

512
### Patch Changes

packages/components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swisspost/design-system-components-react",
3-
"version": "10.0.0-next.48",
3+
"version": "10.0.0-next.49",
44
"description": "Design System React Components for easy integration with the React ecosystem",
55
"author": "Swiss Post <[email protected]>",
66
"license": "Apache-2.0",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@stencil/react-output-target": "0.8.2",
5151
"@stencil/ssr": "0.1.1",
52-
"@swisspost/design-system-components": "workspace:10.0.0-next.48"
52+
"@swisspost/design-system-components": "workspace:10.0.0-next.49"
5353
},
5454
"devDependencies": {
5555
"@eslint/js": "9.18.0",

0 commit comments

Comments
 (0)