mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-11 18:02:26 +03:00
chore(release): publish v4.3.1 (#298)
chore(release): release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3e4c87f720
commit
5904ef46ed
@@ -1,5 +1,43 @@
|
||||
# Change Log
|
||||
|
||||
## 4.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#281](https://github.com/JiLiZART/BBob/pull/281) [`322f88a`](https://github.com/JiLiZART/BBob/commit/322f88ad423c87252bda10c7dfd8677c8d6c9ced) Thanks [@JiLiZART](https://github.com/JiLiZART)! - Now `@bbob/parser` correctly parses tags like
|
||||
|
||||
```html
|
||||
[url=javascript:alert('XSS ME');]TEXT[/url]
|
||||
```
|
||||
|
||||
to correct attributes
|
||||
|
||||
```json
|
||||
{
|
||||
"tag": "url",
|
||||
"attrs": {
|
||||
"javascript:alert('XSS ME')": "javascript:alert('XSS ME')"
|
||||
},
|
||||
"content": ["TEXT"],
|
||||
"start": {
|
||||
"from": 0,
|
||||
"to": 38
|
||||
},
|
||||
"end": {
|
||||
"from": 38,
|
||||
"to": 42
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Fixes #300
|
||||
|
||||
- Updated dependencies [[`322f88a`](https://github.com/JiLiZART/BBob/commit/322f88ad423c87252bda10c7dfd8677c8d6c9ced)]:
|
||||
- @bbob/core@4.3.1
|
||||
- @bbob/html@4.3.1
|
||||
- @bbob/plugin-helper@4.3.1
|
||||
- @bbob/types@4.3.1
|
||||
|
||||
## 4.3.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bbob/react",
|
||||
"version": "4.3.0",
|
||||
"version": "4.3.1",
|
||||
"description": "A BBCode to React Renderer part of @bbob",
|
||||
"keywords": [
|
||||
"react",
|
||||
|
||||
Reference in New Issue
Block a user