Skip to content

solid-pce@2.1.0

Choose a tag to compare

@jonpyt jonpyt released this 21 Jun 15:32
· 22 commits to main since this release

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 inside var()
    • When inside var(), only CSS variables are returned as completions
  • Fixed incorrect color of class-name tokens inside HTML/JSX tags in the Night Owl themes (5e83ab6)
  • Fixed words inside JSX tags not being returned as completions by jsCompletion() or completeIdentifiers() (addf57d)