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.
- Fixed NovaLangField namespace
1.2.0 - 2019-12-12
- changed logic that decides whether to show locales or not.
- Now when user is editing a resource that has a locale that is not defined in the config file, it will show a dropdown menu. Previously the navigation locale was not shown
1.1.0 - 2019-11-11
- Added new error toast when user wants to change previously set valid locale
- When locale assigned to a item is not defined in config file, allows the user to change the locale
- Fixed when vuex store commit is called from another vue component, now no longer goes into an infinite loop
1.0.0 - 2019-11-08
-
Added new field NovaLangField
-
new Helpers:
- nova_lang_get_all_locales
- nova_lang_get_active_locale
- nova_lang_set_active_locale helpers
-
READ.me and CHANGELOG.md files
-
Added watch method to Navigation.vue to read locale parameter in query
-
New Nova.Store module
- No longer reloads the page when assigning new locale
- Now uses vuex storage to keep and update active locale in vue components.