Skip to content

Releases: onejs/one

v1.2.57

10 Jan 20:45
737ed71

Choose a tag to compare

Bug Fixes

  • vxrn: prevent duplicate @tamagui/core instances in SSR (natew)
  • one: stub out expo-linking on web (natew)
  • color-scheme: add suppressHydrationWarning to script tags (natew)
  • site: fix nested anchor in TopNav logo (natew)
  • one: add sharp as devDependency for types (natew)
  • tests: make loader-test web-only and reduce test flakiness (natew)
  • tests: add native fallback for loader-test (natew)
  • dont allow dot files to be paths (natew)
  • one: fix watching loader watchFiles relative paths (natew)
  • simplify cache-headers test to not depend on route matching (natew)

Documentation

  • expand setResponseHeaders docs with ISR, cookies, caching (natew)

Commits

  • d3707f2: Revert "fix(vxrn): prevent duplicate @tamagui/core instances in SSR" (natew)
  • 6df7200: lint (natew)
  • fb61f37: improve file extension filtering and fix test (natew)
  • e66a889: add ISR docs and cache headers test routes (natew)
  • cb8d680: fix static file routing to not block loaders and middleware (natew)
  • c241ef3: fix some routing issues and production state issue (natew)
  • 737ed71: v1.2.57 (natew)

v1.2.56

10 Jan 04:30
ffa1d00

Choose a tag to compare

Bug Fixes

  • one: fix sharp bundling (natew)

Commits

v1.2.55

10 Jan 04:06
4304cbc

Choose a tag to compare

Commits

  • 9370544: feat(one,mdx): add getImageData helper and MDX frontmatter image processing (natew)
  • 4304cbc: v1.2.55 (natew)

v1.2.54

10 Jan 03:11
0158fb9

Choose a tag to compare

Features

  • vercel: warn when vercel.json missing cleanUrls (natew)
  • one: add loader HMR for file dependencies (natew)
  • mdx: add automatic loader HMR support (natew)
  • one: add ?imagedata imports for automatic dimensions and blur placeholders (natew)

Bug Fixes

  • vercel: remove cleanUrls from build output config (natew)
  • vxrn: prevent stuck dev server processes (natew)

Documentation

  • add cleanUrls to vercel.json example (natew)

Commits

v1.2.53

09 Jan 09:22
c7efc23

Choose a tag to compare

Bug Fixes

  • one: fix vercel builds using clean urls (natew)

Commits

v1.2.52

09 Jan 08:28
c216fe8

Choose a tag to compare

Bug Fixes

  • one: fix XSS JSON.stringify related security issues (natew)
  • resolvePath return CJS paths to fix Vercel ESM resolution (natew)
  • improve test-env hydration test stability (natew)
  • vxrn: add stdin.unref() to bindKeypressInput (natew)
  • further improvements to stuck processes (natew)

Commits

  • temporarily skip flaky env hydration tests (natew)
  • dee0f98: unskip test (natew)
  • c216fe8: v1.2.52 (natew)

v1.2.51

09 Jan 06:16
84ebf7b

Choose a tag to compare

Bug Fixes

  • one: avoid holding process when killed due to key listeners (natew)
  • hmr: prevent SSR from triggering page reload for app files (natew)
  • hmr: targeted cache clearing for changed file only (natew)
  • hmr: only trigger special handling for root layout (natew)

Commits

  • d978710: fix never working test (natew)
  • e82ec30: explain why layout HMR test is skipped (natew)
  • 5121b68: upgrade tamagui (natew)
  • 84ebf7b: v1.2.51 (natew)

v1.2.50

09 Jan 04:31
9cf688a

Choose a tag to compare

Bug Fixes

  • one: fix breaking hmr import logic for web (natew)

Commits

v1.2.49

09 Jan 04:11
8935afd

Choose a tag to compare

Bug Fixes

  • resolve: missing types publish (natew)
  • one: fix fs routes not overwriting in some cases on move (natew)
  • one: fix resolving of paths for hmr in app (natew)
  • fix resolvePath regression and better handle dynamic usage (natew)
  • prevent iOS test container version bumps to preserve build cache (natew)
  • one: fix hmr on root layout breaking (natew)
  • avoid dynamic import() syntax that breaks Hermes (natew)

Commits

  • 2e9aff6: remove accidentally committed test and unused biome config (natew)
  • 5715b66: reformat routes (natew)
  • 4cafce8: fix hmr fix for native (natew)
  • bfa88fa: release fail faster (natew)
  • 8935afd: v1.2.49 (natew)

v1.2.48

08 Jan 19:43
ad03a3d

Choose a tag to compare

Bug Fixes

  • blog: link to Pokai's github correctly #645 (DaveyEke)
  • resolvePath use right implementation (natew)

Commits

  • e50757f: various site cleanups and improvements (Dave Mkpa-Eke) #639
  • 357e1bc: add New badge component and enhance blog post with links (natew)
  • 747aa04: remove biome, switch to oxlint/oxfmt (natew)
  • b3c90ae: upgrade tamagui to 1.144.0 (natew)
  • 004e88f: blog styling: simpler cards, inline nav, footer (natew)
  • c65c25e: simplify blog post, add team shoutouts (natew)
  • 8b6dfee: fix oxlint warnings, ignore vendor dirs (natew)
  • 9082e0e: blog updates: styling, content, thanks section (natew)
  • cc36d86: site cleanups (natew)
  • 0ec07d3: exclude .d.ts from formatting, rebuild types (natew)
  • ad03a3d: v1.2.48 (natew)