New Features
- Replaced
importRemoteImage
withimportImage
to add support for regular & dynamic paths. CheckimportImage
documentation b8ac78e
Removals
- Removed the
importRemoteImage
API. UseimportImage
instead. - Removed the
globalImportRemoteImage
global config option.
Documentation
- Fixed the code example of the
assetFileNames
global config option