Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.76 KB

CHANGELOG.md

File metadata and controls

54 lines (40 loc) · 2.76 KB

OUDS iOS library changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0 - 2024-08-08

Added

  • [Library] Add simple logger for console outputs
  • [Library] Add unit tests for Sosh brand colors raw tokens
  • [Library] Add unit tests for Orange brand colors raw tokens
  • [Library] Add unit tests for foundations
  • [Library] Add unit tests for raw tokens and semantic tokens for colors
  • [Library] Add draft of raw tokens and semantic tokens for grids

Changed

  • [Library] Redefine Swift Package with clearer path for sources, tests cases and test plan
  • [Library] Expose product "OUDSThemesCommons" instead of "OUDSThemesShared"
  • [Library] Improve unit tests for elevation semantic tokens
  • [Library] Improve unit tests for typography raw tokens
  • [Library] Improve unit tests for opacity raw tokens
  • [Library] Improve unit tests for elevations raw tokens
  • [Library] Improve unit tests for dimensions raw tokens
  • [Library] Improve unit tests for borders raw tokens

Fixed

  • [Library] Value for color raw token colorFunctionalScarlet700

0.0.0 - 2024-08-07

Added

  • [Library] Add draft of raw tokens and semantic tokens for typography

  • [Library] Add draft of raw tokens and semantic tokens for dimensions

  • [Library] Add draft of raw tokens and semantic tokens for colors

  • [Library] Add draft of raw tokens and semantic tokens for grids

  • [Library] Add draft of raw tokens and semantic tokens for elevation

  • [Library] Add raw tokens and semantic tokens for opacity (#29)

  • [Library] Add raw tokens and semantic tokens for border (#30)

  • [Library] Define Swift Package architecture of library and tokens (raw and semantic) (#33)

  • [Library] Define Swift Package library for OUDS (#46)

  • [Showcase] Publication of comment on issues about new alpha build upload on TestFlight (#56)

  • [Showcase] Distribute demo app development version (#12)

  • [Showcase] Distribute demo app for feature validation (#13)

  • [Showcase] Create the basic architecture of the demo application (#6)

Changed

Fixed