Skip to content

Releases: onejs/one

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

v1.1.392

09 Jan 21:42
5610f6e
Compare
Choose a tag to compare

Bug Fixes

  • one: fix spa page breaking (natew)

Commits

v1.1.391

09 Jan 20:23
b95c9ac
Compare
Choose a tag to compare

Bug Fixes

Tests

Continuous Integration

  • disable partial yarn install when running test (Pokai Chang)

Chores

Commits

v1.1.390

08 Jan 18:16
73542c5
Compare
Choose a tag to compare

Features

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)