Skip to content

Releases: rindojs/rindo

🍔 4.15.0 (2024-04-23)

23 Apr 09:12
7acbb12
Compare
Choose a tag to compare

Features

  • compiler: perform automatic key insertion in more situations (bdf5a45)

🍾 4.14.1 (2024-04-23)

23 Apr 08:52
ae7abc9
Compare
Choose a tag to compare

Bug Fixes

  • compiler: don't mistake aliased paths for collections imports (38ddc3e)
  • runtime: nested multiple default slot relocation (3c6b2aa)
  • runtime: prevent ref callbacks from being called too early (55dd1c1)

🌞 4.14.0 (2024-04-23)

23 Apr 06:56
f799e5c
Compare
Choose a tag to compare

Bug Fixes

  • mock-doc: provide a local name (c31246f)
  • mock-doc: resolve type issue for localName (4576d66)

Features

  • testing: allow to set screenshot timeout option in Jest v28+ (6d89542)
  • testing: support deep piercing with Puppeteer (c6eef59)

🎤 4.13.0 (2024-04-22)

22 Apr 13:34
1fbebd8
Compare
Choose a tag to compare

Bug Fixes

  • compiler: allow to set custom root directory (a37ade0)
  • compiler: don't validate references for @prop, @method and @event decorator (74f171b)
  • renderer: fix conditional rendering issue (4954bc7)
  • renderer: fix missing slot ref callback handling (fcea686)
  • runtime: remove forceUpdate in appendChild patch (9ecd395)
  • sys: fix expected types for createNodeLogger and createNodeSys (aa4e2cb)
  • testing: use viewport for Puppeteer screenshot clip dimensions (1418704)

Features

  • dev-server: add ping route (faae714)
  • typescript: Update dependency typescript to ~5.4.0 (0079ad0)

🚡 4.12.6 (2024-04-22)

22 Apr 11:23
876c4f7
Compare
Choose a tag to compare

Bug Fixes

  • cli: move version logging earlier in CLI to allow -v, --version (201e996)
  • compiler: fix generated import statement (b4eba42)
  • test: ensure screenshot dir is cleaned up (ab87dcf)

Features

  • compiler: update glob and minimatch dependencies (beb02b1)

⛳️ 4.12.5 (2024-04-22)

22 Apr 10:53
5dec7b9
Compare
Choose a tag to compare

Bug Fixes

  • custom-elements: hydrate on client side (73d6b84)

👒 4.12.4 (2024-04-22)

22 Apr 09:49
69a3444
Compare
Choose a tag to compare

Bug Fixes

  • build: address issue with dynamic import, wite, and lahm (bc2f41a)

🚃 4.12.3 (2024-04-22)

22 Apr 09:04
6d29302
Compare
Choose a tag to compare

Bug Fixes

  • compiler: point crypto import at crypto instead of node:crypt (cd8a85a)
  • runtime: replace innerHTML with textContent for CSS injection (b45211e)

🌏 4.12.2 (2024-04-22)

22 Apr 08:02
6ca0d44
Compare
Choose a tag to compare

Bug Fixes

  • compiler: support async globalScripts functions (84a875e)
  • mock-doc: overwrite parentElement in MockHTMLElement to return null (bee97ef)

📻 4.12.1 (2024-04-22)

22 Apr 07:15
1fb269f
Compare
Choose a tag to compare

Bug Fixes

  • mock-doc: improve error message when :scope selector is used (764574b)
  • runtime: dynamic slot name change (c436b40)
  • runtime: only generate lazy build CSS when there are component tags (8018841)