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.
- Update app documentation (
README.md
file)
- Bump acorn from 5.7.3 to 5.7.4.
- Loading state when the query is being made.
- Make the query of supported languages only when the user interacts with the
LocaleSwitcher
.
- A wrapper for the locale switcher to prevent the container from growing if the parent is
flex
and arelativeContainer
handle.
- Missing handling for
null
currentBinding
.
- Disappearing in the first render after a locale change.
- Component now renders on SSR
- Gets languages from binding and fallbacks to messages info
- All CSS handles.
- Fix supported locales
- Make render strategy
client
, i.e. component assets are fetched client-side with same priority as server-side blocks.
- Make locale switcher lazy.
- Build assets with new builder hub.
LocaleSwitcher
component.