Skip to content

Commit

Permalink
fix #462 missing SVG g attributes, fix #474 wrong void tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed May 28, 2021
1 parent 943fc74 commit bfafaf8
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 71 deletions.
2 changes: 2 additions & 0 deletions documentation/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,8 @@ function SuspenseList(props: {
</SuspenseList>
```
SuspenseList is still experimental and does not have full SSR support.
## `<Dynamic>`
```ts
Expand Down
140 changes: 74 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
"@types/jest": "^26.0.23",
"@types/shelljs": "^0.8.8",
"babel-jest": "^26.6.3",
"babel-plugin-jsx-dom-expressions": "^0.27.4",
"babel-plugin-jsx-dom-expressions": "^0.27.7",
"coveralls": "^3.1.0",
"dom-expressions": "0.27.5",
"dom-expressions": "0.27.7",
"gitly": "^2.1.0",
"hyper-dom-expressions": "0.27.6",
"hyper-dom-expressions": "0.27.7",
"jest": "~26.6.3",
"jest-ts-webcompat-resolver": "^1.0.0",
"lerna": "^3.22.1",
"lit-dom-expressions": "0.27.5",
"lit-dom-expressions": "0.27.7",
"ncp": "2.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
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,6 +14,6 @@
"test": "node test.js"
},
"dependencies": {
"babel-plugin-jsx-dom-expressions": "^0.27.4"
"babel-plugin-jsx-dom-expressions": "^0.27.7"
}
}

0 comments on commit bfafaf8

Please sign in to comment.