Skip to content

Releases: tamagui/tamagui

v1.0.16

17 Jan 00:54
b1d28f6
Compare
Choose a tag to compare

Features

  • sheet: Add portalProps option for passing props to the sheet Portal #547 (natew)
  • dialog: When Dialog fully closed, render to null #547 (natew)
  • dialog: Add displayWhenAdapted boolean prop to Dialog.Close and AlertDialog.Close #547 (natew)

Bug Fixes

  • starters: Add TAMAGUI_TARGET to eas.json #547 (natew)
  • dialog: forward space props to Adapt.Contents #547 (natew)

Commits

v1.0.15

16 Jan 01:10
1a40b5b
Compare
Choose a tag to compare

Bug Fixes

  • core: accessibilityRequired sets correct required value (natew)
  • react-native-web-lite: Dimensions.get should not call change listeners (natew)

Commits

v1.0.14

15 Jan 20:57
2d96a43
Compare
Choose a tag to compare

Bug Fixes

  • tamagui: TextArea default size prop so numberOfLines picks up proper height (natew)
  • build: Return right exit code on failure #544 (natew)
  • core: Avoid handing setInterval in getStylesAtomic for node processes to not hang #544 (natew)

Commits

  • 1e5ee2f: update-starters-v1.0.13 (natew)
  • 216e9dd: site compiler intro words (natew)
  • 9b1a022: next (natew) #544
  • 2d96a43: v1.0.14 (natew)

v1.0.13

15 Jan 04:43
611c054
Compare
Choose a tag to compare

Bug Fixes

  • theme-base: properly fix negative tokens #542 (natew)
  • core: Fix native merging pseudo styles, inline always overrides styled() definition #542 (natew)

Commits

v1.0.12

15 Jan 00:21
8998c24
Compare
Choose a tag to compare

Bug Fixes

  • static: Clear interval on process exit to avoid hanging (natew)
  • static: Fix spreads not using prioritized atomic className #541 (natew)
  • static: Fix spreads not using prioritized atomic className #541 (natew)
  • core: safer insertStyleRule re-scan checks to avoid edge case bugs on SPA #541 (natew)
  • theme-base: fix typed negative size keys regression #541 (natew)
  • core: fix regression on colors opacity adjustment #541 (natew)

Commits

v1.0.11

14 Jan 19:40
84171eb
Compare
Choose a tag to compare

Bug Fixes

  • static: Dont flatten for dataSet property (natew)
  • core: warn and fail gracefully when invalid colors are passed in (natew)
  • next-theme: avoid warning message and avoid two repaints by rebasing on latest next-themes #538 (natew)
  • react-native-web-internals: accepts named colors on web #538 (natew)
  • core: startTransition on state updates for hover and press events #538 (natew)

Commits

  • 803e099: update-starters-v1.0.10 (natew)
  • 49963d9: site add reset.css note (natew)
  • 84171eb: v1.0.11 (natew)

v1.0.10

13 Jan 23:20
d71960b
Compare
Choose a tag to compare

Bug Fixes

  • core: fix named colors returning undefined on web (natew)

Commits

v1.0.9

13 Jan 19:18
ea13024
Compare
Choose a tag to compare

Bug Fixes

  • core: Fix native not finding fontWeight when flattening combined with a color (natew)

Chores

Commits

  • 9d3d989: update-starters-v1.0.8 (natew)
  • 5cdf9a0: restore broken dep (natew)
  • ed64e2a: fix(button) - typo - broken link in comment (Ovidiu Cristescu) #534
  • 6d062cc: next.md (natew)
  • 3db7d1c: fix test for new button adapt to a functionality (natew)
  • df8ee2e: fix update react-native-web-lite too (natew)
  • da84198: fix test (natew)
  • 33aab9d: docs and fix test (natew)
  • ea13024: v1.0.9 (natew)

v1.0.8

12 Jan 09:02
051c223
Compare
Choose a tag to compare

Bug Fixes

  • linear-gradient: dont include peerDependency to avoid install headache #528 (natew)
  • button: change to a when accessibilityRole="link" #528 (natew)
  • core: fix dataSet not applying #528 (natew)

Performance Improvements

  • core: Cleanup normalize-css-color, saving a kb or so #528 (natew)
  • core: reduce code size #528 (natew)

Commits

v1.0.7

11 Jan 21:26
5528134
Compare
Choose a tag to compare

Bug Fixes

  • core: Fix iOS issue with using private variables on classes #527 (natew)

Commits