Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.84 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

1.2.3 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

1.2.0 (2023-10-24)

🚀 Features

  • update import.meta.env check (#425) (c8aa353)
    • also check for import.meta.env.UMBRELLA_GLOBALS for non-ViteJS tooling
    • btw. this is not a fix for the esbuild issue in #425 (but part of its solution posted in comments)

1.1.15 (2022-10-29)

🩹 Bug fixes

1.1.13 (2022-10-04)

🩹 Bug fixes

  • update expose switch logic (9a98c3e)
    • remove support for obsolete (& broken) snowpack setup
    • add support for Vite's env var handling