Skip to content

v0.8.0

Compare
Choose a tag to compare
@joshwilsonvu joshwilsonvu released this 01 Nov 16:38
· 210 commits to main since this release

eslint-plugin-solid has moved to the solidjs-community org! πŸŽ‰

This release addresses a few issues and adds a new opt-in solid/no-proxy-apis rule for users wanting to target environments that don't support ES6 Proxies, in support of Solid v1.6.

What's Changed

  • Add solid/no-proxy-apis rule for envs that don't support ES6 Proxy. by @joshwilsonvu in #36
  • In components-return-once, don't treat callback functions as components. by @joshwilsonvu in #37
  • Deprecate prefer-classlist and set to off in recommended configs. by @joshwilsonvu in #38
  • Show reactivity warning on reactive variables in context provider value prop by @joshwilsonvu in #39

Full Changelog: v0.7.4...v0.8.0