Skip to content

Releases: onejs/one

v1.1.409

23 Jan 18:29
8fa5f94
Compare
Choose a tag to compare

Features

  • one: document setResponseHeaders (natew)

Performance Improvements

  • remove old plugin (natew)

Chores

  • remove one/server, one/server-render (natew)

Commits

v1.1.408

23 Jan 15:56
5c5fbb4
Compare
Choose a tag to compare

Commits

  • b079bb4: fix sourcemaps for now, speedup is huge (natew)
  • 5c5fbb4: v1.1.408 (natew)

v1.1.407

23 Jan 15:35
55ea8c4
Compare
Choose a tag to compare

Bug Fixes

  • @tamagui/core/native-test dep should not be optimized (#443) #443 (Pokai Chang)
  • one: improve import / code env isolation to avoid server code getting into client (natew)

Performance Improvements

  • core: avoid transform on client (natew)

Commits

  • baaa520: Add Dependency Analyzer for File Relationship Extraction (#441) (poteboy) #441
  • fc57b14: put test fix in repo root (natew)
  • 057e1e5: align some react dependencies and fix babel web (natew)
  • 55ea8c4: v1.1.407 (natew)

v1.1.406

23 Jan 01:05
7c56f2f
Compare
Choose a tag to compare

Features

  • one: add setClientData and getClientData API for arbitrary server to client data loading (#411) #411 (Nate Wienert)

Bug Fixes

  • one: avoid window on native (natew)

Commits

  • a3dc8f0: avoid more scroll stuff on native (natew)
  • 7c56f2f: v1.1.406 (natew)

v1.1.405

22 Jan 22:48
20e3989
Compare
Choose a tag to compare

Bug Fixes

  • one: add compiler runtime to avoid hard refresh when on in dev mode (natew)

Commits

v1.1.404

22 Jan 20:55
623c9e5
Compare
Choose a tag to compare

Features

  • site: scroll to hash element on page load (Pokai Chang)
  • one: rename ScrollRestoration to ScrollBehavior and support basic hash routing (natew)

Commits

v1.1.403

22 Jan 18:03
399adc4
Compare
Choose a tag to compare

Bug Fixes

  • router: link should correctly navigate with hash (#434) #434 (Pokai Chang)
  • one: avoid unused import in routes.d.ts (natew)
  • one: should always optimize react/jsx-dev-runtime if it’s there (#439) #439 (Pokai Chang)

Commits

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