-
-
Notifications
You must be signed in to change notification settings - Fork 937
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update dom-expressions to include client-side API placeholders in web/dist/server.js * update dom-expressions version to temporary one from git for testing * update lock file * Add exports to solid-js/store's server build to match the client build, marking the additional export as not supported on the server side * update dom-expressions * fix!: Remove browser field from package.json (#2255) * fix!: Remove browser field from package.json of core packages so that worker export doesn't get mapped back to removeBrowserPackageJson BREAKING CHANGE: Jest was previously mentioned as the reason that wasn't removed, but Jest now supports package.json modules. That said, some other tooling might still not support esm exports. * Create rare-birds-train.md --------- Co-authored-by: Ryan Carniato <ryansolid@gmail.com> * better handling of exports client/server * Improve signal setter type for code completion of string literal unions. (#2297) * fix * fix test * Create shy-islands-talk.md --------- Co-authored-by: Ryan Carniato <ryansolid@gmail.com> * update TS to NodeNext --------- Co-authored-by: Joe Pea <joe@trusktr.io> Co-authored-by: Will Kelly <67284402+wkelly17@users.noreply.github.com> Co-authored-by: 狐狸 <134658521+Huliiiiii@users.noreply.github.com>
- Loading branch information
1 parent
8103fe0
commit 81feefb
Showing
21 changed files
with
353 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"solid-js": minor | ||
--- | ||
|
||
better handling of exports client/server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"solid-js": minor | ||
--- | ||
|
||
fix!: Remove browser field from package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"solid-js": patch | ||
--- | ||
|
||
Improve signal setter type for code completion of string literal unions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
"babel-preset-solid": minor | ||
"solid-js": minor | ||
"solid-element": minor | ||
"test-integration": minor | ||
--- | ||
|
||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"solid-js": patch | ||
--- | ||
|
||
update TS to NodeNext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "dom-expressions/src/universal"; | ||
export * from "dom-expressions/src/universal.js"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export * from "dom-expressions/src/client"; | ||
export * from "dom-expressions/src/client.js"; |
Oops, something went wrong.