0.43.2 (2024-08-07)
- replace esbuild with sucrase (27067bb)
0.43.1 (2024-07-31)
- expose abort signal on
EventsController
(cfa1ed1)
0.43.0 (2024-07-31)
- refactor to use private class fields (18959bf)
- new
EventsController
(0cb9521)
0.42.0 (2024-07-02)
0.41.7 (2024-06-19)
- react: support
exactOptionalPropertyTypes
(22a5399)
0.41.6 (2024-04-09)
- update signals to
5.11.5
(8dc4f86)
0.41.5 (2024-03-20)
- analyze: add
internal
to state meta (0d3375d)
0.41.4 (2024-02-15)
- react: set prop to default value when given
undefined
(38e07c1)
0.41.3 (2024-01-13)
- react: create react component improvements (4fedc67)
0.41.2 (2023-12-13)
- react: map attrs to props in server component (bf4655f)
0.41.1 (2023-12-12)
- allow build to happen in parallel (407f217)
0.41.0 (2023-12-10)
- update all deps (7e867f1)
0.40.12 (2023-11-23)
- rework event triggers (9cda025)
0.40.11 (2023-11-07)
- analyze:
keep-alive
jsx type should be optional (17ba460)
0.40.10 (2023-11-07)
- analyze: include
keep-alive
in framework jsx types (098b020)
0.40.9 (2023-10-23)
- destroy on disconnect after last raf tick (ed5bbbf)
0.40.8 (2023-10-10)
- add prop to prevent forwarding keep alive (475e49c)
0.40.7 (2023-10-09)
- rsc-dev should include dev blocks (00156ff)
0.40.6 (2023-10-09)
- attach component name to element for debugging (f8343ed)
0.40.5 (2023-10-03)
- missing
dispatchEvent
proxy on view controller (3c1e818)
0.40.4 (2023-09-30)
- react: remove stale callbacks (673578f)
0.40.3 (2023-09-30)
- react: use signal record losing props on state change (e2f9ce6)
0.40.2 (2023-09-29)
- dispatch callbacks on latest prop (1e47121)
0.40.1 (2023-09-27)
- cli: discover doctags on react variable statements (1236624)
0.40.0 (2023-09-26)
- cli: add solid jsx types plugin (ff78e83)
- cli: add svelte jsx types plugin (153665f)
- cli: add vue jsx types plugin (7ab420c)
0.39.4 (2023-09-20)
- calling delete on wrong el reference (b9f6516)
0.39.3 (2023-09-20)
- delete el instance ref at end of destroy (281b049)
0.39.2 (2023-09-20)
- analyze: add component generic types (4858681)
0.39.1 (2023-09-13)
- dispose of appended scopes correctly (d273b40)
0.39.0 (2023-09-08)
- cli: add react analysis (7f89bc8)
0.38.5 (2023-08-21)
window
error when prod called in node env (e8a143a)
0.38.4 (2023-08-14)
- handle early assignment on
HTMLUnkownElement
(7558957)
0.38.3 (2023-08-11)
- add rsc bundle (90a5459)
0.38.2 (2023-08-09)
- add nullable string/number attr converters (dada1f5)
- react: add
undefined
to css var value type (43e84f7)
0.38.1 (2023-08-07)
- run effects in test env (ea54f2d)
0.38.0 (2023-07-21)
- drop compiler and rework integrations (94cc07c)