v5.0.0
<a name"5.0.0">
5.0.0 (2016-12-20)
Bug Fixes
- TranslateService:
- Translate Directive:
- the directive listens to
onTranslationChange
events now (20881950)
- the directive listens to
Features
- Added default fallback language to English (15a75c24)
- TranslationService: getting translations for default lang when it's set (20881950, closes #332, #336)
Breaking Changes
- we will now fetch the translations for the default lang when it is set (if they are not already available). Also the default lang is now automatically set to the first lang that receives translations (if it is still undefined at that time). Setting the default lang will override this default behavior, so this will probably not break anything for you, but if you set the translations for the default lang first then you don't even have to call
setDefaultLang
anymore. (20881950)