Skip to content

Releases: onejs/one

v1.4.13

06 Feb 19:46
6d243de

Choose a tag to compare

Chores

  • remove barrel option as it is unreliable, vite 8 with rolldown should fix this (natew)

Commits

v1.4.12

06 Feb 19:19
3a55a3e

Choose a tag to compare

Features

  • one: add .server.ts platform extension support (natew)

Bug Fixes

  • one: avoid adding data-one-source to fragments (natew)
  • use .cjs exports for CJS builds and fix bc shorthand in docs menu #666 (DaveyEke)
  • onestack.dev: tamagui v2 migration - bc→borderColor and position fixes #666 (DaveyEke)
  • onestack.dev: mobile layout tweaks - center team text, space theme toggle #666 (DaveyEke)
  • one: use static import for setupFile in SSR builds (natew)
  • vercel: fix vercel middlewares with latest routing fixes (natew)

Commits

  • c398c6a: migrate to tamagui v2.0.0-rc.2 (DaveyEke) #666
  • 1307744: remove unused deps (natew)
  • d2ac278: simplify starters: basic + tamagui from takeout-free (natew)
  • d9fddf1: migrate to tamagui v2.0.0-rc.6 (natew) #666
  • 57fc0b6: cleanup deps (natew)
  • 3a55a3e: v1.4.12 (natew)

v1.4.11

05 Feb 10:00
ff48ec5

Choose a tag to compare

Features

  • one: add daemon for multi-app development (natew)

Bug Fixes

  • one: fix root-level dynamic routes in groups causing 404 in prod (natew)
  • interceptRoutes: strip route groups #665 (Quan Nguyen)
  • one: nested +not-found routes matching in prod (natew)
  • tests: use CSS animations and add shared public dir (natew)
  • one: only mark [[param]] as optional, not [param] (natew)

Continuous Integration

  • increase node heap size for tests (natew)

Chores

  • remove shortcut commands (natew)

Commits

  • add macOS dialog picker with simulator info (natew)
  • auto-route to most recent server in CI (natew)
  • add terminal UI for interactive management (natew)
  • enable TUI by default in TTY (natew)
  • add last-active tracking, oi/oa commands, fix proxy bug (natew)
  • 17f60b9: canary1.4.10-1770183430303 (natew)
  • fix @isaacs/brace-expansion vulnerability (natew)
  • 31ef223: canary1.4.10-1770187952297 (natew)
  • working connections and re-connections (natew)
  • improve daemon logic, ui (natew)
  • add cookie-based WebSocket routing, TTL cleanup (natew)
  • ff48ec5: v1.4.11 (natew)

v1.4.10

04 Feb 00:14
b9780f0

Choose a tag to compare

Features

Bug Fixes

  • one-vscode: update build and watch scripts #664 (Quan Nguyen)
  • one: fix invalid 404 returned on SPA pages (natew)

Code Refactoring

Chores

  • update dependencies to address security vulnerabilities #664 (Quan Nguyen)

Commits

  • masking #663 (Quan Nguyen)
  • intercepting routes #663 (Quan Nguyen)
  • f5f275c: add intercepting routes tests (natew)
  • 88f5629: add one typegen command as alias for generate-routes (natew)
  • 77cb3b8: format routes.d.ts with one route per line for cleaner diffs (natew)
  • 7e2855a: merge feat/intercepting-routes (natew)
  • 64f0297: fix intercept-test route to be SPA for prod build (natew)
  • 3763629: fix intercepting routes test for SPA routes (natew)
  • 99d340b: oxlints (natew)
  • 3c59e35: canary1.4.9-1770140739190 (natew)
  • b9780f0: v1.4.10 (natew)

v1.4.9

03 Feb 01:19
c71a5f5

Choose a tag to compare

Bug Fixes

  • one: add DOCTYPE to SPA pages to prevent quirks mode (natew)

Commits

v1.4.8

01 Feb 22:02
1869640

Choose a tag to compare

Bug Fixes

  • link to blog and fix typo in blog post #661 (DaveyEke)
  • site: improved site header on mobile #661 (DaveyEke)
  • one: don't intercept Cmd+Option+I devtools shortcut (natew)

Commits

  • 70448f9: add not found route (natew)
  • d67972f: fix links, add railway skill (natew)
  • 797de18: add watchmanconfig for local watchman support (natew)
  • 1869640: v1.4.8 (natew)

v1.4.7

31 Jan 19:38
15a14cb

Choose a tag to compare

Bug Fixes

  • one: avoid option hold triggering when keyboard combinations pressed (natew)
  • one: fix releasing dev tools on window blur (natew)

Commits

v1.4.6

31 Jan 17:34
b34978b

Choose a tag to compare

Bug Fixes

  • one: ensure setup server is not run during build (natew)

Commits

v1.4.5

31 Jan 07:22
7d87ff9

Choose a tag to compare

Commits

v1.4.4

31 Jan 06:29
151591a

Choose a tag to compare

Bug Fixes

  • return 404 for SSG dynamic routes with invalid slugs (natew)

Commits

  • 32ea685: add test routes for SSG 404 handling (natew)
  • e8652a8: expand routing tests for SSR, SSG, SPA modes (natew)
  • 151591a: v1.4.4 (natew)