Skip to content

Releases: JiLiZART/BBob

@bbob/[email protected]

28 Sep 01:39
d26f833
Compare
Choose a tag to compare

Patch Changes

  • #191 0c78831 Thanks @JiLiZART! - 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

  • Updated dependencies [0c78831]:

@bbob/[email protected]

28 Sep 01:39
d26f833
Compare
Choose a tag to compare

Patch Changes

@bbob/[email protected]

28 Sep 01:39
d26f833
Compare
Choose a tag to compare

Patch Changes

  • #191 0c78831 Thanks @JiLiZART! - 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

  • Updated dependencies [0c78831]:

@bbob/[email protected]

28 Sep 01:39
d26f833
Compare
Choose a tag to compare

Patch Changes

@bbob/[email protected]

28 Aug 22:50
3bccca0
Compare
Choose a tag to compare

Patch Changes

  • #186 603c3ea Thanks @JiLiZART! - Fixes bug where nested tag quote lost

    [color=red]test[/color]
    [quote]xxxsdfasdf
    sdfasdfasdf
    
    [url=xxx]xxx[/url]
    

    Now content not will be lost, but not closed tag will displayed as raw text

@bbob/[email protected]

28 Aug 22:49
3bccca0
Compare
Choose a tag to compare

Patch Changes

  • #186 603c3ea Thanks @JiLiZART! - Fixes bug where nested tag quote lost

    [color=red]test[/color]
    [quote]xxxsdfasdf
    sdfasdfasdf
    
    [url=xxx]xxx[/url]
    

    Now content not will be lost, but not closed tag will displayed as raw text

@bbob/[email protected]

24 Jul 14:32
d642317
Compare
Choose a tag to compare

Major Changes

  • #182 49065d2 Thanks @JiLiZART! - # Vue3 support

    Now you can use @bbob parser in vue3

    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

@bbob/[email protected]

24 Jul 14:32
d642317
Compare
Choose a tag to compare

Major Changes

  • #182 49065d2 Thanks @JiLiZART! - # Vue3 support

    Now you can use @bbob parser in vue3

    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

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/vue2

@bbob/[email protected]

24 Jul 14:32
d642317
Compare
Choose a tag to compare

Major Changes

  • #182 49065d2 Thanks @JiLiZART! - # Vue3 support

    Now you can use @bbob parser in vue3

    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

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/react

@bbob/[email protected]

24 Jul 14:32
d642317
Compare
Choose a tag to compare

Major Changes

  • #182 49065d2 Thanks @JiLiZART! - # Vue3 support

    Now you can use @bbob parser in vue3

    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)

Note: Version bump only for package @bbob/preset