Skip to content

Latest commit

 

History

History
339 lines (117 loc) · 9.94 KB

CHANGELOG.md

File metadata and controls

339 lines (117 loc) · 9.94 KB

0.43.2 (2024-08-07)

Bug Fixes

  • replace esbuild with sucrase (27067bb)

0.43.1 (2024-07-31)

Bug Fixes

  • expose abort signal on EventsController (cfa1ed1)

0.43.0 (2024-07-31)

Bug Fixes

  • refactor to use private class fields (18959bf)

Features

0.42.0 (2024-07-02)

Bug Fixes

  • do not minify internal exports (01817d1)
  • update @maverick-js/signals to ^6.0.0 (463985c)

0.41.7 (2024-06-19)

Bug Fixes

  • react: support exactOptionalPropertyTypes (22a5399)

0.41.6 (2024-04-09)

Bug Fixes

  • update signals to 5.11.5 (8dc4f86)

0.41.5 (2024-03-20)

Bug Fixes

  • analyze: add internal to state meta (0d3375d)

0.41.4 (2024-02-15)

Bug Fixes

  • react: set prop to default value when given undefined (38e07c1)

0.41.3 (2024-01-13)

Bug Fixes

  • react: create react component improvements (4fedc67)

0.41.2 (2023-12-13)

Bug Fixes

  • react: map attrs to props in server component (bf4655f)

0.41.1 (2023-12-12)

Bug Fixes

  • allow build to happen in parallel (407f217)

0.41.0 (2023-12-10)

Bug Fixes

  • analyze: handle omit/pick when finding react instance (0fd9945)
  • use mangle cache (a954a30)

Features

0.40.12 (2023-11-23)

Bug Fixes

0.40.11 (2023-11-07)

Bug Fixes

  • analyze: keep-alive jsx type should be optional (17ba460)

0.40.10 (2023-11-07)

Bug Fixes

  • analyze: include keep-alive in framework jsx types (098b020)

0.40.9 (2023-10-23)

Bug Fixes

  • destroy on disconnect after last raf tick (ed5bbbf)

0.40.8 (2023-10-10)

Bug Fixes

  • add prop to prevent forwarding keep alive (475e49c)

0.40.7 (2023-10-09)

Bug Fixes

  • rsc-dev should include dev blocks (00156ff)

0.40.6 (2023-10-09)

Bug Fixes

  • attach component name to element for debugging (f8343ed)

0.40.5 (2023-10-03)

Bug Fixes

  • missing dispatchEvent proxy on view controller (3c1e818)

0.40.4 (2023-09-30)

Bug Fixes

  • react: remove stale callbacks (673578f)

0.40.3 (2023-09-30)

Bug Fixes

  • react: use signal record losing props on state change (e2f9ce6)

0.40.2 (2023-09-29)

Bug Fixes

  • dispatch callbacks on latest prop (1e47121)

0.40.1 (2023-09-27)

Bug Fixes

  • cli: discover doctags on react variable statements (1236624)

0.40.0 (2023-09-26)

Features

  • 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)

Bug Fixes

  • calling delete on wrong el reference (b9f6516)

0.39.3 (2023-09-20)

Bug Fixes

  • delete el instance ref at end of destroy (281b049)

0.39.2 (2023-09-20)

Features

  • analyze: add component generic types (4858681)

0.39.1 (2023-09-13)

Bug Fixes

  • dispose of appended scopes correctly (d273b40)

0.39.0 (2023-09-08)

Features

  • cli: add react analysis (7f89bc8)

0.38.5 (2023-08-21)

Bug Fixes

  • window error when prod called in node env (e8a143a)

0.38.4 (2023-08-14)

Bug Fixes

  • handle early assignment on HTMLUnkownElement (7558957)

0.38.3 (2023-08-11)

Bug Fixes

0.38.2 (2023-08-09)

Bug Fixes

  • add nullable string/number attr converters (dada1f5)
  • react: add undefined to css var value type (43e84f7)

0.38.1 (2023-08-07)

Bug Fixes

  • run effects in test env (ea54f2d)

0.38.0 (2023-07-21)

Features

  • drop compiler and rework integrations (94cc07c)