Releases: rindojs/rindo
Releases · rindojs/rindo
🚣 4.18.3 (2024-12-12)
4.18.2 (2024-12-01)
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 toHTMLAttributes
(e992c61)
4.18.1 (2024-12-01)
Bug Fixes
- build: do not copy polyfills to the OT unless building es5 (4a72bfb)
- compiler: Allow
OutputTargetCustom
to be called ondevMode
(d0d1960) - compiler: deprecate
scriptDataOpts
[ci skip] (0ffd197) - declarations: Attribute
ping
is missing onAnchorHTMLAttributes
(89e1467) - runtime: add root scope id to the user provided nested children as classname (61e13a3)
4.18.0 (2024-08-29)
🚙 4.17.2 (2024-05-15)
🌵 4.17.1 (2024-05-15)
Bug Fixes
- cli: prevent generate task from crashing (02c1a31)
🐉 4.17.0 (2024-05-15)
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)
🍔 4.15.0 (2024-04-23)
Features
- compiler: perform automatic key insertion in more situations (bdf5a45)