Skip to content

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 17 Jan 13:36
· 145 commits to main since this release

🚀 Release adnbn v0.5.4 (2026-01-17)

🐛 Bug Fixed

  • update repository url format for compatibility with npm standards (d751d2b)

🤖 CI

  • release: enhance npm publish config and enable provenance in workflow (9bbae3e)

  • release: skip npm checks and clean release workflow config (f35fd05)

  • release: update npm settings and workflow for registry and provenance handling (8552c31)

  • release: update release config for npm provenance and registry handling (20377c4)

  • remove unused auth tokens from release workflow (1fbf28b)

🧹 Chores

  • deps: update dependencies in package-lock.json for latest versions (b3a1177)

  • deps: update package-lock to upgrade and align dependencies (1954eb8)

  • types: adjust interface formatting for consistency and readability (7f08239)

🛠️ Refactoring

  • locale: add container prop for dynamic lang/dir attribute handling (c409172)

  • locale: improve locale handling and language resolution logic (71d0b1c)

    • Renamed normalizeLocale to resolveLanguage for clarity.
    • Enhanced language detection logic with better fallback handling.
    • Added comprehensive comments to explain Chrome i18n locale detection limitations.
    • Improved error messages and logging for unsupported or failed locale resolutions.
    • Updated related imports and adjusted code for the resolveLanguage function.
  • Locale: streamline language detection and normalization logic (f420c38)

🙌 Contributors