Skip to content

Commit d65a9b1

Browse files
AhmedAmineZrB3nz01dboosted-botAhmed Amine Zribinouha06
authored
Release v0.5.0 (#319)
Release v0.5.0 (#319) Version 0.5.0 (#319) Release of version 0.5.0 See below the full CHANGELOG details. Added: - [DemoApp][Library] Create component - `Text Input` ([#5O](#50)) - [DemoApp][Library] Create component - `Tag` ([#52](#52)) - [DemoApp][Library] Integration of Sosh theme ([#262](#262)) Changed: - [DemoApp][Library] remove style loading `Button` and replace with loader ([#304](#304)) - [DemoApp] Update Kotlin version to 2.0.0 ([#303](#303)) - [DemoApp][Library] Update component - `Button version 3.0` ([#279](#279)) - [DemoApp][Library] Refactor with custom configuration Rounded `Button`, `Tag` and `TextInput` ([#299](-#299)) - [Library] Refactor `Chip` and `Button` classes name ([#298](-#298)) - [DemoApp] Include Design Component version in Design Toolbox App ([#240](#240)) - [DemoApp] Replace components illustrations by the components themselves ([#247](#247)) - [DemoApp] Replace app icon with Flutter icon for Design Toolbox ([#268](#268)) Fixed: - [Library] Wrong token used in tag input for disabled status ([#310](#310)) - [Library] Flutter Web build fails due to Platform usage in theme ([#300](#300)) - [Library] wrong role for checkbox a11y ([#261](#261)) - [DemoApp] the bottom sheet should be closed by default for a11y ([#263](#263)) --------- Signed-off-by: Tayeb Sedraia <[email protected]> Signed-off-by: Nouha Hammami < [email protected] > Signed-off-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom> Co-authored-by: Benoit SUZANNE <[email protected]> Co-authored-by: OUDS Bot [bot] <[email protected]> Co-authored-by: boosted-bot <[email protected]> Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom> Co-authored-by: Nouha Hammami <[email protected]>
1 parent 760bc36 commit d65a9b1

File tree

501 files changed

+11472
-4233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

501 files changed

+11472
-4233
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,10 @@ jobs:
5353
cd ouds_theme_orange
5454
flutter test
5555
56-
- name: Run ouds_theme_orange_country tests
56+
- name: Run ouds_theme_sosh tests
5757
shell: bash
5858
run: |
59-
cd ouds_theme_orange_country
60-
flutter test
61-
62-
- name: Run ouds_theme_white_label tests
63-
shell: bash
64-
run: |
65-
cd ouds_theme_white_label
59+
cd ouds_theme_sosh
6660
flutter test
6761
6862
build-android:

NOTICE.txt

Lines changed: 69 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ in whole or part of, in any medium, except as required for reasonable and custom
88
and reproducing the content of the NOTICE and DOCUMENTATION files.
99
Any use or displaying shall constitute an infringement under intellectual property laws of France and international conventions.
1010

11+
## OUDS / Design Toolbox
1112
ouds-flutter/app/assets/about_privacy_policy.md
1213
ouds-flutter/app/assets/about_legal_information.md
1314
ouds-flutter/app/assets/ic_heart.svg
@@ -29,26 +30,73 @@ ouds-flutter/app/assets/il_tokens_opacity.svg
2930
ouds-flutter/app/assets/il_tokens_opacity_dark.svg
3031
ouds-flutter/app/assets/il_tokens_typography.svg
3132
ouds-flutter/app/assets/il_tokens_typography_dark.svg
32-
ouds-flutter/app/assets/il_components_divider.svg
33-
ouds-flutter/app/assets/il_components_divider_dark.svg
34-
ouds-flutter/app/assets/il_components_checkbox.svg
35-
ouds-flutter/app/assets/il_components_checkbox_dark.svg
36-
ouds-flutter/app/assets/il_components_button_dark.svg
37-
ouds-flutter/app/assets/il_components_button.svg
38-
ouds-flutter/app/assets/il_components_radio_button.svg
39-
ouds-flutter/app/assets/il_components_radio_button_dark.svg
40-
ouds-flutter/app/assets/il_components_switch_dark.svg
41-
ouds-flutter/app/assets/il_components_switch.svg
42-
ouds-flutter/app/assets/il_components_badge_dark.svg
43-
ouds-flutter/app/assets/il_components_badge.svg
44-
ouds-flutter/app/assets/il_components_chip.svg
45-
ouds-flutter/app/assets/il_components_chip_dark.svg
46-
47-
48-
ouds-core/assets/checkbox_selected.svg
49-
ouds-core/assets/checkbox_indeterminate.svg
50-
ouds-core/assets/symbol_radio_selected.svg
51-
ouds-core/assets/symbol_switch_checked.svg
52-
ouds-core/assets/symbol_filter_chip_selected.svg
33+
ouds-flutter/app/assets/il_tokens_border.svg
34+
ouds-flutter/app/assets/il_tokens_border_dark.svg
35+
36+
## OUDS / Themes / Orange
37+
ouds_theme_orange/assets/ic_bullet.svg
38+
ouds_theme_orange/assets/ic_bullet_nested_1.svg
39+
ouds_theme_orange/assets/ic_bullet_nested_2.svg
40+
ouds_theme_orange/assets/ic_checkbox_selected.svg
41+
ouds_theme_orange/assets/ic_checkbox_undeterminate.svg
42+
ouds_theme_orange/assets/ic_chevron_down.svg
43+
ouds_theme_orange/assets/ic_chevron_left.svg
44+
ouds_theme_orange/assets/ic_chevron_right.svg
45+
ouds_theme_orange/assets/ic_chevron_up.svg
46+
ouds_theme_orange/assets/ic_delete.svg
47+
ouds_theme_orange/assets/ic_heart.svg
48+
ouds_theme_orange/assets/ic_radio-button_selected.svg
49+
ouds_theme_orange/assets/ic_search.svg
50+
ouds_theme_orange/assets/ic_switch_selected.svg
51+
ouds_theme_orange/assets/ic_tick.svg
52+
ouds_theme_orange/assets/ic_positive.svg
53+
ouds_theme_orange/assets/ic_info.svg
54+
ouds_theme_orange/assets/ic_warning.svg
55+
ouds_theme_orange/assets/ic_error.svg
56+
ouds_theme_orange/assets/ic_heart.svg
57+
ouds_theme_orange/assets/ic_bullet_rounded.svg
58+
ouds_theme_orange/assets/ic_important_alert.svg
59+
60+
ouds_theme_sosh/fonts/Roboto-Black.ttf
61+
ouds_theme_sosh/fonts/Roboto-Bold.ttf
62+
ouds_theme_sosh/fonts/Roboto-Medium.ttf
63+
ouds_theme_sosh/fonts/Roboto-Regular.ttf
64+
ouds_theme_sosh/fonts/Roboto-Thin.ttf
65+
ouds_theme_sosh/fonts/SF-Pro-Display-Black-Black.ttf
66+
ouds_theme_sosh/fonts/SF-Pro-Display-Black-Bold.ttf
67+
ouds_theme_sosh/fonts/SF-Pro-Display-Black-Medium.ttf
68+
ouds_theme_sosh/fonts/SF-Pro-Display-Black-Regular.ttf
69+
ouds_theme_sosh/fonts/SF-Pro-Display-Black-Thin.ttf
70+
71+
72+
## OUDS / Themes / Sosh
73+
ouds_theme_sosh/assets/ic_bullet.svg
74+
ouds_theme_sosh/assets/ic_bullet_nested_1.svg
75+
ouds_theme_sosh/assets/ic_bullet_nested_2.svg
76+
ouds_theme_sosh/assets/ic_checkbox_selected.svg
77+
ouds_theme_sosh/assets/ic_checkbox_undeterminate.svg
78+
ouds_theme_sosh/assets/ic_chevron_down.svg
79+
ouds_theme_sosh/assets/ic_chevron_left.svg
80+
ouds_theme_sosh/assets/ic_chevron_right.svg
81+
ouds_theme_sosh/assets/ic_chevron_up.svg
82+
ouds_theme_sosh/assets/ic_delete.svg
83+
ouds_theme_sosh/assets/ic_heart.svg
84+
ouds_theme_sosh/assets/ic_radio-button_selected.svg
85+
ouds_theme_sosh/assets/ic_search.svg
86+
ouds_theme_sosh/assets/ic_switch_selected.svg
87+
ouds_theme_sosh/assets/ic_tick.svg
88+
ouds_theme_sosh/assets/ic_positive.svg
89+
ouds_theme_sosh/assets/ic_info.svg
90+
ouds_theme_sosh/assets/ic_warning.svg
91+
ouds_theme_sosh/assets/ic_error.svg
92+
ouds_theme_sosh/assets/ic_heart.svg
93+
ouds_theme_sosh/assets/ic_bullet_tag.svg
94+
ouds_theme_sosh/assets/ic_important_alert.svg
95+
96+
ouds_theme_sosh/fonts/Sosh-Black.ttf
97+
ouds_theme_sosh/fonts/Sosh-Bold.ttf
98+
ouds_theme_sosh/fonts/Sosh-Medium.ttf
99+
ouds_theme_sosh/fonts/Sosh-Regular.ttf
100+
ouds_theme_sosh/fonts/Sosh-Thin.ttf
53101

54102
End of the parts list under Orange SA Copyright

app/CHANGELOG.md

Lines changed: 25 additions & 1 deletion
-2 KB
-4.48 KB
Binary file not shown.
3.13 KB
Binary file not shown.
624 Bytes
Binary file not shown.
5.8 KB

0 commit comments

Comments
 (0)