Releases: JiLiZART/BBob
@bbob/preset-vue@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
Patch Changes
- Updated dependencies [
49065d2
]:- @bbob/preset-html5@3.0.0
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Note: Version bump only for package @bbob/preset-vue
@bbob/preset-react@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
Patch Changes
- Updated dependencies [
49065d2
]:- @bbob/preset-html5@3.0.0
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Note: Version bump only for package @bbob/preset-react
@bbob/preset-html5@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
Patch Changes
- Updated dependencies [
49065d2
]:- @bbob/plugin-helper@3.0.0
- @bbob/preset@3.0.0
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Note: Version bump only for package @bbob/preset-html5
@bbob/plugin-helper@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Features
@bbob/parser@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
Patch Changes
- Updated dependencies [
49065d2
]:- @bbob/plugin-helper@3.0.0
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Features
@bbob/html@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
Patch Changes
- Updated dependencies [
49065d2
]:- @bbob/core@3.0.0
- @bbob/plugin-helper@3.0.0
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Note: Version bump only for package @bbob/html
@bbob/core@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
Patch Changes
- Updated dependencies [
49065d2
]:- @bbob/parser@3.0.0
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Note: Version bump only for package @bbob/core
@bbob/cli@3.0.0
Major Changes
-
#182
49065d2
Thanks @JiLiZART! - # Vue3 supportNow you can use
@bbob
parser invue3
Example usage
npm i @bbob/vue3 @bbob/preset-vue
import { defineComponent } from "vue"; import VueBbob from "@bbob/vue3"; Vue.use(VueBbob);
<template> <div class="vue3"> <h2>Generated vue3 here</h2> <bbob-bbcode container="div" :plugins="plugins">{{ bbcode }}</bbob-bbcode> </div> </template> <script> import { defineComponent } from "vue"; import preset from "@bbob/preset-vue"; export default defineComponent({ name: "App", data() { return { bbcode: "Text [b]bolded[/b] and [i]Some Name[/i]", plugins: [preset()], }; }, }); </script>
Patch Changes
- Updated dependencies [
49065d2
]:- @bbob/html@3.0.0
- @bbob/preset-html5@3.0.0
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
2.9.0 (2023-01-29)
Note: Version bump only for package @bbob/cli