Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 3.43 KB

File metadata and controls

70 lines (46 loc) · 3.43 KB

Accessibility Statement Lib iOS

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.

2.2.0 - 2026-05-07

Added

  • .orangeCompact configuration for Theme with new OUDS version (rename of Orange Business Tools to Orange Compact)

Changed

  • Use OUDS library from 2.0.0

2.1.2 - 2026-01-27

Changed

  • Use OUDS v1.1.0 instead of v1.1.0-rc.1 to avoid compilation troubles with SPM if OUDS v1.1.0 is also embeded

2.1.1 - 2026-01-27

Fixed

  • Compilation issues because of Xcode Preview not able to get DEBUG init (#62)

2.1.0 - 2026-01-27

Added

  • Support of locales ca, es, nl, pl, ro, ru, sk (#46)
  • Integration of OUDS library (version 1.1.0-rc.1) (#38)

Changed

  • GitHub Actions workflow dedicated to snapshots
  • Add XCTestPlan for unit tests
  • Update README with Swift Package Index badge (#47)
  • Generation of documentation and upload for GitHub Pages (#50)

Fixed

  • When using VoiceOver, the audit date month was abbreviated and not vocalized correctly (#54)
  • Hard-coded "Details" word instead of localized resource in webview title (#53)

2.0.0 - 2026-01-22

Added

  • AGENTS.md file
  • New API to init the StatementView without side effects

Changed

  • Use templates for issues and pull requests (#35)
  • Use of .gitignore (#41)
  • Update test suite (#40)
  • BREAKING: Rename of types, parameters and API (#39)
  • Swift DocC documentation of library (#29)
  • SBOM generation (#37)
  • Use of git-cliff for release notes (#36)
  • Git hooks for commit messages (#33)
  • GitHub Actions workflow to check of secrets leaks (#30)
  • GitHub Actions workflow to check of dead code (#28)
  • GitHub Actions workflow to lint of sources (#27)
  • Common files for repository hygiene (#31)
  • Git hooks to format sources (#25)
  • GitHub Actions workflow to check localizables (#24)