-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release of version 0.8.0 See bellow the full CHANGELOG details. Added: - [Library] New architecture with tokens provider ([#79](#79)) - [DemoApp] Prepare new architecture to add components illustration ([#328](#328)) Changed: - [Tool] Update `net-http` gem from 0.5.0 to 0.6.0 - [Tool] Update `SwiftLint` pod from v0.57.0 to v0.57.1 - [Tool] Update `SwiftFormat/CLI` pod from v0.54.6 to v0.55.3 - [Tool] Update `fastlane` gem from v2.225.0 to v2.226.0 - [Library] Update `FontSemanticTokens` (tokenator *20241213075501*) - [Library] Update `FontSemanticTokens` (tokenator *20241211115813*) - [Library] Update `FontRawTokens` (tokenator *20241211101443*) - [Tool] Migrate from `xcode_install` to `xcodes` in Fastfile, freeze Xcode version (16.0) - [Library] Rename `Typography*` tokens and elements to `Font*` ([#322](#322)) - [Library] Update `ColorSemanticTokens` (tokenator *20241204111709*) - [Library] Update `SpaceSemanticTokens` (tokenator *20241204110127*) - [Library] Rename `opacityTransparent` opacity semantic token to `opacityInvisible` - [Library] Update `OpacitySemanticTokens` and `OpacityRawTokens` tokens (tokenator *20241204110957*) - [Library] Update `OrangeBrandColorRawTokens` tokens (tokenator *20241204111119*) - [Library] Update `SizeSemanticTokens` tokens (tokenator *20241204110236*) - [Library] Rename any `sizeIcon**` size semantic tokens applying "T-shirt sizes" template - [Library] Update `ElevationSemanticTokens` and `ColorRawTokens` tokens (tokenator *20241204111249*) - [Library] Rename any `colorTransparent*` color semantic tokens to `colorOpacity*` - [DemoApp] Reactor UI test to use theme in environment ([#299](#299)) Removed: - [Library] Font raw tokens `fontFamilyBrandDefault`, `fontFamilyBrandTV`, `fontFamilySystemArial`, `fontFamilySystemHelvetica`, `fontFamilySystemNotoSans`, `fontFamilySystemSFPro`, `fontFamilySystemRoboto`, `fontFamilyMonospaceMonaco`, `fontFamilyMonospaceCourierNew`, `fontFamilySystemArial` - [Library] Space semantic tokens `*WithIcon*`, `*WithArrow*` - [Library] Elevation semantic tokens `elevationBlurOverlayDefault`, `elevationBlurOverlayEmphasized`, `elevationXOverlayDefault`, `elevationXOverlayEmphasized`, `elevationYOverlayDefault`, `elevationYOverlayEmphasized`, `elevationColorOverlayDefaultLight`, `elevationColorOverlayEmphasizedLight`, `elevationColorOverlayDefaultDark`, `elevationColorOverlayEmphasizedDark` Co-authored-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> Co-authored-by: Ludovic Pinel <ludovic.pinel@orange.com> Co-authored-by: boosted-bot <boosted-bot@users.noreply.github.com>
- Loading branch information
Showing
3,223 changed files
with
20,863 additions
and
19,691 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
|
||
# Please keep the list sorted. | ||
|
||
Orange | ||
Orange SA |
Validating CODEOWNERS rules …
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
name: Component Update Request | ||
description: Please fill out the following details for your component update request. | ||
title: "[Component Update] " | ||
labels: ["⚛️ component", "🔍 triage"] | ||
assignees: ["ludovic35", "pylapp"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe your need in details | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: motivation_context | ||
attributes: | ||
label: Motivation & Context | ||
description: Why is this change required? What problem does it solve? | ||
- type: checkboxes | ||
attributes: | ||
label: Types of change | ||
description: Please fill the suitable items in the list | ||
options: | ||
- label: Add new component | ||
- label: Update existing component | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist for Core Team | ||
description: Some points to check before any merge | ||
options: | ||
- label: Tokens have been updated | ||
- label: Documentations have been updated | ||
- label: Unit tests have been updated | ||
- label: UI tests have been updated | ||
- label: Demo app have been updated | ||
- label: Retrocompatibility has been checked, or broken API have been flagged as deprecated with a workaround |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Demo App Update Request | ||
description: Please fill out the following details for your demo app update request. | ||
title: "[Demo App] " | ||
labels: ["📱 demo app", "🔍 triage"] | ||
assignees: ["ludovic35", "pylapp"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe your need in details. Which screens? Which tokens, components or modules? | ||
validations: | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist for Core Team | ||
description: Some points to check before any merge | ||
options: | ||
- label: Tokens have been updated (if needed) | ||
- label: Documentations have been updated (if needed) | ||
- label: Unit tests have been updated and still pass | ||
- label: UI tests have been updated and still pass | ||
- label: Retrocompatibility has been checked, or broken API have been flagged as deprecated with a workaround |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Module Update Request | ||
description: Please fill out the following details for your module update request. | ||
title: "[Module Update] " | ||
labels: ["🎇 module", "🔍 triage"] | ||
assignees: ["ludovic35", "pylapp"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Describe your need in details | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: motivation_context | ||
attributes: | ||
label: Motivation & Context | ||
description: Why is this change required? What problem does it solve? | ||
- type: checkboxes | ||
attributes: | ||
label: Types of change | ||
description: Please fill the suitable items in the list | ||
options: | ||
- label: Add new module | ||
- label: Update existing module | ||
- type: checkboxes | ||
attributes: | ||
label: Checklist for Core Team | ||
description: Some points to check before any merge | ||
options: | ||
- label: Documentations have been updated | ||
- label: Tests have been updated if needed | ||
- label: Demo app has been updated if needed | ||
- label: Retrocompatibility has been checked, or broken API have been flagged as deprecated with a workaround |
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.