-
-
Notifications
You must be signed in to change notification settings - Fork 929
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
87 additions
and
41 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-solid", | ||
"version": "1.8.22", | ||
"version": "1.9.0", | ||
"description": "Babel preset to transform JSX for Solid.js", | ||
"author": "Ryan Carniato <[email protected]>", | ||
"homepage": "https://github.com/solidjs/solid/blob/main/packages/babel-preset-solid#readme", | ||
|
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,5 +1,28 @@ | ||
# solid-element | ||
|
||
## 1.9.0 | ||
|
||
### Minor Changes | ||
|
||
- 2a3a1980: 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 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [4f8597dc] | ||
- Updated dependencies [120bf06d] | ||
- Updated dependencies [80b09589] | ||
- Updated dependencies [2a3a1980] | ||
- Updated dependencies [51bec61a] | ||
- [email protected] | ||
|
||
## 1.8.1 | ||
|
||
### Patch Changes | ||
|
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,5 +1,29 @@ | ||
# test-integration | ||
|
||
## 1.9.0 | ||
|
||
### Minor Changes | ||
|
||
- 2a3a1980: 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 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [4f8597dc] | ||
- Updated dependencies [120bf06d] | ||
- Updated dependencies [80b09589] | ||
- Updated dependencies [2a3a1980] | ||
- Updated dependencies [51bec61a] | ||
- [email protected] | ||
- [email protected] | ||
|
||
## 1.8.23 | ||
|
||
### Patch Changes | ||
|
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 |
---|---|---|
|
@@ -14,5 +14,5 @@ | |
"gitly": "^2.2.1", | ||
"shelljs": "^0.8.5" | ||
}, | ||
"version": "1.8.23" | ||
"version": "1.9.0" | ||
} |