chore: update README note
This commit is contained in:
parent
891e63c335
commit
038674a74e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# Web Component Base
|
# Web Component Base
|
||||||
|
|
||||||
> [!Note]
|
> [!Note]
|
||||||
> **What's next: correctness fixes.** Thanks to feedback from teams building on WCB, our immediate focus is a set of state-corruption fixes: no attribute writes in the constructor, correct handling of empty-string and removed attributes (so `render()`/`onChanges` are never silently skipped), removing the props proxy's first-write type lock, and safe cloning of `static props` defaults. Detailed issues will follow.
|
> **Correctness fixes shipped (v5.0.0)** — We now have better compliance with the custom elements specs, better property type handling and clearer distinction between attributes and property within `onChanges()` hook (breaking change). See the [change log](https://github.com/ayo-run/wcb/releases/tag/v5.0.0) for more details. Next up: **faster templates!**
|
||||||
|
|
||||||
[](https://www.npmjs.com/package/web-component-base)
|
[](https://www.npmjs.com/package/web-component-base)
|
||||||
[](https://www.npmjs.com/package/web-component-base)
|
[](https://www.npmjs.com/package/web-component-base)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue