2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/CHANGELOG.md
T
2020-03-26 00:51:02 +02:00

10 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.5.5 (2020-03-25)

Features

  • core: allow to pass dynamic data in options for render (#59) (0b74be7)

2.5.4 (2019-09-25)

Bug Fixes

  • bbob-react: remove unique "key" prop warning (#30) (3d5c1f1), closes #28
  • parser: infinity loop problem when escape [\b] (#31) (b4cf271), closes #23
  • parser: try to hack terser minifier that removes working code (#49) (be938fd), closes #48
  • plugin-helper: avoid some malformed attributes in attrsToString (#26) (09ff9af)
  • react: fix broken prop type definition (#27) (19d7ff2)

Features

  • parse: allow tags to be escaped with backslash (#17) (c4f78c1)
  • plugin-helper: lowercase resulting tag names (#42) (597c2a9)
  • preset-html5: list type attribute support (#18) (847c55e)

2.5.3 (2019-08-11)

Bug Fixes

  • bbob-react: remove unique "key" prop warning (#30) (3d5c1f1), closes #28
  • parser: infinity loop problem when escape [\b] (#31) (b4cf271), closes #23
  • plugin-helper: avoid some malformed attributes in attrsToString (#26) (09ff9af)
  • react: fix broken prop type definition (#27) (19d7ff2)

Features

  • parse: allow tags to be escaped with backslash (#17) (c4f78c1)
  • plugin-helper: lowercase resulting tag names (#42) (597c2a9)
  • preset-html5: list type attribute support (#18) (847c55e)

2.5.2 (2019-06-30)

Bug Fixes

  • bbob-react: remove unique "key" prop warning (#30) (3d5c1f1), closes #28
  • parser: infinity loop problem when escape [\b] (#31) (b4cf271), closes #23
  • plugin-helper: avoid some malformed attributes in attrsToString (#26) (09ff9af)
  • react: fix broken prop type definition (#27) (19d7ff2)

Features

  • parse: allow tags to be escaped with backslash (#17) (c4f78c1)
  • preset-html5: list type attribute support (#18) (847c55e)

2.5.1 (2019-06-18)

Bug Fixes

  • parser: fix issue with escaping backslashes when enableEscapeTags is set (#20) (8a9e930)

Features

  • parse: allow tags to be escaped with backslash (#17) (c4f78c1)
  • preset-html5: list type attribute support (#18) (847c55e)

2.5.0 (2019-06-17)

Features

  • parse: allow tags to be escaped with backslash (#17) (c4f78c1)
  • preset-html5: list type attribute support (#18) (847c55e)

2.4.1 (2019-03-29)

Bug Fixes

  • react: move @bbob/preset-react to dev deps due to circular deps (3af3ea8)

2.4.0 (2019-03-29)

Features

  • core: add tree.messages array and tree.options (cd2b6fd)
  • html: @bbob/html now can be used without @bbob/core (c9e1dab)

2.3.4 (2019-03-29)

Bug Fixes

  • react: add prop componentProps (#9) (1dafb69)

2.3.3 (2019-03-29)

Bug Fixes

  • react: add prop componentProps (#9) (1dafb69)

2.3.2 (2019-03-09)

Note: Version bump only for package undefined

2.3.1 (2019-03-04)

Bug Fixes

2.3.0 (2018-10-25)

Features

  • react: allow pass custom options to react component (77b30f3)

2.2.0 (2018-10-11)

Bug Fixes

  • core: string walk api test error (bdd8bbd)
  • html: add more tests (4ebc512)
  • html: rigt import to support three shaking (485852d)
  • parser: dependency fail (7300535)
  • parser: only allowed tags error (d3e8e4a)
  • parser: remove bad code (4d9dc34)
  • parser: tokenizer error with quotemark strings (7f40050)
  • plugin-helper: better handle content of TagNode (505152b)
  • react: remove jsx (ada2c00)

Features

  • react render support, move some helper functions to plugin-helper (1a84968)
  • bbob: add codecov support to travis (44183fd)
  • core: add helper function to plugin api (e189a39)
  • core: implement plugin api (ee047e8)
  • core: raw tree property support (bdfd3f6)
  • lexer: new lexer (#1) (8882651)
  • parser: add support for custom tokenizer (ce03b2f)
  • parser: better handlinf of unclosed tags like '[My unclosed and [closed] tag' (b49b743)
  • parser: better line and column counting support in tokens (1c3bebe)
  • parser: custom open and close tags support, html tags tests (#3) (790825a)
  • parser: inconsistent tag detection test (2eb83c1)
  • parser: optimize size (4c8dbed)
  • base preset package '@bbob/preset' (b63864c)
  • new @bbob/html api (#4) (575c1bb)
  • preset-html5: add basic preset with tests (18ab61b)