Skip to content

Main#509

Closed
AhmedAmineZr wants to merge 4 commits intodevelopfrom
main
Closed

Main#509
AhmedAmineZr wants to merge 4 commits intodevelopfrom
main

Conversation

@AhmedAmineZr
Copy link
Member

Note: Please transform - [ ] into - (NA) in the description when things are not applicable

Related issues

Description

Motivation & Context

Types of change

  • Bug fix (non-breaking which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would change existing functionality)

Previews

Checklist

Contribution

Accessibility

  • My change follows accessibility good practices

Design

  • My change respects the design guidelines of Orange Unified Design System

Development

  • My change follows the developer guide
  • I have added unit tests to cover my changes (optional)

Documentation

  • My change introduces changes to the documentation and/or I have updated the documentation accordingly

Checklist (for Core Team only)

  • Manually test (dark mode, RTL, landscape display, tablet)
  • Documentation has been updated if relevant
  • Design review
  • A11y review
  • Internal files have been updated if relevant (THIRD_PARTY, NOTICE)
  • changelog.md has been updated respecting keep a changelog rules and referencing the issue

Tayebsed93 and others added 4 commits June 10, 2025 21:02
Release v0.4.0 (#251)
Version 0.4.0 (#251)
Release of version 0.4.0
See below the full CHANGELOG details.

### Added
- [DemoApp][Library] Create component - `Filter Chip` ([#213](#213))
- [DemoApp][Library] Create component - `Suggestion Chip` ([#212](#212))
- [DemoApp] Create component - Badge ([#88](https://github.com/Orange-OpenSource/ouds-flutter/issues/#88))
- [DemoApp][Library] Create component - `Switch` ([#49](#47))
- [DemoApp][Library] Tokens: `tag` ([#241](https://github.com/Orange-OpenSource/ouds-flutter/issues/#241))
- [DemoApp][Library] Tokens: `badge` ([#238](https://github.com/Orange-OpenSource/ouds-flutter/issues/#238))
- [DemoApp] Display components in both light/dark mode ([#223](#223))
- [DemoApp] Add token version in About page and documentation ([#142](https://github.com/Orange-OpenSource/ouds-flutter/issues/#142))

### Changed
- [DemoApp][Library] Update tokens 1.2.0 ([#236](#236))
- [DemoApp][Library] Update tokens 1.1.0 ([#225](#225))

### Fixed
- [Tool] add assets to `notice.txt` ([#244](#244))
- [DemoApp][Library] Delayed pressed state ([#220](#220))
- [DemoApp] Update cards backgrounds token ([#204](#204))
- [DemoApp][Library] Token `size` values now adapt based on device type ([#218](#218))
- [DemoApp] Color order mismatch in `Divider` component ([#216](#216))

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tayeb Sedraia <tayeb.sedraia@orange.com>
Co-authored-by: OUDS Bot [bot] <130566815+boosted-bot@users.noreply.github.com>
Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Nouha Hammami <nouha.hammami@sofrecom.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom>
Release v0.4.0 (#251)
Version 0.4.0 (#251)
Release of version 0.3.0
See below the full CHANGELOG details.

### Added
- [DemoApp][Library] Create component - `Filter Chip` ([#213](#213))
- [DemoApp][Library] Create component - `Suggestion Chip` ([#212](#212))
- [DemoApp] Create component - Badge ([#88](https://github.com/Orange-OpenSource/ouds-flutter/issues/#88))
- [DemoApp][Library] Create component - `Switch` ([#49](#47))
- [DemoApp][Library] Tokens: `tag` ([#241](https://github.com/Orange-OpenSource/ouds-flutter/issues/#241))
- [DemoApp][Library] Tokens: `badge` ([#238](https://github.com/Orange-OpenSource/ouds-flutter/issues/#238))
- [DemoApp] Display components in both light/dark mode ([#223](#223))
- [DemoApp] Add token version in About page and documentation ([#142](https://github.com/Orange-OpenSource/ouds-flutter/issues/#142))

### Changed
- [DemoApp][Library] Update tokens 1.2.0 ([#236](#236))
- [DemoApp][Library] Update tokens 1.1.0 ([#225](#225))

### Fixed
- [Tool] add assets to `notice.txt` ([#244](#244))
- [DemoApp][Library] Delayed pressed state ([#220](#220))
- [DemoApp] Update cards backgrounds token ([#204](#204))
- [DemoApp][Library] Token `size` values now adapt based on device type ([#218](#218))
- [DemoApp] Color order mismatch in `Divider` component ([#216](#216))
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 <tayeb.sedraia@orange.com>
Signed-off-by: Nouha Hammami < nouha.hammami@sofrecom.com >
Signed-off-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom>
Co-authored-by: Benoit SUZANNE <benoit.suzanne@orange.com>
Co-authored-by: OUDS Bot [bot] <130566815+boosted-bot@users.noreply.github.com>
Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom>
Co-authored-by: Nouha Hammami <nouha.hammami@sofrecom.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants