Skip to content

Commit fba982e

Browse files
author
Flatlogic Bot
committed
docs(changelog): add 8.3.3 release notes
1 parent 76b1485 commit fba982e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [8.3.3] - 2026-02-23
6+
- Dependency and runtime cleanup:
7+
- removed Vite Node polyfill plugin and legacy browserify/polyfill packages (`assert`, `crypto-browserify`, `os-browserify`, `process`, `stream-browserify`, `stream-http`, `url`, `vm-browserify`);
8+
- removed direct `lodash` usage from app code paths and replaced it with local utility helpers in form/user formatters;
9+
- pinned transitive `lodash` to a safe version via npm override (`^4.17.23`).
10+
- Lockfile update:
11+
- added `yarn.lock` for Yarn install parity while keeping npm lockfile in place.
12+
513
## [8.3.2] - 2026-02-23
614
- Phase 1 modernization baseline fixes:
715
- fixed dead fallback redirect in app shell (`/app/main/visits` -> `/app/main/dashboard`);

0 commit comments

Comments
 (0)