Skip to content

@learningmap/learningmap@0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jan 11:06
· 19 commits to main since this release
c2aaedc

Minor Changes

  • d6220ac Thanks @mikebarkmin! - Add "Auto" language detection and improve i18n system
    • Add "Auto" option to language dropdown that automatically detects browser language
    • Add getLanguage() and getTranslations() methods to editor store for easier access
    • Change default language from "en" to "auto" for better user experience
    • Improve language selection logic: settings.language → defaultLanguage → browser detection
    • Simplify translation access throughout components via store methods
    • Better support for international users with automatic language detection