Releases: onejs/one
Releases · onejs/one
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)
Commits
v1.1.393
v1.1.392
v1.1.391
Bug Fixes
- modify forked-from-react-navigation
getPathFromState.ts
and stuff to work #387 (Pokai Chang) - modify forked-from-react-navigation
getStateFromPath.ts
and stuff to work #387 (Pokai Chang) - need to sort route configs #387 (Pokai Chang)
- one: tabBar should be overridable #396 (Pokai Chang)
- update configuration.mdx #384 (Vikrant Bhat)
Tests
- start the dev server with
--clean
to avoid caches messing up things (Pokai Chang) - add test to repro tamagui/tamagui#3120 #387 (Pokai Chang)
Continuous Integration
- disable partial yarn install when running test (Pokai Chang)
Chores
- update common-issues.mdx (#395) #395 (Vikrant Bhat)
- repro tamagui/tamagui#3120 in test app #387 (Pokai Chang)
- update
getPathFromState.ts
fromreact-navigation
#387 (Pokai Chang) - change base react-navigation version of forks to 7.1.2 #387 (Pokai Chang)
- update
getStateFromPath.ts
fromreact-navigation
#387 (Pokai Chang) - fix depcheck issues #387 (Pokai Chang)
- update routing-modes.mdx #391 (Vikrant Bhat)
- update routing-layouts.mdx #392 (Vikrant Bhat)
- update components-Link.mdx #393 (Vikrant Bhat)
- update components-LoadProgressBar.mdx #394 (Vikrant Bhat)
- keep almost #384 (Vikrant Bhat)
Commits
v1.1.390
Features
- one: allow html in root layout (#378) #378 (Nate Wienert)
Bug Fixes
- vxrn: avoid error logs on css hmr (natew)
Tests
- react-native-prebuilt: ensure we re-export all from react #381 (Pokai Chang)
Commits
- 0db3dc4: restore git attributes (natew)
- 41edb1e: restore strip files (natew)
- af4afb1: add native sheet demo in test app and improve sheet docs (natew)
- cad92f8: restore old layout for now to fix test (natew)
- eb6d029: Update introduction.mdx (Vikrant Bhat) #382
- 56a5dff: Update configuration.mdx (Vikrant Bhat) #383
- 42c5a69: Update faq.mdx (Vikrant Bhat) #385
- 50a3878: fix app icon import (natew)
- 6c0560b: cleanup tamagui example (natew)
- 73542c5: v1.1.390 (natew)