-
Notifications
You must be signed in to change notification settings - Fork 27
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
🦋 Changeset detectedLatest commit: 9ab85d5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 18 packages
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 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🚀 Snapshot Version Released! Version: |
m4rc0z
approved these changes
Feb 7, 2025
* 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
Merged
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.