Releases: tamagui/tamagui
Releases · tamagui/tamagui
v1.132.17
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
- remove tsgo #3567 (Christophe Hurpeau)
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
Bug Fixes
- animations-motion: enable outline animations (natew)
- core: fix color tokens not merging onto themes as fallbacks #3568 (Quan Nguyen)
- core: fix native FontLanguage resetting component context #3571 (Johan Lindskogen)
- website: copy/paste hint from theme configuration #3566 (David Leuliette)
- expo-router-starter: fix warnings due to imports and props #3561 (David Leuliette)
Chores
- upgrade one #3563 (Quan Nguyen)
Commits
v1.132.15
v1.132.14
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
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
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
v1.132.10
v1.132.9
v1.132.8
v1.132.7
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
- fix config upload #3549 (Quan Nguyen)
- ed54ea4: upgrade one (natew)
- b9b8490: v1.132.7 (natew)