Skip to content

Latest commit

 

History

History
314 lines (148 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

314 lines (148 loc) · 12.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v2.1.0

compare changes

🩹 Fixes

  • Treat .pcss extension as a CSS extension (#69)
  • Improve type safety of ssrContext and createRenderer (#73)

🏡 Chore

  • Migrate to eslint v9 (#74)
  • Remove explicit dev dependency on expect-type (bc09fa9)
  • Add prepack step (7ec1ec8)

🤖 CI

❤️ Contributors

v2.0.0

compare changes

🚀 Enhancements

  • ⚠️ Add preload and prefetch attributes to manifest (#50)

🩹 Fixes

  • Add crossorigin tag for script preload/prefetch (c05fe93)
  • Don't hint to preload/prefetch styles loaded on page (#51)

🏡 Chore

  • Update renovate config (b682845)
  • Bump all dependencies (e9c6408)

✅ Tests

  • Update tests (ad2e20e)

⚠️ Breaking Changes

  • ⚠️ Add preload and prefetch attributes to manifest (#50)

❤️ Contributors

v1.0.3

compare changes

🩹 Fixes

  • Eagerly initialise dependencies cache (#47)
  • Only inject entry scripts as <script> (#46)

📦 Build

  • Reorder export conditions (d6c5b0c)

🏡 Chore

  • Switch to changelogen for releases (18c9675)
  • Update dependencies (69e6062)
  • Add prettierrc (2e606da)

❤️ Contributors

1.0.2 (2023-02-16)

1.0.1 (2023-02-08)

1.0.0 (2022-11-16)

0.5.0 (2022-11-03)

⚠ BREAKING CHANGES

  • disable font prefetching by default (#43)

Bug Fixes

  • disable font prefetching by default (#43) (12171a5)

0.4.4 (2022-10-18)

0.4.3 (2022-09-15)

Bug Fixes

  • do not consider .cjs files as esm (#38) (69e2433)

0.4.2 (2022-08-12)

Bug Fixes

  • webpack: include css/assets at top level of manifest (#36) (6cebc93)

0.4.1 (2022-08-08)

Bug Fixes

  • preload stylesheets used on the page (#35) (643e2c2)

0.4.0 (2022-08-04)

0.4.0-2 (2022-08-04)

Bug Fixes

0.4.0-1 (2022-08-03)

⚠ BREAKING CHANGES

  • move resource parsing -> manifest stage and expose /runtime export (#33)

  • move resource parsing -> manifest stage and expose /runtime export (#33) (5dde2d1)

0.4.0-0 (2022-08-02)

⚠ BREAKING CHANGES

  • rewrite with improvements (#30)

  • rewrite with improvements (#30) (dad6993)

0.3.9 (2022-06-10)

Features

  • expose function to update manifest (#31) (c1c6d74)

0.3.8 (2022-05-06)

Features

  • expose all types and utils (cf0788f)

0.3.7 (2022-04-22)

Features

  • render crossorigin anonymous for scripts and script/font preloads (#27) (111f973)

0.3.6 (2022-04-19)

Bug Fixes

  • render modules with async and omit prefetch type (#26) (a2d0f48)

0.3.5 (2022-01-11)

Bug Fixes

  • add missing stylesheet rel for prefetch tags (#23) (d2ec8a3)

0.3.4 (2021-11-30)

Bug Fixes

0.3.3 (2021-11-22)

Bug Fixes

0.3.2 (2021-10-13)

Bug Fixes

  • improve css regex for preprocessors (#18) (bf80fb8)

0.3.1 (2021-09-09)

Bug Fixes

  • add meaningful errors to client manifest normalizer (#17) (7782991)

0.3.0 (2021-09-07)

⚠ BREAKING CHANGES

  • rewrite to use new client manifest format (#15)

Features

  • rewrite to use new client manifest format (#15) (38020b4)

0.2.10 (2021-07-28)

Bug Fixes

  • restore space between link and rel (#14) (608c2e7)

0.2.9 (2021-07-21)

Bug Fixes

  • fix <script src> formatting (9b07254)

0.2.8 (2021-07-21)

Bug Fixes

  • use modulepreload for preloading modules (4c3afa3)

0.2.7 (2021-07-21)

Features

  • handle .mjs as type="module" (4bae1cc)

0.2.6 (2021-07-21)

Bug Fixes

  • assume resources without extension as js (5ebe828)
  • handle situation where there are no initial scripts (3d55f4d)

0.2.5 (2021-07-12)

Bug Fixes

0.2.4 (2021-07-12)

Features

Bug Fixes

0.2.3 (2021-01-22)

Features

  • support createApp as promise for lazy loading (d5b82e7)

0.2.2 (2020-11-01)

Bug Fixes

  • _registeredComponents should be a set (40a711c)

0.2.1 (2020-10-29)

0.2.0 (2020-10-29)

Features

  • createRenderer without Node dependency (d41d6b0)

0.1.0 (2020-10-29)

Features

  • createRenderer without Node dependency (d0f5218)

0.0.3 (2020-04-29)

0.0.2 (2020-04-29)

0.0.1 (2020-04-29)