Skip to content

Releases: onejs/one

v1.1.379

01 Jan 20:16
ab85735
Compare
Choose a tag to compare

Features

  • one: config.optimization.barrel adds vite-plugin-barrel for optimizing barrel exports (#348) #348 (Nate Wienert)

Bug Fixes

Commits

v1.1.378

01 Jan 10:24
3d22227
Compare
Choose a tag to compare

Features

  • one: config.optimization.barrel adds vite-plugin-barrel for optimizing barrel exports natew
  • vxrn: Adds prebuild for apps without expo OlshaMB

Bug Fixes

  • create-vxrn: add nicer log on failed git ssh (natew)

Commits

  • polish and small features (natew)
  • temp fix sort bug (natew)
  • gallery polish (natew)
  • start of channel permissions schema and ui (natew)
  • scroll to bottom after message (natew)
  • channel permissions, friends, fixes (natew)
  • pins (natew)
  • fbfbdfd: lint (natew)
  • 3d22227: v1.1.378 (natew)

v1.1.377

30 Dec 21:25
fc89f4d
Compare
Choose a tag to compare

Bug Fixes

  • add more hard-coded react-native exports (#354) #354 (Pokai Chang)
  • vxrn: safer pre scanning to avoid error with expo-updates/expo-structured-headers (natew)

Commits

v1.1.376

30 Dec 21:23
aeaeed6
Compare
Choose a tag to compare

Features

Bug Fixes

  • universal-color-scheme: fix issue with dark mode setting not notifying some listeners (natew)
  • vxrn: safer pre scanning to avoid error with expo-updates/expo-structured-headers (natew)

Continuous Integration

Commits

  • add search docker, cleanup (natew)
  • working delete, reply ui and functionality (natew)
  • ca5c5b0: fix yarn.lock (natew)
  • 81daf27: fix depcheck (natew)
  • aeaeed6: v1.1.376 (natew)

v1.1.375

30 Dec 04:01
e1de714
Compare
Choose a tag to compare

Bug Fixes

  • vxrn: avoid @expo/cli warnings on scan deps (natew)
  • one: avoid error if tslib-lite not found (natew)

Chores

  • cleanup test configuration for easier web tests (natew)
  • upgrade to react-native-screen 4.4.0 (natew)

Commits

  • fix responsive layout on docs and intro text (natew)
  • bcd70c4: enable compiler on one-tamagui example (natew)
  • af7e404: upgrade tamagui to fix animate presence (natew)
  • working permissions for channels and server permissions ui (natew)
  • working edit, fix input focus, animations (natew)
  • various fixes (natew)
  • add debug cli option to pass to vite, organize (natew)
  • add file drag drop logic for web (natew)
  • working image upload to message input (natew)
  • d9cf738: fix type issues, fix attachment display (natew)
  • improved tauri auth flow dialog (natew)
  • refactor zero folder for sharing permissions queries with ui (natew)
  • working attachments (natew)
  • 222c9f4: fix type of useQuery (Tom Slutsky) #352
  • fix type of useQuery for one() (natew)
  • refactor attachments, add delete (natew)
  • working gallery (natew)
  • reply menu item, show reply in ui, cleanups (natew)
  • various cleanup and polish (natew)
  • e1de714: v1.1.375 (natew)

v1.1.374

27 Dec 18:32
e1d11cb
Compare
Choose a tag to compare

Bug Fixes

  • vite-flow: fix metro-preset resolve logic for monorepos (natew)

Commits

v1.1.373

27 Dec 18:23
54af604
Compare
Choose a tag to compare

Bug Fixes

  • one: comment out react-scan native, since native support not in new version (natew)
  • remove references in tsconfig.json in examples that will break when used outside monorepo (Pokai Chang)
  • one: smarter react patching so new patch logic applies if old patch exists (natew)
  • vite-flow: use internal resolve to avoid issues in babel resolution in external monorepos (natew)

Chores

  • resolve: fix types, remove type build (natew)

Commits

  • 2ebc07d: pin package versions (Pokai Chang)
  • 54af604: v1.1.373 (natew)

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)