Skip to content

Releases: tamagui/tamagui

v1.132.17

10 Aug 21:15
4fdb6d6
Compare
Choose a tag to compare

Bug Fixes

  • compiler: fix core not loading sub-dep web properly (natew)
  • static: fix font_family + ternary regression in canary changes (natew)
  • compiler: avoid non-deterministic values even if they can be evaluated (natew)
  • compiler: fix shorthand + styled + flatten + ternaries case (natew)

Documentation

  • improve installation (natew)

Performance Improvements

  • static: improve compiler extraction to avoid concat strings (natew)

Chores

Commits

  • 8a14198: redo compiler to fix bug where specific prop ternary after general style prop broke (natew)
  • eb49eb2: fixes to changes in compiler (natew)
  • ab4ed06: fix media query extraction (natew)
  • 3509902: canary1.132.16-1754534218765 (natew)
  • ignore container-type (natew)
  • fb5707b: next issue (natew)
  • 6366a93: update yarn lock (natew)
  • 79e82d9: upgrade one for build speed (natew)
  • 944c977: better spacing (natew)
  • 249d5b4: canary1.132.16-1754855349219 (natew)
  • 4fdb6d6: v1.132.17 (natew)

v1.132.16

05 Aug 02:08
d5cbc7e
Compare
Choose a tag to compare

Bug Fixes

Chores

Commits

v1.132.15

26 Jul 22:28
6c055fe
Compare
Choose a tag to compare

Bug Fixes

  • core: fix client only bug (natew)

Commits

v1.132.14

26 Jul 19:47
00bddcd
Compare
Choose a tag to compare

Bug Fixes

  • focus-scope: improve logic to better focus input not container and keep focus (natew)
  • popover: only enable loop if trapFocus enabled (natew)
  • focus-scope: properly set lastFocusedElementRef (natew)
  • core: fix ClientOnly disabling SSR logic due to invalid logic (natew)

Documentation

  • fix configuration index (natew)

Chores

  • core: debug listener cancels on window resize (natew)
  • add tests for FocusScope (natew)
  • add some local ios test helpers (natew)
  • dialog: improve tests, docs around dismissing (natew)

Commits

v1.132.13

26 Jul 02:08
b1d6a12
Compare
Choose a tag to compare

Bug Fixes

  • core: fix bug when removing group style while group style state is set not clearing group state (natew)
  • animate-presence: safety in concurrent mode (natew)
  • animations-motion: upgrade motion to fix a bug and fix some logic around mounting (natew)
  • core: correctness for no-rerender animation drivers (natew)

Commits

v1.132.11

21 Jul 07:14
2ea9e46
Compare
Choose a tag to compare

Bug Fixes

  • animations-motion: small fixes in deleting styles properly (natew)
  • animations-motion: fix not removing removed animated styles (natew)
  • animations-motion: fix bug with animation={null} not updating styles (natew)

Code Refactoring

  • alert-dialog: convert components to use styled API for improved consistency #3556 (Quan Nguyen)

Chores

  • animations-motion: remove waiting logic for now as its not helping much and causing complications (natew)

Commits

  • adf5f12: canary1.132.10-1752884366504 (natew)
  • 4b88aa8: canary1.132.10-1752887036268 (natew)
  • 92844fa: canary1.132.10-1753040935992 (natew)
  • 2ea9e46: v1.132.11 (natew)

v1.132.10

18 Jul 21:04
620c903
Compare
Choose a tag to compare

Bug Fixes

  • dialog: quicker dialog show trigger (natew)
  • animations-motion: improve logic to avoid bad states (natew)

Commits

v1.132.9

18 Jul 03:06
2b7938d
Compare
Choose a tag to compare

Bug Fixes

  • dialog: avoid double dialog tag (natew)

Commits

  • dd9d01a: remove extra log and improve release script (natew)
  • ba9e76c: canary1.132.8-1752738709483 (natew)
  • 2b7938d: v1.132.9 (natew)

v1.132.8

17 Jul 07:45
2936c3a
Compare
Choose a tag to compare

Bug Fixes

  • animations-motion: various fixes to motion driver - upgrade version to reduce logs, first render always flush initial style, fix presence callback not firing when no animations (natew)

Commits

v1.132.7

15 Jul 16:44
b9b8490
Compare
Choose a tag to compare

Bug Fixes

  • popover: fix popper positioning wrong in some types of scrollable pages, fix native popover #3552 (Quan Nguyen)
  • core: fix .styleable breaking react 18 prop types unless ref is typed (natew)

Performance Improvements

  • core: avoid re-parenting ClientOnly, and improve logic for changing context value (natew)

Commits