Skip to content

Releases: onejs/one

v1.1.402

19 Jan 21:07
1faeabd
Compare
Choose a tag to compare

Features

  • one: add node version check to warn on invalid versions (natew)

Chores

  • cleanup dead files (natew)
  • one: cleanup TAMAGUI_IS_SERVER and TAMAGUI_ENVIRONMENT defines (natew)

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

17 Jan 22:05
cdf01ab
Compare
Choose a tag to compare

Features

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

16 Jan 15:48
3f5d622
Compare
Choose a tag to compare

Features

  • Optimize processDirectory with parallelized async processing (#427) #427 (poteboy)

Bug Fixes

  • rn-build: set process.env.NODE_ENV so Vite won’t set it to development 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

15 Jan 20:30
80c4484
Compare
Choose a tag to compare

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

v1.1.398

15 Jan 17:25
02902ad
Compare
Choose a tag to compare

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

12 Jan 21:05
fbe702b
Compare
Choose a tag to compare

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

10 Jan 22:38
97d50d9
Compare
Choose a tag to compare

Bug Fixes

  • one: fix invalid loader url (natew)

Commits

v1.1.395

10 Jan 21:49
735c175
Compare
Choose a tag to compare

Bug Fixes

  • one: fix loader data getting last page loader data on back (natew)

Commits

v1.1.394

10 Jan 21:14
b895a3a
Compare
Choose a tag to compare

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

10 Jan 01:36
6e35ea5
Compare
Choose a tag to compare

Features

  • one: add useServerHeadInsertion hook for css-in-js and similar use cases (natew)

Bug Fixes

Commits