Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
249 lines (85 loc) · 11.3 KB

CHANGELOG.md

File metadata and controls

249 lines (85 loc) · 11.3 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.7.3 (2024-05-07)

Bug Fixes

  • load-styles: export css module classes as-is (#638) (c71d825)

1.7.2 (2024-03-20)

Bug Fixes

  • appConfig: restore check to app config (08f62d2)

1.7.1 (2024-03-12)

Bug Fixes

  • one-app-bundler: hash css module classes from files in node_modules (#613) (4c24846)
  • styles-loader: disable purgecss by default (0955cf3)

1.7.0 (2024-02-09)

Features

  • oneAppBundler: Migrate to Webpack v5 (c9ab840)

1.6.0 (2024-01-29)

Bug Fixes

  • build-stats: esbuild and webpack stats under build-stats dir (#595) (5b9701b)

Features

  • devBundler: expose css loading system for reuse (#604) (1c7f4a6)

1.5.5 (2023-11-13)

Bug Fixes

  • fallback-integrity: ensure node & browser integrity in module config (#584) (e14fc4f)
  • one-app-dev-bundler: replace depreacted node polyfill plugin (#582) (2f7fa3c)
  • one-app-dev-bundler: sass style loader (#577) (6559915)

1.5.4 (2023-10-04)

Bug Fixes

  • one-app-dev-bundler: sass style loader (#577) (6559915)

1.5.3 (2023-09-28)

Bug Fixes

1.5.2 (2023-09-18)

Bug Fixes

  • devBundler: check for Holocron.getExternal (#565) (93ea82b)

1.5.1 (2023-09-15)

Bug Fixes

1.5.0 (2023-09-14)

Bug Fixes

  • dev-bundler: use semver ranges for all deps (#550) (991ea3b)

Features

  • devBundler: aggregate styles into dependencies and local (#557) (0eeee49)
  • external fallbacks (#536) (523898d)

1.4.2 (2023-06-13)

Bug Fixes

  • one-app-dev-bundler: avoid default export of sass (0d9b5b4)

1.4.1 (2023-05-15)

Bug Fixes

  • dev-bundler: improve error when NODE_ENV not development (#528) (e1babee)

1.4.0 (2023-05-03)

Bug Fixes

  • dev-bundler: skip plugins when no results metadata (#513) (76b5566)
  • devBundler: upgrade to cssnano@5 (#518) (5abc78b)
  • one-app-dev-bundler: index loader filter for Windows paths (#507) (a6b66e9)
  • one-app-dev-bundler: match a period, rather than wildcard (#508) (490f74b)

Features

  • typeScript: allow bundlers to consume ts files (#520) (77cb796)

1.3.2 (2023-04-07)

Bug Fixes

  • dev-bundler: skip plugins when no results metadata (#513) (76b5566)
  • one-app-dev-bundler: index loader filter for Windows paths (#507) (a6b66e9)
  • one-app-dev-bundler: match a period, rather than wildcard (#508) (490f74b)

1.3.1 (2023-03-16)

Bug Fixes

  • devBundler: support named exports from style files (#502) (0db64a1)

1.3.0 (2023-03-08)

Bug Fixes

Features

  • bundler: enable dev bundler through flag (1cc171b)
  • devBundler: add dev bundler (ff0b49d)

1.2.0 (2023-02-16)

Bug Fixes

  • indexloader: regex was failing on windows machines (#494) (aadd37f)

Features

  • bundler: enable dev bundler through flag (1cc171b)
  • devBundler: add dev bundler (ff0b49d)

1.1.0 (2023-01-05)

Features

  • bundler: enable dev bundler through flag (1cc171b)
  • devBundler: add dev bundler (ff0b49d)