Skip to content

Releases: shmulikdav/Solix

v1.9.1 — npm-first docs + PWA fix

Choose a tag to compare

@shmulikdav shmulikdav released this 02 Sep 06:41
9aa3f82

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 solix upgrade 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/solix instead 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