Frontity release: Fix Frontity not working on Windows

Features

  • As part of the AMP feature, we have made the Image component from @frontity/components AMP-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.js files in external packages. #837
  • Refactor createSymlinks to use a custom implementation of fs-extra's readFile function. #843

Credits

Huge thanks to @michalczaplinski, @DAreRodz and @luisherranz for helping on this release! :tada:


Packages changelog


@frontity/components@1.8.0

Minor Changes

  • 2f988427 #826 Thanks @michalczaplinski! - Make the Image component from @frontity/components AMP-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

1 Like