Features
- As part of the AMP feature, we have made the Image component from
@frontity/componentsAMP-aware and remove the Intersection Observer fallback which used to lazily load images in the absence of native lazy loading. #826
Fixes
- Fix Webpack/TS-Node excludes not working on Windows. #840
- Fix transpilation of
frontity.config.jsfiles in external packages. #837 - Refactor
createSymlinksto use a custom implementation offs-extra'sreadFilefunction. #843
Credits
Huge thanks to @michalczaplinski, @DAreRodz and @luisherranz for helping on this release! 
Packages changelog
@frontity/components@1.8.0
Minor Changes
-
2f988427#826 Thanks @michalczaplinski! - Make the Image component from@frontity/componentsAMP-aware and remove the Intersection Observer fallback which used to lazily load images in the absence of native lazy loading.
@frontity/core@1.14.2
Patch Changes
-
a154a9cb#840 Thanks @luisherranz! - Fix Webpack/TS-Node excludes not working on Windows. -
63154b4f#837 Thanks @luisherranz! - Fix transpilation offrontity.config.jsfiles in external packages. -
31cf53f0#843 Thanks @DAreRodz! - RefactorcreateSymlinksto use a custom implementation offs-extra'sreadFilefunction.