This release contains bug fixes and a new experimental option, you may need to refresh your lockfiles while updating.
⚙️ Configurable generated file and directory paths
In v9 (and lower) the i18n file and directory paths are absolute by default which could expose sensitive path information about your build environment in production.
To combat this we have added a new experimental option, experimental.generatedLocaleFilePathFormat
, which is used to configure the way these paths are processed. We will explore more approaches to improve this functionality in the future.
Check out the documentation on its usage here.
🚀 Features
- Configurable generated file and directory paths - by @BobbieGoede in #3235 (abc3d)
🐞 Bug Fixes
- Sync route parsing utilities - by @BobbieGoede in #3211 (5363e)
- Support special characters in generated messages type keys - by @BobbieGoede in #3223 (543e4)
- Messages type generation not watching locale files - by @BobbieGoede in #3224 (c0532)
- types: