Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@ravijayaramappa ravijayaramappa released this 04 Jan 01:01
05494f0

Breaking change

  • feat!: @W-17529338 reformat SSR rules to support eslint v9 by @abhagta-sfdc in #180
    • The ssr related rule names have been renamed from @lwc/lwc/ssr/no-xxx to @lwc/lwc/ssr-no-xxx. For example: ssr/no-unsupported-properties to ssr-no-unsupported-properties. This aligns the rule names with ESLint recommendation not to use / character in rule names. Not making this change will make the rule incompatible with ESLint v9's flat config format.
  • feat!: major release v2.0.0 by @ravijayaramappa in #182

What's Changed

  • @W-17070470 Only check functions called on first paint by @a-chabot in #175

Full Changelog: v1.9.0...v2.0.0