- Support for
@stylex/*
0.6 - Minor performance improvements
- FIxed previous problems in nested at-rules
- Update to
@stylex/*
0.5 - Use bytes for comparison in backtracking
- Don't display hover for empty declarations
- Support older VSCode versions
- Debugging configuration options
- LRU Cache on parser and byte cache
- Remove Intl.Segmenter polyfill
- Attempt at fixing CPU spikes with empty files
- Detect StyleX workspaces
- Minify bundles for performance and reduce in size
- Fix offsetted colors and hovers when text contains graphemes or surrogate pairs
- Decrease memory usage for byte offset to string index data structure
- Support all CSS grammar restrictions on variables
- Support keyframes inside of
defineVars
(facebook/stylex#315)
- Fix completions in the middle of a string
- Hotfix for CJS imports not working due to backtracking variable declarations
- Move default modules to settings
- Fixes for multi-byte characters in files
- Run Linting and testing in CI
- Various bug fixes and stability improvement
- Autocompletion support
- Format CSS in hovers
- More configuration options
- Alias module names
- Configure capabilities
useRemForFontSize
option
- Color decorators for generics
- Use cancellation tokens to abort processing if tab is closed
- Cache parser values
- Fix previously broken static evaluation for template literals
- Use
tsup
for compiling client
- Icon
- CDN for image assets
- Smaller builds
- Backtracking on hover provider
- Color cache with binary search
- Calculate start offset to circumvent swc-project/swc#1366
- Transform values that are strings
- Support for CommonJS
Initial Release