Features
- core: animateOnly prop can be used without animation set to indicate to tamagui to render those styles always to inline style tag, allowing for better performance in fast-changing but non-animation nodes #575 (natew)
- native: preferred color scheme #566 (Jonathan)
Bug Fixes
- starters: fix metro production build minifier breaking on numeric underscore separators (natew)
- theme-base: fix negative space key to avoid wrongly $ prefixed negative tokens (#574) #575 (Matthew Hausman)
- theme-base: Fix generated types to include non-Dark and Light suffixes for colors #575 (natew)
- update includeExtensions to match 1.0.21 #564 (foyarash)
- helpers: avoid error checking event defaultPrevent when event is null on composeEventHandlers (natew)
Documentation
- starters: Document deploying to vercel, update yarn version, fix build scripts (natew)