-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release the 5.x
version
#376
Open
dmnplb
wants to merge
32
commits into
main
Choose a base branch
from
5.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,586
−2,937
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
> [!caution] > This PR introduces a breaking change. It will be merged along with this PR just before we release the `5.0.0` major: > * #345 ## Short description This PR removes the `size` prop from the `Banner` component ## List of changes proposed in this pull request - Remove `size` prop - Update documentation in the example app - Update story for Storybook
> [!caution] > This PR introduces a breaking change. It will be merged along with this PR just before we release the `5.0.0` major: > * #345 ## Short description This PR removes some variants of `Badge` from the DS. ## List of changes proposed in this pull request - Remove some variants - Update documentation and stories ### Preview https://github.com/user-attachments/assets/6b5d30d8-73f7-4fbe-81b2-f95c69bf8fde ## How to test Check the **Badges** page in the example app
> [!caution] > This PR introduces a breaking change. It will be merged along with this PR just before we release the `5.0.0` major: > * #345 ## Short description This PR removes the `title` prop from the `Alert` component ## List of changes proposed in this pull request - Remove `title` prop - Update documentation in the example app - Update story for Storybook
## Short description This PR adds the new `theme` and `typeface` icons for the new **Appearance** profile screen. ## List of changes proposed in this pull request - Add the new icons - Add the new theme keys to the `Icon` component ### Preview <img src="https://github.com/user-attachments/assets/1e4dc89c-fc88-48a6-b480-43147f9ae378" width="320" />
…ok to manage new and legacy typography (#345) ## Short description This PR completely removes the legacy UI by removing all the logic introduced to manage the new and old views simultaneously. It also adds the new `useIONewTypeface` hook to manage the legacy and new typography. ## List of changes proposed in this pull request - Remove the legacy styles from all the components - Replace `isExperimental` with `newTypefaceEnabled` in all the typographic styles ## How to test 1. Launch the example app 2. You should no longer need to activate the experimental DS 3. Test the components by enabling/disabling the new typeface toggle 4. Check that all the components are OK
## Short description This PR refactors `HeaderFirstLevel`'s actions props with a dynamic type which allows to configure 0 to 3 actions. ## List of changes proposed in this pull request - Replaced `firstAction`, `secondAction` and `thirdAction` with `actions` ## How to test Run the example app and go to the **Header First Level** page, test the header with different action configurations --------- Co-authored-by: Damiano Plebani <[email protected]>
…red `HeaderFirstLevel`" This reverts commit a11ee0b.
…ssets (#403) ## Short description This PR refactors `ModuleIDP` to manage both light and dark mode assets. ## List of changes proposed in this pull request - Change the format of the props that are related to the logo - Add new assets to test the light and dark mode - Update relative story ### Preview https://github.com/user-attachments/assets/ded74d19-d9f7-4be1-a005-412ce3b1e1c0 ## How to test 1. Launch the example app 2. Go to the **Modules** section 3. Turn on/off dark mode --------- Co-authored-by: Emanuele Dall'Ara <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Short description
This PR merges the
5.x
branch into the main branch