Releases: shmulikdav/Solix
Releases · shmulikdav/Solix
Release list
v1.9.1 — npm-first docs + PWA fix
Solix 1.9.1 — the stale-UI-after-upgrade trap is fixed, and getting started is now one npm command.
A polish release: one real bug fix plus launch-readiness cleanup. No new features, no breaking changes — safe to upgrade from any 1.x.
Fixed
- PWA service worker no longer precaches the app shell. After a
solixupgrade the service worker used to keep serving the old JS/CSS/HTML bundle until it revalidated, making shipped fixes look like they hadn't landed. The shell now comes fresh from the local server; only icons/manifest are precached. Precache dropped from 13 entries (~1.3 MiB) to 6 (~96 KiB).
Changed
- Getting-started guides are npm-first. DEMO.md and DEMO_PM.md now start from
npm i -g @shmulikdav/solixinstead of cloning the repo. DEMO_DEV.md stays the from-source dev guide.
Added
- Launch banner (docs/galaxy.png) for the README hero and launch listings.
Install / upgrade
npm i -g @shmulikdav/solix
solix demo