We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e7cfedb + 5e097c9 commit e6bac1dCopy full SHA for e6bac1d
.changeset/pre.json
@@ -16,6 +16,7 @@
16
"funny-carrots-add",
17
"giant-melons-stare",
18
"great-mails-beg",
19
+ "hot-bats-pull",
20
"hot-spies-crash",
21
"lazy-games-serve",
22
"lemon-insects-laugh",
packages/utils/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @chialab/sveltekit-utils
2
3
+## 0.1.0-alpha.10
4
+
5
+### Patch Changes
6
7
+- e7cfedb: Fix stripHtml method to remove style, script and iframe tags before extracting the text in the html.
8
9
## 0.1.0-alpha.9
10
11
### Patch Changes
packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@chialab/sveltekit-utils",
"license": "MIT",
- "version": "0.1.0-alpha.9",
+ "version": "0.1.0-alpha.10",
"type": "module",
"files": [
"dist"
0 commit comments