- add real prop translations for shorthands (thanks @kaceycleveland) (ee56aaaa)
- avoid calling getProgram during initialization (adb57ded)
- improved prop/value extraction and tamagui component detection (f78ef9ea)
- use original quick info result if no tamagui token found (e8b38534)
- prop type detection in nested styles (psuedostates/media) (4bd02e1c)
- hide true in all scales when showTrueTokens=false (68a8b073)
- 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)
- theme token sorting (d959172d)
- highlight only the token value string on hover (4be5ee40)
- prevent completion error if default theme is missing (24038bdf)
- improve AST walking performance (0241c27b)
- fix quick info on JSX props (2404d22f)
- token previews on hover (quick info) (afca5d9d)
- tighten token sorting rules and specific token detection (df293dc1)
- 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)
- improve support for specific tokens (71ed0d26)
Initial release.