Skip to content

Releases: onejs/one

v1.1.372

27 Dec 17:08
e7973eb
Compare
Choose a tag to compare

Features

  • Supports React Native 0.76
  • Upgrades to React Navigation 7
  • support the react-native main field #286 (Pokai Chang)
  • vxrn: support codegen for TypeScript files which match specific criteria #286 (Pokai Chang)
  • vxrn: add @react-native/dev-middleware for new react native devtools support (natew)
  • mdx: export getmdx (#341) #341 (Sam Wall)
  • one: upgrade react-scan to latest, this will break native but native is basically unusable for now (natew)

Bug Fixes

  • tree-shake away the react-scan require manually if it’s not used #339 (Pokai Chang)
  • react-native depends on @react-native-community/cli for cli commands #286 (Pokai Chang)
  • "Codegen didn't run for DebuggingOverlay" (and other RN internal components) #286 (Pokai Chang)
  • HMRClient.unstable_notifyFuseboxConsoleEnabled is not a function (it is undefined) #286 (Pokai Chang)
  • make the custom build command work with new react-native version #286 (Pokai Chang)
  • ios native release build #286 (Pokai Chang)
  • inferred type of 'Tabs' cannot be named without a reference #286 (Pokai Chang)
  • not-found and sitemap routes should not be shown in the tab bar #286 (Pokai Chang)
  • expo-modules-core/build/createWebModule has been removed #286 (Pokai Chang)
  • debug: do not prefix again if namespace is already prefixed #286 (Pokai Chang)
  • type re-exports breaking one-node-module-transforms #286 (Pokai Chang)
  • exporting generic types breaks one-node-module-transforms #286 (Pokai Chang)
  • recursively find package path #286 (Pokai Chang)
  • vxrn: fix performance issue loading native slow #332 (Nate Wienert)
  • one: define process.env.EXPO_OS (natew)
  • one: fix vite.config change not hot reloading settings (natew)

Documentation

Continuous Integration

Chores

  • remove VXRN_LOAD_BUNDLE in favor of official cli flag (natew)

Commits

  • redo sidebar with accordion (natew)
  • 467d4c8: move zero into docker (natew)
  • 300d3d4: app into docker compose but commented out (natew)
  • f14208e: bring back workspace: references, not sure why they got reverted (natew)
  • aded6a1: avoid fix references as they can be troublesome (natew)
  • 7141838: loosen react (natew)
  • 3c0fdbb: Revert "loosen react" (natew)
  • a82fbe8: cache dep patches (natew)
  • c8d29f5: move zero back to non-docker for now (natew)
  • dfc2103: non-tauri override theme bg (natew)
  • ec3056e: server has real permissions (natew)
  • bef565b: cleanup and demonstrate preloading (natew)
  • 348a990: fix docker build issue (natew)
  • d6d260f: remove excess logs (natew)
  • 893cfe5: fix stale mutate in starter (natew)
  • 2e7d461: add yarn profile helper (natew)
  • d206ff4: fix build (natew)
  • 08d959e: typos (natew)
  • 2b0c749: upgrade packages for RN 0.76 and expo 52 (Pokai Chang) #286
  • 8b75e95: define process and EXPO_OS for Expo to work properly (Pokai Chang) #286
  • RN: mock loading view #286 (Pokai Chang)
  • 1b6d055: make things work with React Navigation 7 (natew) #286
  • 04fabdf: fix types (Pokai Chang) #286
  • patches to old forked code to make react-navigation v7 work #286 (Pokai Chang)
  • acb132b: update .depcheckrc for Babel plugin and presets (Pokai Chang) #286
  • rn: force buffer to be resolved to package in node_modules instead of externalized #286 (Pokai Chang)
  • 6502346: update yarn.lock (Pokai Chang) #286
  • eeedd76: do not set document class on native (Pokai Chang) #286
  • 69a21bc: upgrade expo-modules-core (Pokai Chang) #286
  • 5f4eb6e: add @react-native-community/cli (Pokai Chang) #286
  • 4662969: update yarn.lock (Pokai Chang) #286
  • be5aa06: upgrade tamagui to fix type issues (natew) #286
  • f26980d: upgrade vite to try and fix bug with type, chores (natew)
  • 920fbc5: cleanup some unused code (natew)
  • bf62485: react-native-masked-view is failing to import (natew)
  • 4c0dc68: minor cleanups (natew)
  • 9c64ac6: test removing hoisting limits (natew)
  • a032c37: fix dependency location (natew)
  • 71f8cd7: next.md on tabs (natew)
  • 64f1889: remove hoisting limits everywhere to save on install time and space since it seems to work now (natew)
  • e7973eb: v1.1.372 (natew)

v1.1.371

22 Dec 20:49
0e7bda5
Compare
Choose a tag to compare

Features

  • one: working react-scan for native and web (natew)
  • one: add disable compiler pragma for per-file disable (natew)

Bug Fixes

  • one: fix railway issue when duplicate one plugin node module exists (natew)
  • one-zero: add missing deps for native ios builds (natew)
  • one: working react compiler on native (natew)

Continuous Integration

  • fix changelog permissions (natew)

Commits

  • sheets, native server dialog (natew)
  • improve docs, faq (natew)
  • 758e2c9: chat improve readme (natew)
  • 0e7bda5: v1.1.371 (natew)