solid-pce@2.1.0
New features
Added customizable scroll padding through the --pce-scroll-padding CSS variable (fbca174)
Fixes and improvements
- Fixed tab stops from autocompletion snippets not being properly scrolled into view when selected (5600a73)
- Improved CSS variable autocompletion (27e752c):
- Variables are no longer wrapped by
var()when completed if the cursor is already insidevar() - When inside
var(), only CSS variables are returned as completions
- Variables are no longer wrapped by
- Fixed incorrect color of
class-nametokens inside HTML/JSX tags in the Night Owl themes (5e83ab6) - Fixed words inside JSX tags not being returned as completions by
jsCompletion()orcompleteIdentifiers()(addf57d)