Skip to content

Commit

Permalink
update dom-expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Sep 23, 2024
1 parent 8103fe0 commit 2a3a198
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 36 deletions.
16 changes: 16 additions & 0 deletions .changeset/tasty-knives-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
"babel-preset-solid": patch
"solid-js": patch
"solid-element": patch
"test-integration": patch
---

update dom-expressions
* Improved Custom Element/Shadow DOM traversal - @olivercoad
* Better heuristic to determine when to importNode - @titoBouzout
* handleEvent syntax to allow custom event properties when not delegated - @titoBouzout
* support for bool: attribute namespace - @titoBouzout
* add "is" as detection for custom element - @titoBouzout
* fix missing exports in different envs - @trusktr
* better hydration mismatch errors - @ryansolid
* improved HTML validation of JSX partials - @titoBouzout
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
"@rollup/plugin-replace": "^5.0.2",
"@types/node": "^18.11.19",
"@vitest/coverage-c8": "^0.29.7",
"babel-plugin-jsx-dom-expressions": "^0.38.5",
"babel-plugin-jsx-dom-expressions": "^0.39.0",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.38.6",
"hyper-dom-expressions": "0.38.6",
"dom-expressions": "0.39.0",
"hyper-dom-expressions": "0.39.0",
"jsdom": "^21.1.1",
"lit-dom-expressions": "0.38.6",
"lit-dom-expressions": "0.39.0",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "node test.js"
},
"dependencies": {
"babel-plugin-jsx-dom-expressions": "^0.38.5"
"babel-plugin-jsx-dom-expressions": "^0.39.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
Loading

0 comments on commit 2a3a198

Please sign in to comment.