-
Notifications
You must be signed in to change notification settings - Fork 2
chore: release 0.4.0 #895
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
Merged
Merged
chore: release 0.4.0 #895
Conversation
This file contains hidden or 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
…customize bottom sheet when reading with TalkBack (#724)
…sheet (#723) # Conflicts: # app/src/main/java/com/orange/ouds/app/ui/utilities/composable/CustomizationElements.kt
…h2-http to v1.39.0 (#732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore: update tokens * Fix build errors --------- Co-authored-by: boosted-bot <[email protected]> Co-authored-by: Florent Maitre <[email protected]>
* Refactor theme settings # Conflicts: # core/src/main/java/com/orange/ouds/core/theme/OudsTheme.kt # theme-contract/src/main/java/com/orange/ouds/theme/OudsThemeContract.kt # theme-orange/src/main/java/com/orange/ouds/theme/orange/OrangeTheme.kt * Review: Modify documentation for roundedButtonCorners which is now nullable
… v1.3.0 (#748) * fix(deps): update dependency androidx.hilt:hilt-navigation-compose to v1.3.0 * Increase min SDK version to 23 * Fix build by updating package of hiltViewModel method --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florent Maitre <[email protected]> Co-authored-by: Pauline Auvray <[email protected]>
…ges (#749) * Disable several sizes in badge demo screen when badge displays a count or an icon * Label text field in button and chip demos are now disabled when no text is displayed
…ned by TalkBack (#727)
* Update user journey for changing theme settings * Review: Use tokens instead of hard-coded values * Fix build by adding app_components_tag_roundedCorners_label key --------- Co-authored-by: Pauline Auvray <[email protected]>
…returned by talkback (#760)
….00 (#835) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…h2-http to v1.40.0 (#857)
* fix(deps): update dokka to v2.1.0 * Fix error when building documentation with Dokka --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florent Maitre <[email protected]>
* chore: update tokens * Fix build errors * Update snapshots --------- Co-authored-by: boosted-bot <[email protected]> Co-authored-by: Florent Maitre <[email protected]>
* Update drawable resources # Conflicts: # core/src/main/java/com/orange/ouds/core/component/OudsRadioButton.kt * Update snapshots # Conflicts: # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsCheckboxTest_takeLightThemeHighContrastSnapshot[2].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsCheckboxTest_takeLightThemeSnapshot[2].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[0].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[1].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[0].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[1].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[0].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[1].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[0].png # theme-sosh/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[1].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsInputTagTest_takeDarkThemeSnapshot.png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsInputTagTest_takeLightThemeSnapshot.png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[0].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeHighContrastSnapshot[1].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[0].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeDarkThemeSnapshot[1].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[0].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeHighContrastSnapshot[1].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[0].png # theme-wireframe/src/test/snapshots/images/com.orange.ouds.core.test_OudsRadioButtonTest_takeLightThemeSnapshot[1].png * Add OrangeDrawableResources because OudsDrawableResources is now an interface * Add compileOnly dependencies on themes for previews
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
… with sosh and wireframe themes (#875) * Add rounded corners on OudsCheckbox and OudsRadioButton with Sosh and Wireframe themes * Fix a bug where the focus border is visible behind the focus inset border * Update snapshots * Review: Remove useless previewMessagePaddingValues parameter in OudsTag
* Remove useless dependency in core-test * Fix a bug where api dependencies were not properly replaced when using testCentralPublisherPortalDeployment
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.
No description provided.