Releases: onejs/one
Releases · onejs/one
v1.1.409
v1.1.408
v1.1.407
Bug Fixes
@tamagui/core/native-test
dep should not be optimized (#443) #443 (Pokai Chang)- one: improve import / code env isolation to avoid server code getting into client (natew)
Performance Improvements
- core: avoid transform on client (natew)
Commits
v1.1.406
v1.1.405
v1.1.404
Features
- site: scroll to hash element on page load (Pokai Chang)
- one: rename ScrollRestoration to ScrollBehavior and support basic hash routing (natew)
Commits
- 623c9e5: v1.1.404 (natew)
v1.1.403
Bug Fixes
- router: link should correctly navigate with hash (#434) #434 (Pokai Chang)
- one: avoid unused import in routes.d.ts (natew)
- one: should always optimize
react/jsx-dev-runtime
if it’s there (#439) #439 (Pokai Chang)
Commits
v1.1.402
Features
- one: add node version check to warn on invalid versions (natew)
Chores
Commits
- move hot menu to bottom (natew)
- 3be4ffc: chat app various refinement + license (natew)
- 13fdfda: move to new config, refresh design, improve words (natew)
- ee15fdf: refresh design (natew)
- 9f1f739: fix issues with theme hydration (natew)
- aa7f07b: site design 2 (natew)
- 52a4b92: more words and theme fixes (natew)
- efe607d: more design and words (natew)
- 280d109: site fixes (natew)
- 1faeabd: v1.1.402 (natew)
v1.1.401
Features
- add strip command to remove unused code via LLM (#428) #428 (poteboy)
- prebuild: warn about missing @react-native-community/cli dependency (#431) #431 (Pokai Chang)
Bug Fixes
- add role="button" to theme toggle buttons for better accessibility (#430) #430 (poteboy)
- one: avoid parallel route building for now since it can cause loader issues (natew)
Commits
v1.1.400
Features
Bug Fixes
- rn-build: set
process.env.NODE_ENV
so Vite won’t set it todevelopment
if not set (#425) #425 (Pokai Chang) - improve README file detection with case-insensitive matching (#426) #426 (poteboy)
Performance Improvements
- one: paralellize page building in prep for using threads (natew)
Chores
- vxrn: remove unused import helper (natew)