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

🚀 v18 #1609

Merged
merged 14 commits into from
Feb 10, 2025
Merged

🚀 v18 #1609

merged 14 commits into from
Feb 10, 2025

Conversation

hirsch88
Copy link
Member

@hirsch88 hirsch88 commented Feb 6, 2025

Here is an overview of the breaking changes of the newly introduced version 18:

Vue Support Removed:
Dropped direct support for Vue due to low usage within the company.

Angular Upgrade:
Added support for Angular v19.

Angular Standalone Components:
Explicitly set standalone: true for all components to enhance modularity and maintainability.

Angular Signals instead of Observables:
Replaced Observables for BalBreakpointsService, BalOrientationService, and BalConfigService with a reactive Signals-based solution. This improves simplicity, reduces maintenance effort, and enhances usability for developers.

Angular Tree-Shaking Optimization:
Removed angular-legacy to improve tree-shaking support in Angular.

Testing Update:
Removed deprecated legacy mixins to streamline testing utilities.

CSS Package Migration:
Removed the deprecated @baloise/ds-css package. Please migrate to @baloise/ds-styles.

github-actions bot and others added 7 commits February 6, 2025 13:53
…onents to support v19 (#1602)

* Create PR for #1600

* fix(angular): explicit set standalone for all components

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
* Create PR for #1596

* breaking(vue): direct support of the framework Vue has been dropped, due to less usage inside the company.

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
* Create PR for #1598

* breaking(cypress-legacy): removed deprecated cypress mixin

* breaking(cypress-legacy): removed unused dependency

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Magdalena Marinkov <Magdalena.Marinkov@baloise.ch>
* Create PR for #1599

* breaking(css): remove deprecated package

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
…1604)

* Create PR for #1597

* breaking(angular): get rid of angular-legacy

* chore(angular): reformat

* chore(angular): remove v16 pipeline bc not needed anymore

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marco Zirkenbach <marco.zirkenbach@baloise.ch>
Co-authored-by: m4rc0z <20516386+m4rc0z@users.noreply.github.com>
* chore: migrate nx

* chore: migrate angular

* chore: new package.lock

* chore: fix lint issues and tests and disable legacy cache

* chore: add v19 test pipeline

---------

Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
* Create PR for #1594

* chore(core): migrate sass import

* chore(styles): migrate sass @import

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
Copy link

changeset-bot bot commented Feb 6, 2025

🦋 Changeset detected

Latest commit: 9ab85d5

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

This PR includes changesets to release 18 packages
Name Type
@baloise/ds-core Major
@baloise/ds-angular-common Major
@baloise/ds-angular-module Major
@baloise/ds-angular Major
@baloise/ds-react Major
@baloise/ds-table Major
@baloise/ds-testing Major
docs Patch
e2e Patch
@baloise/ds-brand-icons Major
@baloise/ds-devkit Major
@baloise/ds-favicons Major
@baloise/ds-fonts Major
@baloise/ds-icons Major
@baloise/ds-maps Major
@baloise/ds-styles Major
@baloise/ds-tokens Major
@baloise/ds-nx 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

Copy link

vercel bot commented Feb 6, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
design-system ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 9, 2025 9:26am
design-system-core ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 9, 2025 9:26am

@hirsch88 hirsch88 self-assigned this Feb 6, 2025
@hirsch88 hirsch88 added 💥 breaking change Changes of the public interface, which could break projects. 🚧 do not merge There is still work in progress labels Feb 6, 2025
@hirsch88
Copy link
Member Author

hirsch88 commented Feb 6, 2025

🚀 Snapshot Version Released!

Version: 17.4.0-snapshot.1609-d2bcc38d3

Check out the release on GitHub ↗︎

* Create PR for #1404

* chore: update build artifact

* ✨ feat(styles): add compact theme for lists (#1583)

* feat(styles): add compact for lists

* chore: update test

* update base images

---------

Co-authored-by: hirsch88 <hirsch88@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
Co-authored-by: hirsch88 <hirsch88@users.noreply.github.com>
* breaking(angular): refactor to signals

* chore: update docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💥 breaking change Changes of the public interface, which could break projects. 🚧 do not merge There is still work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants