Releases: onejs/one
Releases · onejs/one
v1.1.379
Features
- one: config.optimization.barrel adds vite-plugin-barrel for optimizing barrel exports (#348) #348 (Nate Wienert)
Bug Fixes
- patch dynamic requires in expo package #360 (Pokai Chang)
- force resolve punycode for RN #360 (Pokai Chang)
- mock ErrorUtils.getGlobalHandler for expo #360 (Pokai Chang)
Commits
v1.1.378
v1.1.377
v1.1.376
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
- fix (Pokai Chang)
Commits
v1.1.375
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
v1.1.373
Bug Fixes
- one: comment out react-scan native, since native support not in new version (natew)
- remove
references
intsconfig.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
v1.1.372
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
- react scan and compiler (natew)
- iOS project setup #286 (Pokai Chang)
- iOS project setup update #286 (Pokai Chang)
- one: fix tabs docs on Tabs.Screen href needs (natew)
Continuous Integration
- update node_modules cache keys to handle depPatches properly (Pokai Chang)
- fix #346 (Pokai Chang)
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
andEXPO_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 innode_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
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)