Skip to content

Releases: JiLiZART/BBob

@bbob/[email protected]

25 Jun 21:30
9d3859b
Compare
Choose a tag to compare

Patch Changes

@bbob/[email protected]

25 Jun 19:47
95c38fd
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • #233 270f564 Thanks @JiLiZART! - ** BREAKING CHANGE **

    TagNode.create method now by default pass null to content instead of empty array []

    // new behavior
    TagNode.create("img").toString(); // -> [img]
    // old behavior
    TagNode.create("img", {}, []).toString(); // -> [img][/img]

    Migrate all calls of TagNode.create('test-tag') to `TagNode.create('test-tag', {}, [])

  • #199 3575982 Thanks @JiLiZART! - All build processes and CI actions now using PNPM as default Package Manager

Patch Changes

@bbob/[email protected]

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

Patch Changes

@bbob/[email protected]

28 Sep 01:40
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

@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

@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

  • #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