Skip to content

Releases: rindojs/rindo

🚣 4.18.3 (2024-12-12)

12 Dec 13:26
ea04da2
Compare
Choose a tag to compare

Bug Fixes

  • esbuild: remove all node: imports from glob script to keep support for Jest v26 (bfb4f7e)
  • mock-doc: support toDataURL method in canvas (1d998a2)
  • runtime: add missing intermediate parents scope ids to the elements (9e9e335)

Features

  • ci: remove need to compile scripts (aa065ce)

4.18.2 (2024-12-01)

01 Dec 16:08
e59cfd7
Compare
Choose a tag to compare

Bug Fixes

  • e2e: allow to fetch CSS variables assigned to host elements (a632372)
  • hydrate: respect HydratedFlag configuration in hydrate script (fff9935)
  • runtime: always throw if component can not be loaded (f941626)
  • runtime: support watch for components with custom tag names (0c71425)
  • runtime: throw proper error if component is loaded with invalid runtime (ff1a988)
  • types: move autofocus attr/prop definition to HTMLAttributes (e992c61)

4.18.1 (2024-12-01)

01 Dec 02:11
5cac8e1
Compare
Choose a tag to compare

Bug Fixes

  • build: do not copy polyfills to the OT unless building es5 (4a72bfb)
  • compiler: Allow OutputTargetCustom to be called on devMode (d0d1960)
  • compiler: deprecate scriptDataOpts [ci skip] (0ffd197)
  • declarations: Attribute ping is missing on AnchorHTMLAttributes (89e1467)
  • runtime: add root scope id to the user provided nested children as classname (61e13a3)

4.18.0 (2024-08-29)

01 Dec 02:13
2718dfe
Compare
Choose a tag to compare

Bug Fixes

  • hydrate: output track elements as void elms (6c81280)
  • runtime: add root scope id to the nested child as classname (f4b62c0)
  • testing: support functional components in unit tests (5d4bd25)

Features

  • docs: add style mode to docs-json output (23b8230)

🚙 4.17.2 (2024-05-15)

15 May 16:39
d07ab70
Compare
Choose a tag to compare

Bug Fixes

  • build: bundle size issue (8a5da32)
  • compiler: recognize loud comments when generating style docs (9d6060e)

🌵 4.17.1 (2024-05-15)

15 May 09:48
81ea8bf
Compare
Choose a tag to compare

Bug Fixes

  • cli: prevent generate task from crashing (02c1a31)

🐉 4.17.0 (2024-05-15)

15 May 09:04
d26e9de
Compare
Choose a tag to compare

Bug Fixes

  • docs: merge together style docs from multiple CSS files (f301220)
  • docs: respect custom README content when writing to a custom path (fb2cec8)
  • slot-fallback: fix hiding fallback slot content issue when the slotted element is a text node (34220e3)
  • testing: perform string -> boolean type casting for Jest config (d050a65)

🎰 4.16.0 (2024-04-23)

23 Apr 10:03
c7fe06e
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix a bug in CLI argument parsing (8f1b907)
  • testing: prevent find from throwing error when query has no match (dba99f1)

Features

  • dev-server: dark mode support (b8c62c8)

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