Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 1.21 KB

Changelog

1.0.0 (2024-12-18)

Fixes

  • Uses postcss-viewport-to-container-toggle plugin only on public builds to avoid breaking apos UI out of apos-refreshable.

1.0.0-beta.2 (2024-11-20)

Adds

  • Adds postcss supports for the new postcss-viewport-to-container-toggle that allows the breakpoint preview feature to work.
  • Loads postcss config file from project only for public builds.
  • Adds autoprefixer plugin only for apos builds.
  • Adds module debug logs when in asset debug mode (APOS_ASSET_DEBUG=1).
  • Adds an option for disabling the module preload polyfill.
  • Adds support for synthetic entrypoints, that will only process the entrypoint prologue.
  • Adds support for Modules/... alias for the public builds (Webpack BC).
  • Our Vite alias plugin now throws with an useful error message when Modules/ alias resolver fails.
  • Adds sass resolver for Modules/ alias. It works for both public and private builds in exactly the same way as the JS resolver.
  • Adds alias @/ for all builds, that points to the project build source root. This works for both JS and SCSS.

Fixes

  • Don't crash when there is no entrypoint of type index.

1.0.0-beta.1 (2024-10-31)

  • Initial beta release.