Skip to content

Commit

Permalink
Update packages/lit-dev-content/site/docs/v3/releases/upgrade.md
Browse files Browse the repository at this point in the history
Co-authored-by: Augustine Kim <[email protected]>
  • Loading branch information
AndrewJakubowicz and augustjk authored Oct 6, 2023
1 parent 6f3317e commit 5d3dcac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v3/releases/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Changes to Lit decorator behavior in Lit 3.0:
- `requestUpdate()` is called automatically for `@property()` and `@state()` decorated accessors where previously that was the setters responsibility.
- The value of an accessor is read on first render and used as the initial value for `changedProperties` and attribute reflection.
- Lit 3 decorators no longer support the `version: "2018-09"` option of `@babel/plugin-proposal-decorators`. Babel users should [migrate to standard decorators](#standard-decorator-migration).
- [optional]: [We recommend migrating `@property()` and `@state()` to the setter for hand-written accessors to aid in migrating to standard decorators.](#decorated-getter)
- [Optional]: [We recommend migrating `@property()` and `@state()` to the setter for hand-written accessors to aid in migrating to standard decorators.](#decorated-getter)

## List of removed APIs

Expand Down

0 comments on commit 5d3dcac

Please sign in to comment.