We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breaking changes that we want to introduce someday.
dist
engines
node:
fs
path
runtimeFlags
@lwc/features
transform()
@lwc/compiler
minify
"type": "module"
lwc
@lwc/engine-dom
setHooks
</template></template>
key
lwc:dynamic
slot
draggable
spellcheck
:host()
:host(.foo, .bar)
<style>
registerDecorators
@api
@track
@wire)
@wire
'wire-service'
getComponentDef
isComponentConstructor
readonly
register
unwrap
buildCustomElementConstructor
connectedCallback
disconnectedCallback
this.template
this.shadowRoot
null
undefined
xlink:
xml:
class
style
insertBefore
renderMode
console.error
customProperties
@lwc/style-compiler
shadowrootmode
shadowroot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Breaking changes that we want to introduce someday.
Changes that only affect npm package consumers (not LEX component authors)
dist
files across packages #3445dist
files #2430)engines
#4150node:
protocol for all builtin imports (fs
,path
, etc.) #4149runtimeFlags
export from@lwc/features
(see discussion)transform()
API in@lwc/compiler
minify
option"type": "module"
in our Node packages (Drop CommonJS support in Node packages, use"type": "module"
#3017)lwc
package directly export types from@lwc/engine-dom
#3598setHooks
#4442HTML template compiler changes
</template></template>
)key
outside an iteration #3375lwc:dynamic
#3331slot
attribute not at the top level #4703draggable
withspellcheck
[potentially breaking] #4870CSS compiler changes
:host()
CSS pseudo in scoped styles (:host(.foo, .bar)
is styled differently in synthetic shadow and scoped light DOM vs native shadow #3225)<style>
contents to compilation #3454JS compiler changes
registerDecorators
from Babel plugin component ([JS compiler] remove registerDecorators for non-LightningElement classes #2701)@api
,@track
, and@wire)
)@track
/@api
fields #3408@wire
on getter/setter ignores implementation #4450Module resolution changes
'wire-service'
package #3517Runtime changes
getComponentDef
,isComponentConstructor
,readonly
,register
,unwrap
, etc.)buildCustomElementConstructor
APIconnectedCallback
/disconnectedCallback
lifecycle hooks #3198)this.template
in favor ofthis.shadowRoot
#3344disconnectedCallback
invocation order #2713null
/undefined
value does not removexlink:
/xml:
attribute #3502class
/style
in static vs dynamic nodes #3548@api
from their superclasses #3762insertBefore
#4319renderMode
mismatch between template/compiler and light/shadow causesconsole.error
but no error #4663class
es #4714Browser compat changes
customProperties
config from@lwc/style-compiler
#3614SSR changes
shadowrootmode
, notshadowroot
#3900The text was updated successfully, but these errors were encountered: