Skip to content

Latest commit

 

History

History
194 lines (116 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

194 lines (116 loc) · 13.4 KB

0.7.3 (2021-08-12)

Bug Fixes

  • @eleventy: normalize paths & drives on Windows (1461477)
  • @rollup: add filters to the "chunking" functions (2dc0c66)
  • @rollup: normalize paths in "static server" code (e9d7753)
  • deps: bump all deps to their latest version (1530859)

0.7.2 (2021-07-02)

Bug Fixes

  • deps: minor version bumps for public release (481eaa7)

0.7.1 (2021-06-26)

Bug Fixes

  • @rollup: declare "gladejs-rollup" in exports (9f895e6)
  • gladejs: bump "@gladejs/rollup" for latest fix (7716fce)

0.7.0 (2021-06-26)

Bug Fixes

  • @rollup: clean up empty "css" output folders (a425fa8)
  • @rollup: correct the legacy bundle serialization (818e2e1)
  • @rollup: improve the "promisedStyle" handling (446c300)
  • @rollup: improve the browser plugin init phase (675ee96)
  • @rollup: improve the JS & CSS assets handling (4b7e516)
  • @rollup: improve the legacy plugin init phase (ea75ada)
  • @rollup: modify the default "Unique Tag Id" (9c80f43)
  • @rollup: simplify the "serializer" implementation (eed8fb0)
  • @rollup: simplify the default "stylesChunking" (bac0a3d)
  • @rollup: upgrade to plugin-node-resolve v13 (bb1e8aa)
  • config: reorder legacy config plugins correctly (3dea83d)

Features

  • @eleventy: upgrade to Eleventy v1.0 Canary (28341c9)
  • @rollup: add legacy plugin for IE 11 support (0aa3d82)
  • @rollup: add ViteJS based live mode support (ced3b23)
  • @rollup: create the easy "gladejs-rollup" tag (175dce7)
  • @rollup: implement CSS code-splitting support (b19d02b)
  • @rollup: support CSS scoping with scoped attr (1f3bad7)
  • gladejs: add legacy config for IE 11 support (7259c6d)
  • gladejs: add legacy config for IE 11 support (d9c8275)
  • gladejs: update Rollup conf for CSS splitting (c4390f8)
  • gladejs: update Rollup conf for vite live mode (8904b46)

0.6.3 (2021-05-05)

Bug Fixes

  • @rollup: move the CSS_FILTER const to "utils" (7ce22bc)
  • config: flatten the config & export at the end (e9a89a1)
  • gladejs: revert node-resolve plugin to 11.2.1 (faae603)
  • gladejs: update Marko and Rollup dependencies (384bb3f)

0.6.2 (2021-04-27)

Bug Fixes

  • @eleventy: add input sanity checks in options (5dada6f)
  • @rollup: use ".mjs" for the static server file (0f75235)
  • gladejs: use ".mjs" for the static watch opts (7083353)

0.6.1 (2021-04-27)

Bug Fixes

  • gladejs: bump packages & npm ignore "/public" (471364a)

0.6.0 (2021-04-27)

Bug Fixes

  • gladejs: improve scripts & rename config file (9d39b20)
  • gladejs: move logos around & rename them a bit (a922527)
  • gladejs: remove the Visualizer plugin for now (dd1b116)
  • scripts: improve & organize the NPM commands (8ed3653)

Features

  • @eleventy: switch from "glob" to "fast-glob" (8863461)
  • @eleventy: switch to ESM code, except config (e0540ae)
  • @rollup: complete rewrite for Marko plugin v3 (1aa606c)
  • gladejs: add support & tests for NodeJS v16 (9cfbeea)
  • gladejs: complete rewrite for Marko plugin v3 (eefe6b7)
  • gladejs: drop support for NodeJS v10 & v12 (e1eeeb6)
  • gladejs: switch to type "module" & ESM code (2be0e28)

0.5.1 (2020-12-17)

Bug Fixes

  • 11ty: support for Windows input/output paths (c7f2441)

0.5.0 (2020-12-14)

Bug Fixes

  • config: run the Visualizer in Prod only again (f0e1dfd)
  • config: switch to CommonJS completely (0863da7)
  • config: update Assets include list to add WebP (fa29ffc)
  • deps: refresh dependencies & force a release (cb89afb)

Features

  • marko: upgrade to Marko v5 & drop v4 support (a49501c)

0.4.3 (2020-10-05)

Bug Fixes

  • deps: minor version updates to dependencies (43c6c58)

0.4.2 (2020-09-14)

Bug Fixes

  • live: support Rollup Live mode ( "--watch" ) (07112e1), closes #6

0.4.1 (2020-08-20)

Bug Fixes

  • 11ty: improve Eleventy's integration & config (649131f), closes #12

0.4.0 (2020-08-07)

Bug Fixes

  • deps: remove the official Rollup "json" plugin (70a47fa)
  • rollup: rename the Visualizer output file (2a31349)

Features

  • 11ty: integrate Eleventy as first build step (cfca8cc)

0.3.1 (2020-05-22)

Bug Fixes

  • asset: register the compiler hook correctly (abe8332), closes #5

0.3.0 (2020-05-13)

Bug Fixes

  • asset: support web pages without any asset (41634b7)
  • asset: switch quotes type for Windows path backslash (9c4a38e)
  • build: add Node version & OS support metadata (299ed67)
  • build: update & dedupe dependencies correctly (ac27a21)
  • build: update Rollup plugin for NodeJS v13.x (ee1bf39)
  • build: update the "engines" support metadata (9f23329)
  • deps: cleanup & update NPM dependencies (662a25c)
  • docs: improve the README file prior to release (bb9b41e)
  • glade: move the Rollup plugin in its own repo (8ec9890)
  • glade: replace "fromEntries" to support Node v10 (94b31b6)
  • glade: small updates to Rollup plugins config (ef28774)
  • glade: update the Visualizer plugin & config (6f40311)
  • rollup: remove unnecessary "watch" options (28706e5)
  • rollup: rename the Rollup config for Node v13 (26d9d4e)
  • rollup: replace the Brotli Rollup plugin (a46fc89)
  • rollup: support for Windows JS & asset paths (91a680e)

Features

  • build: support Rollup v2 & proper type metas (2cea10f)
  • glade: improve scripts & env variables handling (8a00181), closes #2
  • rollup: upgrade to Rollup v2 & clean up deps (f4033c7)