Skip to content

Latest commit

 

History

History
92 lines (51 loc) · 4.51 KB

CHANGELOG.md

File metadata and controls

92 lines (51 loc) · 4.51 KB

0.6.0 (2023-10-15)

New Features
  • add real prop translations for shorthands (thanks @kaceycleveland) (ee56aaaa)

0.5.4 (2023-08-27)

Bug Fixes
  • avoid calling getProgram during initialization (adb57ded)
Refactors
  • improved prop/value extraction and tamagui component detection (f78ef9ea)

0.5.3 (2023-08-24)

Bug Fixes
  • use original quick info result if no tamagui token found (e8b38534)

0.5.2 (2023-08-22)

Bug Fixes
  • prop type detection in nested styles (psuedostates/media) (4bd02e1c)

0.5.1 (2023-08-20)

Bug Fixes
  • hide true in all scales when showTrueTokens=false (68a8b073)

0.5.0 (2023-08-19)

New Features
  • add option for custom autocomplete filters (282c2149)
  • add option showTrueTokens, allows filtering true and -true space/size tokens from autocomplete (50ff939f)
  • add option showColorTokens, allows filtering color tokens from autocomplete results (3026cc33)
  • add configuration option colorTileSize, default is now 18 (da977ad6)
  • replace rounded square tiles with squircles (97d558f4)

0.4.0 (2023-08-18)

New Features
  • group themes by parent in previews (d6c8883d)
  • sort default theme first in previews (d9a3d9ea)
Bug Fixes
  • theme token sorting (d959172d)
  • highlight only the token value string on hover (4be5ee40)
  • prevent completion error if default theme is missing (24038bdf)
Performance Improvements
  • improve AST walking performance (0241c27b)

0.3.1 (2023-08-16)

Bug Fixes
  • fix quick info on JSX props (2404d22f)

0.3.0 (2023-08-16)

New Features
  • token previews on hover (quick info) (afca5d9d)
Bug Fixes
  • tighten token sorting rules and specific token detection (df293dc1)

0.2.0 (2023-08-15)

New Features
  • smart sorting of all tokens (334cf22d)
  • sort size/space tokens in numeric order, sort negative tokens last (ccff2671)
  • color icon for theme and color tokens (91b526bb)
Bug Fixes
  • improve support for specific tokens (71ed0d26)

0.1.0 (2023-08-13)

Initial release.