Skip to content

Commit 35ce990

Browse files
github-actions[bot]DylanPiercey
authored andcommitted
[ci] release
1 parent a4e3635 commit 35ce990

File tree

5 files changed

+11
-16
lines changed

5 files changed

+11
-16
lines changed

.changeset/afraid-comics-whisper.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/light-trees-laugh.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-zoos-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# htmljs-parser
22

3+
## 3.3.4
4+
5+
### Patch Changes
6+
7+
- [#103](https://github.com/marko-js/htmljs-parser/pull/103) [`a4e3635`](https://github.com/marko-js/htmljs-parser/commit/a4e3635f790ebccdbacb3f432064891c7cee9b60) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fixes issue where expressions could consume an extra character when windows line endings used.
8+
9+
* [#103](https://github.com/marko-js/htmljs-parser/pull/103) [`1f2c9b0`](https://github.com/marko-js/htmljs-parser/commit/1f2c9b01d852ec7f735b2aa8e48a54ac67d63919) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - When parsing unenclosed expressions we look backwards for unary operators preceded by a word break. This caused a false positive when a member expression was found with the operator name, eg `input.new`. Now we ensure that these operators are not in a member expression like this.
10+
11+
- [#103](https://github.com/marko-js/htmljs-parser/pull/103) [`469b4bc`](https://github.com/marko-js/htmljs-parser/commit/469b4bc23fa5412bae6f2b3a701c180b1f77b812) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improves consistency with v2 of the parser by allowing expressions to span multiple lines if the line is ended with the continuation. This change also allows html attributes and grouped concise attributes to span multiple lines with a new line before _or after_ the continuation.
12+
313
## 3.3.3
414

515
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "htmljs-parser",
33
"description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values",
4-
"version": "3.3.3",
4+
"version": "3.3.4",
55
"devDependencies": {
66
"@changesets/changelog-github": "^0.4.4",
77
"@changesets/cli": "^2.22.0",

0 commit comments

Comments
 (0)