Releases: jonschoning/espial
Releases · jonschoning/espial
v0.0.36
- improve UI stability & positioning of elements after first render for less flash of content
- add language internationalization
- add language selector on
settingspage (persisted in user db and in session cookie) - supported languages:
en,de,es,fr,it,ja,ko,pl,pt-BR,ru,tr,uk,zh-Hans,zh-Hant - add appSetting
language-default- if not logged in and no previous cookie is present, the
language-defaultis used
- if not logged in and no previous cookie is present, the
- adjusted
migrationcommandcreateUserto takelanguageoption
- add language selector on
- corrected
migrationcommandcreateUserto set additional properties correctly on initial user creation - replaced npm Moment package with Intl.DateTimeFormat