Skip to content

Commit

Permalink
🐖 v4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduy1407 committed Dec 4, 2023
1 parent 055678b commit f4e5419
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.0.3](https://github.com/familyjs/rindo/compare/v4.0.2...v4.0.3) (2023-12-04)


### Bug Fixes

* **compiler:** custom elements relative typedef import paths ([055678b](https://github.com/familyjs/rindo/commit/055678b23735e23c82e4f188899a555338dd9a8b))
* **docs-json:** use dts-bundle-generator to bundle types for docs-json ([9404cb6](https://github.com/familyjs/rindo/commit/9404cb65dc51e27cc87af66ef6a098824f88f17a))
* **runtime:** add onSelect to textarea and input ([e35899f](https://github.com/familyjs/rindo/commit/e35899f38b83fef5a5741755425d10fdb000aaff))
* **runtime:** handle lazy-instance promises for connected & disconnected callbacks ([f9cf35f](https://github.com/familyjs/rindo/commit/f9cf35f3c05da10ab896ac897915782d33954249))
* **runtime:** override attrs set on Host with values from host element ([ec95b4f](https://github.com/familyjs/rindo/commit/ec95b4f9bd40847bb905528ea1edefa8c883ce7c))
* **testing:** remove use of `emulate` field in `E2EPage()` ([8c10e8b](https://github.com/familyjs/rindo/commit/8c10e8b0061f991313af05d1d2ff0b41d37f2dd4))



## 🍪 [4.0.2](https://github.com/familyjs/rindo/compare/v4.0.1...v4.0.2) (2023-12-03)


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.0.2",
"version": "4.0.3",
"license": "MIT",
"main": "./internal/rindo-core/index.cjs",
"module": "./internal/rindo-core/index.js",
Expand Down

0 comments on commit f4e5419

Please sign in to comment.