Skip to content

Releases: onejs/one

v1.1.451

21 Feb 16:15
2a99dcd
Compare
Choose a tag to compare

Features

Bug Fixes

  • vxrn: auto fix ws dep optimization (natew)
  • redirect homepage hyperlinks correctly #504 (Nicolas)

Chores

  • one: remove old one.server.platform option in favor of one.web.deploy (natew)

Commits

v1.1.450

19 Feb 21:48
8c2f5c5
Compare
Choose a tag to compare

Commits

  • 6ed4dfb: disable last router chnage (natew)
  • 8c2f5c5: v1.1.450 (natew)

v1.1.449

19 Feb 20:05
92f5b8f
Compare
Choose a tag to compare

Bug Fixes

  • one: avoid unstable keys on [...spread] routes when navigating (natew)

Commits

  • a8452a3: upgrade tamagui to fix release build console issue (natew)
  • 6ea23b6: add link to guide in prebuild output (Pokai Chang)
  • 4c12f11: update ReactNativeRenderer-prod.js (Pokai Chang)
  • 92f5b8f: v1.1.449 (natew)

v1.1.448

18 Feb 22:13
2b4765d
Compare
Choose a tag to compare

Bug Fixes

  • llink: copy backup folders (natew)
  • one: fix breaking resolve path on some repos (natew)

Commits

v1.1.447

18 Feb 21:35
78df494
Compare
Choose a tag to compare

Bug Fixes

  • one: default to Hono SmartRouter to fix issues with some types of paths not supported by each of RegExpRouter and LinearRouter (natew)

Commits

v1.1.446

17 Feb 16:55
dd7b049
Compare
Choose a tag to compare

Bug Fixes

  • vxrn: exclude optimizing "url" package due to breakage (natew)

Commits

v1.1.445

13 Feb 20:10
7f6539d
Compare
Choose a tag to compare

Bug Fixes

  • one: fix hmr on web client (natew)

Commits

v1.1.444

13 Feb 19:12
bcfc2d6
Compare
Choose a tag to compare

Bug Fixes

  • one: fix double loading plugins (natew)

Commits

v1.1.443

13 Feb 17:07
bf1864a
Compare
Choose a tag to compare

Features

  • one: allow passing in custom Hono app server (natew)

Bug Fixes

  • useParams on page should also return dir slug params w/ layouts #498 (Pokai Chang)
  • one: generate proper paths for hono (natew)

Documentation

  • one: document programmatic api for serve (natew)

Tests

Chores

  • hide annoying logs about non-pure annotations (natew)
  • upgrade babel (natew)

Commits

  • 5efeeee: ensure esbuild off for native (natew)
  • 87e3845: fix native breaking sourcemap (natew)
  • bf1864a: v1.1.443 (natew)

v1.1.442

13 Feb 15:12
33a9aed
Compare
Choose a tag to compare

Features

  • one: add ONE_DISABLE_STRICT_MODE env to disable StrictMode for testing purposes (natew)

Performance Improvements

  • use esbuild for web, only use swc for native by default since its slower and only native needs the class transform (natew)

Commits