Skip to content

Releases: JiLiZART/BBob

@bbob/vue2@4.0.0

25 Jun 19:48
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

  • Updated dependencies [270f564, 8797f7f, 3575982]:
    • @bbob/plugin-helper@4.0.0
    • @bbob/core@4.0.0
    • @bbob/html@4.0.0

@bbob/types@4.0.1

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

Patch Changes

  • dd7696c Thanks @JiLiZART! - Fixes problem where @bbob/html@4.0.0 depends on @bbob/core@3.0.2 instead of ^4.0.0

@bbob/react@4.0.1

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

Patch Changes

  • dd7696c Thanks @JiLiZART! - Fixes problem where @bbob/html@4.0.0 depends on @bbob/core@3.0.2 instead of ^4.0.0

  • Updated dependencies [dd7696c]:

    • @bbob/core@4.0.1
    • @bbob/html@4.0.1
    • @bbob/plugin-helper@4.0.1
    • @bbob/types@4.0.1

@bbob/react@4.0.0

25 Jun 19:48
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

  • #226 f1f9eb3 Thanks @JiLiZART! - fix(react): render words and spaces as single node in react

    Now React properly renders string nodes with spaces as single text node for react. Thanks @WLYau

  • Updated dependencies [270f564, 8797f7f, 3575982]:

    • @bbob/plugin-helper@4.0.0
    • @bbob/core@4.0.0
    • @bbob/html@4.0.0

@bbob/preset@4.0.1

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

Patch Changes

  • dd7696c Thanks @JiLiZART! - Fixes problem where @bbob/html@4.0.0 depends on @bbob/core@3.0.2 instead of ^4.0.0

  • Updated dependencies [dd7696c]:

    • @bbob/plugin-helper@4.0.1
    • @bbob/types@4.0.1

@bbob/preset@4.0.0

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/preset-vue@4.0.1

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

Patch Changes

  • dd7696c Thanks @JiLiZART! - Fixes problem where @bbob/html@4.0.0 depends on @bbob/core@3.0.2 instead of ^4.0.0

  • Updated dependencies [dd7696c]:

    • @bbob/preset-html5@4.0.1
    • @bbob/types@4.0.1

@bbob/preset-vue@4.0.0

25 Jun 19:48
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/preset-react@4.0.1

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

Patch Changes

  • dd7696c Thanks @JiLiZART! - Fixes problem where @bbob/html@4.0.0 depends on @bbob/core@3.0.2 instead of ^4.0.0

  • Updated dependencies [dd7696c]:

    • @bbob/preset-html5@4.0.1
    • @bbob/types@4.0.1

@bbob/preset-react@4.0.0

25 Jun 19:48
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