-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
5 changed files
with
58 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters