mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
e943184294
* feat: add tests * fix: parsing context free * refactor: code style * chore: add changeset * fix: disable coveralls
21 lines
476 B
Markdown
21 lines
476 B
Markdown
---
|
|
"@bbob/plugin-helper": patch
|
|
"@bbob/preset-html5": patch
|
|
"@bbob/preset-react": patch
|
|
"@bbob/preset-vue": patch
|
|
"@bbob/parser": patch
|
|
"@bbob/preset": patch
|
|
"@bbob/react": patch
|
|
"@bbob/types": patch
|
|
"@bbob/core": patch
|
|
"@bbob/html": patch
|
|
"@bbob/vue2": patch
|
|
"@bbob/vue3": patch
|
|
"@bbob/cli": patch
|
|
---
|
|
|
|
fixes problem with context free tags
|
|
|
|
now code like `[code][codeButton]text[/codeButton][/code]`
|
|
will be parsed correctly to `<code>[codeButton]text[/codeButton]</code>`
|