mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-17 19:21:20 +03:00
* fix(preset-html5): add color tag #189 * fix(parser): case insensitive tags bug #190
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
"@bbob/cli": patch
|
||||
"@bbob/core": patch
|
||||
"@bbob/html": patch
|
||||
"@bbob/parser": patch
|
||||
"@bbob/plugin-helper": patch
|
||||
"@bbob/preset": patch
|
||||
"@bbob/preset-html5": patch
|
||||
"@bbob/preset-react": patch
|
||||
"@bbob/preset-vue": patch
|
||||
"@bbob/react": patch
|
||||
"@bbob/vue2": patch
|
||||
"@bbob/vue3": patch
|
||||
---
|
||||
|
||||
Now HTML5 Preset supports `color` tag
|
||||
|
||||
```
|
||||
[color="red"]Red Text[/color]
|
||||
```
|
||||
|
||||
Also fixes bug with case insensitive tags in `onlyAllowTags`
|
||||
Now you can pas `h1` and `H1` and they will be treated as same tags
|
||||
Reference in New Issue
Block a user