Releases: onejs/one
Releases · onejs/one
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)
Commits
v1.1.399
Features
- one: allow --debugBundle to hardcode a path for easier testing (natew)
- vxrn: add circular dependency console log and make all errors show the current running module import chain (natew)
- one: nativewind works out of the box without configuration for non-node_modules (natew)
- add tailwind template (natew)
Commits
- 80c4484: v1.1.399 (natew)
v1.1.398
Features
- add platform option to build commands to easily build the production js bundle for native platforms (natew)
- one: export useIsFocused from @react-navigation/core (natew)
- one: improve error messages from native to include stack trace (natew)
- one: add nativewind detection and automatic compilation setup (natew)
Bug Fixes
- react-native-prebuilt: fix react native prebuild not working when esbuild decides to name it as index instead of rn (natew)
- one: ensure refresh runtime not wrapped in prod mode (natew)
- compiler: fix mode not passing to swc (natew)
- get nativewind css injection and css to js working, breaking on bundling nativewind properly not transforming wrap-jsx and other require calls using interop (natew)
- vxrn: add check for import.meta.dirname (natew)
- one: load env before checking ONE_SERVER_URL (natew)
- compiler: should recognize production mode when used to build RN bundle (#421) #421 (Pokai Chang)
Documentation
Chores
- align deps so we can link in tamagui repo (natew)
- remove datadog from ui until fixed (natew)
- cleanup old code (natew)
- compiler: cleanup code, improve source map transforms (natew)
Commits
- 74560ab: fix uniswap app running, upgrade tamagui (natew)
- 4d7d1c5: improve profile script exit (natew)
- 20ce35c: fix tamagui link by aligning deps (natew)
- 0783cb1: setup uniswap performance test case (natew)
- b4c3662: cleanup logic on that (natew)
- 76a1352: gitignore generated build folders (natew)
- 097f839: fix words (Pokai Chang)
- 369e377: cleanup prebuild output (natew)
- c05cd1d: a bit more nativewind compat, still breaking on wrap-jsx import (natew)
- ca66450: fix check (natew)
- 12f2ad3: next.md avoid going inside zero folder (natew)
- 02902ad: v1.1.398 (natew)
v1.1.397
Features
- one: add babel config to control how babel runs, refactor and cleanup compiler pipeline (#374) #374 (Nate Wienert)
Bug Fixes
- vxrn: fix build patches not applying (natew)
Performance Improvements
- improve performance, disable not-needed slow plugins, and add ONE_DEBUG_BUILD_PERF env option to debug performance( (#353) #353 (Nate Wienert)
Chores
- add uniswap ui for better "large app" test-bed (#406) #406 (Nate Wienert)
- refactor transform plugin a bit to be more flexible (natew)
Commits
v1.1.396
v1.1.395
v1.1.394
Bug Fixes
- one: update state handling in navigation listener to ensure proper link options assignment (#401) #401 (Bảo Hà.)
- loader props should be consistent if not preloaded #404 (Pokai Chang)
- useLoader: should use getServerContext #404 (Pokai Chang)
- remove setting outdated
__vxrnLoaderProps__
and use server context instead #404 (Pokai Chang) - loader: pass URL param so handleLoader can determine the correct platform from it #404 (Pokai Chang)