Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ All notable changes to evjs are documented here. Releases follow [Semantic Versi

## [Unreleased]

---

## [0.3.5] — 2026-08-04

### ✨ Improvements

- **Qiankun slave post lifecycles** — Optional slave runtimes can use
Expand All @@ -14,6 +18,13 @@ All notable changes to evjs are documented here. Releases follow [Semantic Versi
the serialized slave queue without requiring integrations to wrap generated
entry methods.

### 🐛 Bug Fixes

- **Stable Webpack development entry assets** — HMR assets are identified from
Webpack stats metadata and excluded from canonical client entry assets while
remaining in the emitted-file inventory, preventing replacement compilations
from failing single-entry validation.

---

## [0.3.3] — 2026-08-03
Expand Down