Skip to content

Latest commit

 

History

History
444 lines (200 loc) · 17 KB

CHANGELOG.md

File metadata and controls

444 lines (200 loc) · 17 KB

Changelog

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

10.0.1 (2024-09-17)

Bug Fixes

  • remove sourcemap path workaround (7704c93)

10.0.0 (2024-06-01)

⚠ BREAKING CHANGES

  • no longer support compiler override to plugin

Features

  • avoid loading babel config by default (#89) (03b6521)

9.3.8 (2024-05-16)

Bug Fixes

  • avoid storing shared data on compiler (c1f04ea)

9.3.7 (2024-01-11)

Bug Fixes

9.3.6 (2024-01-03)

Bug Fixes

  • ignore .d.ts in watch files (de9dd6c)

9.3.5 (2023-11-10)

Bug Fixes

  • regression w/ templates not marked as entry (#85) (8775664)

9.3.4 (2023-11-08)

Bug Fixes

  • avoid making node_module Marko files entries (5366351)
  • avoid renderBody-like call to dynamic tag migration by using an alias (0a87e7f)
  • use out.global instead of this (renderBody to dynamicTag migrator messes up this) (383ba6a)

9.3.3 (2023-09-11)

Bug Fixes

  • avoid renderBody-like call to dynamic tag migration by using an alias (0a87e7f)

9.3.1 (2022-11-28)

Bug Fixes

  • use newer webpack apis where available (#74) (ba4022d)

9.3.0 (2022-07-06)

Features

  • automatically add cross-origin script attr when applicable (#70) (d2ba115)

9.2.3 (2022-07-05)

Bug Fixes

  • avoid removing virtual files from cache (222ad1a)

9.2.2 (2022-03-30)

Bug Fixes

  • source-maps not resolving to absolute path in browser build (ec97f5f)

9.2.1 (2021-10-28)

Bug Fixes

  • issue with SSR hot reloading (0bc4321)

9.2.0 (2021-09-15)

Features

  • infer runtime id from webpack uniqueName option (#59) (c3c1730)

9.1.0 (2021-09-14)

Features

9.0.3 (2021-06-07)

Bug Fixes

  • issue with runtimeId not forwarded to Marko compiler (7d5f8e9)

9.0.2 (2021-04-17)

Bug Fixes

  • i encourage others not to deploy on friday night (a05725e)

9.0.1 (2021-04-17)

Bug Fixes

  • regression with asset writing code (7a4f049)

9.0.0 (2021-04-17)

⚠ BREAKING CHANGES

  • requires @marko/compiler@^5.5.4

Features

  • add support for the hydrateIncludeImprots option (788acc5)
  • emliminate output js when empty (00ac6e9)
  • update marko and use new hydration compile output (7b996ce)
  • use Marko 5 flushing tag (8cda688)

Bug Fixes

  • deprecation warning in webpack 5 with empty assets (c3a6007)
  • update deps, cleanup virtual module paths (3e1e4e2)
  • update marko to get correct typescript definitions (7eb98f7)

8.0.1 (2021-04-07)

Bug Fixes

  • update marko to get correct typescript definitions (7eb98f7)

8.0.0 (2021-04-05)

⚠ BREAKING CHANGES

  • requires @marko/compiler@^5.5.4

Features

  • emliminate output js when empty (00ac6e9)
  • update marko and use new hydration compile output (7b996ce)

7.1.4 (2021-03-18)

Bug Fixes

  • avoid duplicate assets with webpack-assets tag (#51) (57833f4)

7.1.3 (2021-03-17)

Bug Fixes

  • prevent error if multiple plugins call done hook (02195c9)

7.1.2 (2021-03-08)

Bug Fixes

  • avoid mutating asset manifest, ensure assets only sent once (79c08cd)

7.1.1 (2021-03-02)

Bug Fixes

  • include full webpack output in snapshots (094642b)
  • remove unecessary deps (9c60961)

7.1.0 (2021-02-12)

Features

  • multiple top level component assets now merge (bc8fc0d)

7.0.1 (2021-02-09)

Bug Fixes

  • errors not being passed to webpack (44510e5)

7.0.0 (2021-02-02)

⚠ BREAKING CHANGES

  • drop Marko 4 support

Features

  • remove virtual module plugin, much refactoring, webpack 5 support (#48) (c8da6e7)

6.2.10 (2020-11-11)

6.2.9 (2020-08-18)

Bug Fixes

  • issue with regexp chars in multi file component files (64224c3)

6.2.8 (2020-08-10)

Bug Fixes

  • webpack incorrectly merging expressions in prod (61e4f76)

6.2.7 (2020-08-10)

Bug Fixes

  • issue with returning sourcemap for empty code (2f8473a)

6.2.6 (2020-08-10)

Bug Fixes

  • not reloading on adding style/component files (c0c3b25)

6.2.5 (2020-08-07)

Bug Fixes

  • avoid writing unchanged virtual modules to disk (ab30570)

6.2.4 (2020-08-07)

Bug Fixes

  • issue with client entries disappearing when assets cached (ce6b138)

6.2.3 (2020-08-06)

6.2.2 (2020-08-06)

Bug Fixes

  • regression in watch mode (8ca2ee1)

6.2.1 (2020-08-06)

Bug Fixes

  • refactor loader, fix issue with caching and watching missing files (c1af31a)

6.2.0 (2020-08-05)

Features

  • include watch dependencies output from Marko compiler (9bc613d)

6.1.3 (2020-08-05)

6.1.2 (2020-08-04)

6.1.1 (2020-07-29)

Bug Fixes

  • revert asset export change which broke Marko 4 builds (bcd8c0d)

6.1.0 (2020-07-29)

Features

  • expose template exports from top level asset wrappers (be3e1c9)

6.0.1 (2020-07-06)

Bug Fixes

  • head transformer append scripts inside for Marko 5 (cd66494)

6.0.0 (2020-04-27)

⚠ BREAKING CHANGES

Bug Fixes

  • improve support for Marko 5, update semver range (2cefd91)

5.0.3 (2020-03-19)

Bug Fixes

  • include component-globals and await-reorderer tags inn ssr code (#37) (63f0ce5)

5.0.2 (2020-03-17)

Bug Fixes

  • optimize component registration for top level stateful components (#36) (4d1787b)

5.0.1 (2020-03-17)

Bug Fixes

  • automatically configure webpack options when runtimeid set (#35) (f5a620e)

5.0.0 (2020-03-16)

⚠ BREAKING CHANGES

  • Webpack now controls async script order.

Features

  • load scripts via async script tag (#34) (3feb008)

4.3.0 (2020-03-15)

Features

  • skip writing dynamic publicPath if publicPath is in output options (#31) (6d117c9)

Bug Fixes

  • include runtimeId in dynamic public path var (#32) (d6751af)

4.2.0 (2020-03-14)

Features

4.1.3 (2020-03-11)

Bug Fixes

  • babelConfig typo in README (701b1e4)
  • do not load browser.json files by default (0fa09f5)

4.1.2 (2020-03-03)

Bug Fixes

  • use cjs for Marko 4 and esm for 5 (#28) (ea0bbde)

4.1.1 (2020-02-28)

Bug Fixes

  • provide name option to babel caller config (266af4d)

4.1.0 (2020-02-27)

Features

  • expose babelOptions for Marko 5 compiler (#25) (fb49fa9)
  • switch output from loader to use es modules (#26) (8aadc82)

4.0.0 (2020-02-24)

⚠ BREAKING CHANGES

  • The getClientCompilerName API has been removed.

Features

  • dynamic builds now use $global.buildName (46b204e)

Bug Fixes

3.0.0 (2020-02-20)

⚠ BREAKING CHANGES

  • Marko 4.18.47 or higher is now required.

Features

  • support out.global.cspNonce for script tags (8b55a74)

Changelog

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