Skip to content

Commit

Permalink
v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Sep 24, 2024
1 parent 51bec61 commit 5c8eee8
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/odd-onions-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-birds-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-islands-talk.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/tasty-knives-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-schools-pretend.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/babel-preset-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# babel-preset-solid

## 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

## 1.8.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
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 <ryansolid@gmail.com>",
"homepage": "https://github.com/solidjs/solid/blob/main/packages/babel-preset-solid#readme",
Expand Down
23 changes: 23 additions & 0 deletions packages/solid-element/CHANGELOG.md
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]
- solid-js@1.9.0

## 1.8.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponents wrapper for Solid",
"author": "Ryan Carniato",
"license": "MIT",
"version": "1.8.1",
"version": "1.9.0",
"homepage": "https://github.com/solidjs/solid/blob/main/packages/solid-element#readme",
"type": "module",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
"component-register": "~0.8.5"
},
"peerDependencies": {
"solid-js": "^1.8.23"
"solid-js": "^1.9.0"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
21 changes: 21 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# solid-js

## 1.9.0

### Minor Changes

- 4f8597dc: better handling of exports client/server
- 120bf06d: fix!: Remove browser field from package.json
- 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

- 80b09589: Improve signal setter type for code completion of string literal unions.
- 51bec61a: update TS to NodeNext

## 1.8.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "1.8.23",
"version": "1.9.0",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://solidjs.com",
Expand Down
24 changes: 24 additions & 0 deletions packages/test-integration/CHANGELOG.md
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]
- solid-js@1.9.0
- babel-preset-solid@1.9.0

## 1.8.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"gitly": "^2.2.1",
"shelljs": "^0.8.5"
},
"version": "1.8.23"
"version": "1.9.0"
}

0 comments on commit 5c8eee8

Please sign in to comment.