All Versions
347
Latest Version
Avg Release Cycle
11 days
Latest Release
-

Changelog History
Page 25

  • v7.2.2 Changes

    • ๐Ÿ›  fixes issue in accepting string as a result of "nested" lookup PR909
  • v7.2.1 Changes

    • ๐Ÿ›  fixes iterating over object's own properties #904
  • v7.2.0 Changes

    • ๐Ÿ†• new init option simplifyPluralSuffix - setting it to false will treat all plurals using suffix numbers even for locals only having singular and plural
    • even if no lng set or detected at least load the fallback languages
    • delay init call on createInstance if not set initImmediate to false #879
  • v7.1.3 Changes

    • ๐Ÿ›  fixes issue in returnObject tree called with options including ns: react-i18next #240
  • v7.1.2 Changes

    • โœ‚ remove regex escape from format separators #896
  • v7.1.1 Changes

    • ๐Ÿ”„ change to named plugins for 3rd party - just calling init
  • v7.1.0 Changes

    • โž• add option to include plugins not directly related - they get called their init function with current instance of i18next on init
  • v7.0.1 Changes

    • ๐Ÿ›  fix issue in fallback lng detection if no code was detected
    • check for having a lng in append when searching locals to load on loadResources - avoid error on express middleware
  • v7.0.0 Changes

    • ๐Ÿšš [BREAKING] Removed special cases for norwegian which resolved nb-NO to nb-NO, no will now resolve to nb-NO, nb #870 using norwegian you could migrate to old behaviour like:

    fallbackLng: { 'nb': ['no', 'en'], 'nn': ['no', 'en'], 'default': ['en'] }

    • โž• adding exports for named import (destruction es6) #873
    • ๐Ÿ”„ change entry point for umd build to /src/i18next to avoid mixed export
    • ๐Ÿ“œ replace cloning in interpolation nesting to use object assign instead of json.stringify/parse so circular structures can be used #875
    • โšก๏ธ update all build dependencies
  • v6.1.2 Changes

    • ๐Ÿ›  fixes fix in 6.1.1