Releases: salesforce/eslint-config-lwc
Releases · salesforce/eslint-config-lwc
v3.2.5
19 May 17:23
Compare
Sorry, something went wrong.
No results found
Features
Add new wire adapters for lightning/analyticsWaveApi
v3.3.1
12 May 08:59
Compare
Sorry, something went wrong.
No results found
Bug fixes
Add new public analytics wire adapters by @smithgp in #96
Internal changes
v3.3.0
11 Apr 19:52
Compare
Sorry, something went wrong.
No results found
New features
adds lwc/no-disallowed-lwc-imports rule to @salesforce/eslint-config-lwc/base (#93 )
v3.2.4
29 Mar 20:19
Compare
Sorry, something went wrong.
No results found
3.2.4 (2022-03-29)
chore: rename einstein in base.js (#90 )
chore: Add LDS UIAPI Adapters to base.js (#86 )
v3.2.3
10 Mar 09:12
Compare
Sorry, something went wrong.
No results found
Bug fixes
#88 : Rename wire adapter from commerce/einsteinApi to commerce/einsteinRecommendationsApi.
v3.2.2
09 Mar 17:59
Compare
Sorry, something went wrong.
No results found
New features
add new wire adapters for EinsteinProductRecommendationsAdapter (#84 ) and getListInfosByName (#85 )
Chores
update dependencies in #82 and #83
v3.2.1
08 Dec 09:25
Compare
Sorry, something went wrong.
No results found
Bug fixes
#81 : Rename Experience Cloud wire adapters to match final name.
v3.2.0
17 Nov 10:22
Compare
Sorry, something went wrong.
No results found
New features
#79 : Add 236 experience/cmsEditorApi wire adapters to the list of known wire adapters.
v3.1.0
16 Nov 15:10
Compare
Sorry, something went wrong.
No results found
New features
#77 : Add support for ESLint v8. Note: Make sure to update your peer dependencies versions to work with ESLint v8.
Bug fixes
#78 : Avoid duplicate no-dupe-class-members warning with ESLint v8.
v3.0.0
01 Oct 18:16
Compare
Sorry, something went wrong.
No results found
Breaking changes
#74 : Add the new rule lwc/no-template-children to @salesforce/eslint-config-lwc/recommended configuration. This rule prevents patterns like this.template.firstChild which will not work in native shadow DOM in certain browsers. this.template.querySelector is encouraged as an alternative.