Skip to content

Releases: tamagui/tamagui

v1.136.9

09 Nov 00:55
0d3ce3e

Choose a tag to compare

Bug Fixes

  • compiler: avoid passing non-serializable options to worker (natew)

Commits

v1.136.8

09 Nov 00:31
6b15dc4

Choose a tag to compare

Features

  • add static-sync worker and migrate webpack and babel plugins to worker based compiler (natew)

Chores

Commits

v1.136.6

08 Nov 04:34
d5ab949

Choose a tag to compare

Bug Fixes

  • vite-plugin: avoid failing on single error just de-opt and log, add tests to worker-static (natew)

Commits

  • 5e6e4b4: improve error messages with file context, only suppress termination errors (natew)
  • 0ed22a4: remove tests temporarily - worker infrastructure needs setup (natew)
  • 41c3979: Revert "remove tests temporarily - worker infrastructure needs setup" (natew)
  • 107a958: restore worker.ts, add worker export, fix worker path resolution (natew)
  • e3f9743: lint fix from biome (natew)
  • d5ab949: v1.136.6 (natew)

v1.136.4

08 Nov 02:24
9662d03

Choose a tag to compare

Bug Fixes

  • ignore worker pool errors during cleanup (natew)

Commits

v1.136.3

08 Nov 02:12
78a4feb

Choose a tag to compare

Bug Fixes

  • static-worker: avoid errors during teardown (natew)

Commits

v1.136.2

07 Nov 22:48
f05370e

Choose a tag to compare

Features

  • vite-plugin move to static-worker to move compilation off main thread and avoid esbuild-register (natew)

Code Refactoring

  • configuration.mdx: remove example code snippet for clarity #3657 (Quan Nguyen)

Commits

  • 10b6684: cleanup subscription logic (natew)
  • 4cfaf63: canary1.136.1-1762552971784 (natew)
  • a1154fc: fix closing worker (natew)
  • f05370e: v1.136.2 (natew)

v1.136.1

04 Nov 04:39
f0a86fa

Choose a tag to compare

Chores

  • improve tamagui-build error output (natew)

Commits

v1.136.0

04 Nov 02:53
28aa3f5

Choose a tag to compare

Bug Fixes

  • core: avoid using react-native/Libraries style imports for new versions of RN (natew)

Commits

  • 18115da: fix mdx package and add scripts for takeout team migration (natew)
  • 504299c: fix mdx (natew)
  • ae8ac2e: sync dockerfile versions (natew)
  • 28aa3f5: v1.136.0 (natew)

v1.135.7

30 Oct 15:40
2115595

Choose a tag to compare

Chores

  • more minor package.json alignment - likely doest affect anything but could help old bundlers (natew)

Commits

  • 2b06511: slightly more consistent packages (natew)
  • d118c0d: avoid native builds for more packages (natew)
  • f6da915: undo config-default (natew)
  • 2115595: v1.135.7 (natew)

v1.135.6

29 Oct 18:57
a6a3325

Choose a tag to compare

Bug Fixes

  • constants: avoid strict mode violation when checking react 19 (natew)

Commits