This repository was archived by the owner on Mar 2, 2021. It is now read-only.
Releases: openmrs/openmrs-react-root-decorator
Releases · openmrs/openmrs-react-root-decorator
Release list
v3.3.1
v3.3.0
- Updated dependencies
- Updated to
@openmrs/esm-config - Added TypeScript declaration file
- Marked
@openmrs/esm-configas peer dependency
v3.2.0
Features
- Better error messaging when i18next translations do not properly load (#8)
v3.1.0
Features
- New
disableTranslationsprop that defaults tofalse. (#7)
v3.0.0
v2.0.0
Breaking changes
throwErrorToConsolewas documented as anopt, but being used as aprop. It has now been corrected so that theoptis what matters, not the prop. (#5)- The new
moduleNameopt is now required. This allows the decorator to provideModuleNameContextfor use with esm-module-config. Now you can douseConfig()and get the config value for your module. (#6)
Maintenance
- Fixing tests (#4)