Skip to content

Remove deprecated code and API#820

Merged
nouha06 merged 7 commits into
prepare-new-version-2.0.0from
Remove-deprecated-code-and-APIs
Jun 19, 2026
Merged

Remove deprecated code and API#820
nouha06 merged 7 commits into
prepare-new-version-2.0.0from
Remove-deprecated-code-and-APIs

Conversation

@nouha06

@nouha06 nouha06 commented Jun 19, 2026

Copy link
Copy Markdown
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

  • (NA) My change follows accessibility good practices

Design

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

Development

  • My change follows the developer guide
  • (NA) 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
  • (NA) Design review
  • (NA) A11y review
  • (NA) Internal files have been updated if relevant (THIRD_PARTY, NOTICE)
  • (NA) CHANGELOG.md files have been updated respecting keep a changelog rules and referencing the issue

@nouha06 nouha06 requested a review from AhmedAmineZr June 19, 2026 14:01
@nouha06 nouha06 self-assigned this Jun 19, 2026
@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown

📖 Documentation preview deployed!

🔗 https://flutter.unified-design-system.orange.com/prPreview/820/

github-actions Bot pushed a commit that referenced this pull request Jun 19, 2026
@AhmedAmineZr AhmedAmineZr changed the base branch from develop to prepare-new-version-2.0.0 June 19, 2026 15:14
github-actions Bot pushed a commit that referenced this pull request Jun 19, 2026
@AhmedAmineZr AhmedAmineZr force-pushed the Remove-deprecated-code-and-APIs branch from 32b84c1 to 277ce85 Compare June 19, 2026 16:34
nouha06 added 2 commits June 19, 2026 17:36
… into Remove-deprecated-code-and-APIs

# Conflicts:
#	MIGRATION.md
@nouha06 nouha06 merged commit ab4762a into prepare-new-version-2.0.0 Jun 19, 2026
13 checks passed
@nouha06 nouha06 deleted the Remove-deprecated-code-and-APIs branch June 19, 2026 16:53
github-actions Bot pushed a commit that referenced this pull request Jun 19, 2026
AhmedAmineZr added a commit that referenced this pull request Jun 19, 2026
* chore(version): prepare new version 2.0.0

* feat(🤖): update tokens version 2.4.0 (#726)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* chore(version): prepare new version 2.0.0

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>
Co-authored-by: nhammami <nouha.hammami@sofrecom.com>

* fix: resolve issue about app_settings

* chore(🤖): update tokens 2.5.0 (#778)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* chore(version): prepare new version 2.0.0

* chore: update tokens

* Remove decorative colors and fix build errors

* chore: update changelog and readme

* chore: remove sketlon component iin readme

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>
Co-authored-by: nhammami <nouha.hammami@sofrecom.com>
Co-authored-by: Florent Maitre <florent.maitre@orange.com>

* fix: add missing size token in responsive

* chore: `tag` component update to v1.5 and input tag to v1.2(#694)(#695)(#481)(#737)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* feat(tag): update tag component to v1.5.0

* feat(input-tag): update input tag component to v1.2.0

* merge: fix conflicts

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* fix(input-tag): the whole component should have the role button accessibility

* feat(tag): fix the warning icon and color for tag component

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore: `phone number input` component update to v13 (#690)(#571)(#762)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat(phone-number-input): update phone number input to v1.3

* fix(password-input): Add a hint to explain how to interact with field

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore(deps): update dependency: bump dartdoc from 8.3.4 to 9.0.4 (#780)

* chore(deps): update dependency: bump dartdoc from 8.3.4 to 9.0.4

Bumps [dartdoc](https://github.com/dart-lang/dartdoc) from 8.3.4 to 9.0.4.
- [Release notes](https://github.com/dart-lang/dartdoc/releases)
- [Changelog](https://github.com/dart-lang/dartdoc/blob/main/CHANGELOG.md)
- [Commits](dart-lang/dartdoc@v8.3.4...v9.0.4)

---
updated-dependencies:
- dependency-name: dartdoc
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore(deps): bump swift-protobuf to 1.38.0 in /app/ios (#773)

* chore(deps): update dependency: bump github.com/apple/swift-protobuf

Bumps [github.com/apple/swift-protobuf](https://github.com/apple/swift-protobuf) from 1.28.2 to 1.38.0.
- [Release notes](https://github.com/apple/swift-protobuf/releases)
- [Commits](apple/swift-protobuf@1.28.2...f6506ea)

---
updated-dependencies:
- dependency-name: github.com/apple/swift-protobuf
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* fix: dart doc version (#786)

* fix: dart doc version

* chore: update change log

* chore: update design version in doc

* chore: update library icons to use the one from v1.6 (#661)(#787)

* chore:  `badge icon` component update to v13 (#680)(#740)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* feat(badge-icon): update badge icon to v1.3

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat(badge-icon): update badge icon to v1.3

* review: add comment of using badge version in demo screen

* feat(badge-icon): fix disabled color token

* fix: merge conflicts

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore:  `badge icon` component update to v13 (#680)(#740)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* feat(badge-icon): update badge icon to v1.3

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat(badge-icon): update badge icon to v1.3

* review: add comment of using badge version in demo screen

* feat(badge-icon): fix disabled color token

* fix: merge conflicts

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore: update dardoc action

* fix: update changelog

* chore: `filter chip` and `suggestion chip` component update to v1.4 (#688)(#474)(#738)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* fix(chip): Make filter chip reachable by keyboard and Switch Access focus

* feat(chip): fix the accessibility zoom when selected chip

* fix(a11y): Make FilterChip focusable  by Switch Access

* chore: update design version in doc

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore: `password input` component update to v13 (#689)(#488)(#753)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat(password-input): update password input to v1.3

* fix(password-input): Label is truncated when zoom is applied

* feat(password-input): update changelog file

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore: `text input` component update to v14 (#692)(#754)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat(text-input): update text input to v1.4

* feat(text-input): update loader component

* feat(text-input): update loader component

* feat(text-input): add missing padding for suffix text

* chore: update version in doc

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore(rich-text): for `alert message` `switch` `radio` `checkbox` `text input` `pin code input` `phone number input` components update api to use rich text (#647)(#782)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat(rich-text): For `alert message`, `switch`, `radio`, `checkbox`, `text input`, `PIN code put`, `phone number input` components, update API to use rich text

* feat(rich-text): update doc of using link in rich text and add example in demo app

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* fix: update pubspec file with icons 1.6 (#794)

* fix: update path of assets in pubspec.yaml

* chore: update changelog

---------

Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore: update `ToolBarTop` with `oudsBadge` in trailling actions (#642)(#770)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat: Update `ToolBar Top`, with Badge in Trailing Actions

* feat: fix merge conflicts

* feat(topbar): add border for top bar badge

* chore: update version in doc

* chore: update changelog

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore:update `Bottom Bar` with `animation indicator` (#633)(#625)(#627)(#771)

* chore:update `Bottom Bar` with animation indacator

* chore: Add border to badge in bar and textStyle

* chore: resolve a11y zoom and voiceOver

* fix: order of the accessible label sur android

* fix: switching from on/off without animation ios

* fix: VoiceOver a11y TabBar

* chore: update a11y badge text

* feat(ai): Add agent.md to project (#668)(#669)

* feat(ai): Add agent.md to project

* chore: update agent and add skills

* review: apply Copilot review suggestions

* chore: rename skills and add optimisation of agent

* chore: `pin code input` component update to v13 (#691)(#628)(#776)(#791)(#555)(#761)

* chore: update tokens

* chore: update tokens with version 2.4.0

* chore: update tokens with version 2.4.0

* chore: update version components

* chore(version): prepare version 2.0.0 (#747)

Prepare version v2.0.0 (#747)

* feat(pin-code-input): update pin code input to v1.3

* fix(pin-code-input): do not move focus automatically when voice over is active and remove the hint of the group of digits

* feat(pin-code-input): update component and fix accessibility issues

* feat(pin-code-input): update component and fix accessibility issues

* chore: update design version in doc

* fix: glitch when typing on keyboard and Delete Functionality

* chore: update changelog

* fix(pin-code-input): improve PIN input accessibility for screen readers

-restore automatic focus move to next digit
- show blinking focus on last digit cell
- announce the newly focused digit when focus moves
- rename digit fields to use ordinal positions (e.g. "1st digit", "2nd digit")
  instead of ambiguous labels like "code digit 1"
- allow double-tap on the grouped PIN input label to focus and edit the first digit

---------

Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* Remove deprecated code and API (#820)

* feat: Remove all deprecation from the API

* feat: update changelog

* chore: update migration.md

* chore: update migration.md

* feat: update changelog

---------

Co-authored-by: Ahmed Amine Zribi <ahmedamine.zribi@sofrecom.com>

* chore: update changelog

---------

Signed-off-by: dependabot[bot] <support@github.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: nhammami <nouha.hammami@sofrecom.com>
Co-authored-by: Florent Maitre <florent.maitre@orange.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AhmedAmineZr added a commit that referenced this pull request Jun 19, 2026
Release v2.0.0 (#821)
Release v2.0.0 (#821)
Version 2.0.0 (#821)
Release of version2.0.0
See below the full CHANGELOG details.

### Added
- Add agents.md with skills to project ([#668](#668))

### Changed
- [Library] Remove deprecated code and API ([#820](#820))
- [Library] update `Pin code input` component to v1.3 ([#691](#691))
- [Library] `tab bar component`, update the animation of the `selected tab indicator` ([#633](#633))
- [DemoApp][Library] Update `ToolBar Top`, with Badge in Trailing Actions ([#642](#642))
- [DemoApp][Library] update `alert message`, `switch`, `radio`, `checkbox`, `text input`, `pin code input`, `phone number input`, components to use rich text ([#782](#782))
- [Library] Update text input component to v1.4 ([#692](#692))
- [Library] update `Password input` component to v1.3 ([#689](#689))
- [Library] `filter chip` and `suggestion chip` component update to v1.4 ([#688](#688))
- [DemoApp][Library] update `badge icon` component to 1.3.0 ([#680](#680))
- [Library] update library icons to use the one from v1.6 ([#661](#661))
- [Library] deps downgrade dartdoc from to 8.3.3 to fix meta version ([#786](#786))
- [DemoApp] deps update dependency github.com/apple/swift-protobuf to 1.38.0 ([#773](#773))
- [Library] deps update dependency bump dartdoc to 9.0.4 ([#780](#780))
- [Library] update `Phone number input` component to v1.3 ([#690](#690))
- [Library] update `tag` component to v1.5 ([#694](#694))
- [Library] update `input tag` component to v1.2 ([#695](#695))
- [DemoApp][Library] update tokens 2.5.0 ([#778](#778))
- [DemoApp][Library] update tokens 2.4.0 ([#726](#726))

### Fixed
- [Library] `Pin code input` Issue with Delete Functionality in the PIN Field ([#791](#791))
- [Library] `Pin code input` glitch when typing on keyboard ([#776](#776))
- [Library] `Pin code input` Focus should not move automatically to the next field ([#649](#649))
- [Library] `Pin code input` Remove the hint on the group of digits ([#628](#628))
- [DemoApp][Library] `Bottom Bar` Inconsistent order of the accessible ([#625](#625))
- [Library] `Bottom Bar` Overlap when zoom is activated ([#627](#627))
- [DemoApp] Update pubspec icons 1.6 ([#794](#794))
- [Library] `Password input` Label is truncated when zoom is applied ([#600](#600))
- [Library] `Filter chip` is not reached by keyboard focus or Switch Access focus ([#474](#474))
- [Library] `Phone number input` Add a hint to explain how to interact with fields  ([#571](#571))
- [Library] `input tag` the whole component should have the role button ([#481](#481))

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Tayeb Sedraia <tayeb.sedraia@orange.com>
Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Co-authored-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>
Co-authored-by: OITSofrecom <oitsofrecom@MacBook-Pro-de-OITSofrecom.local>
Co-authored-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
Co-authored-by: abdelghafour amiri <abdelghafour.amiri@sofrecom.com>
Co-authored-by: Florent Maitre <florent.maitre@orange.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