Skip to content

Commit

Permalink
v4.18.2 (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: khanhduy1407 <[email protected]>
  • Loading branch information
github-actions[bot] and khanhduy1407 authored Dec 1, 2024
1 parent e256ecc commit e59cfd7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 🌶 [4.18.2](https://github.com/rindojs/rindo/compare/v4.18.1...v4.18.2) (2024-12-01)


### Bug Fixes

* **e2e:** allow to fetch CSS variables assigned to host elements ([a632372](https://github.com/rindojs/rindo/commit/a632372cd7da19506881bb4fd1a766b024488b3c))
* **hydrate:** respect `HydratedFlag` configuration in hydrate script ([fff9935](https://github.com/rindojs/rindo/commit/fff99356776aed0d32ab1ba31b120b4152671107))
* **runtime:** always throw if component can not be loaded ([f941626](https://github.com/rindojs/rindo/commit/f941626b37fa732d8de5d05e6cab53e02d8088b2))
* **runtime:** support watch for components with custom tag names ([0c71425](https://github.com/rindojs/rindo/commit/0c71425e4979e8ab171a5920ae5b493a4e4cf150))
* **runtime:** throw proper error if component is loaded with invalid runtime ([ff1a988](https://github.com/rindojs/rindo/commit/ff1a988a3f96f88878834c09fe71f43a7f64dffa))
* **types:** move `autofocus` attr/prop definition to `HTMLAttributes` ([e992c61](https://github.com/rindojs/rindo/commit/e992c61f2bbd384fd6bf28d7fae9d12ad8c70c1e))



## 🐣 [4.18.1](https://github.com/rindojs/rindo/compare/v4.18.0...v4.18.1) (2024-12-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rindo/core",
"version": "4.18.1",
"version": "4.18.2",
"license": "MIT",
"main": "./internal/rindo-core/index.cjs",
"module": "./internal/rindo-core/index.js",
Expand Down

0 comments on commit e59cfd7

Please sign in to comment.