Nikolay Kostyurin
57a3e178ad
v2.5.2
2019-06-30 11:33:30 +02:00
Greg Venech
3d5c1f19d5
fix(bbob-react): remove unique "key" prop warning ( #30 )
...
When using `@bbob/react`s `<BBCode>` component, the following error is thrown
if this change is not included...
```
Warning: Each child in a list should have a unique "key" prop.
```
Mentioned in #28
2019-06-29 18:18:39 +02:00
Greg Venech
19d7ff20f1
fix(react): fix broken prop type definition ( #27 )
...
You need to pass a valid prop checking function to `PropTypes.arrayOf`. This caused
an error to be thrown in development for me:
```
Warning: Failed prop type: Unexpected token function
```
2019-06-28 10:00:35 +02:00
Nikolay Kostyurin
c4a88e5036
chore: v2.5.1 ( #21 )
...
* fix(parser): fix issue with escaping backslashes when enableEscapeTags is set (#20 )
there is a bug in the lexer where when enableEscapeTags is set, backslashes
are not always escaped (ie. \\[b] is treated as an escaped tag, rather than a
literal backslash, and then a tag).
* chore: v2.5.1
2019-06-18 09:56:21 +02:00
Nikolay Kostyurin
3b46fbe23c
chore: v2.5.0 ( #19 )
2019-06-17 22:30:51 +02:00
Nikolay Kostyurin
37f43927bf
v2.4.1
2019-03-29 13:22:45 +02:00
Nikolay Kostyurin
3af3ea8539
fix(react): move @bbob/preset-react to dev deps due to circular deps
2019-03-29 13:21:42 +02:00
Nikolay Kostyurin
c0b4eb7c05
v2.4.0
2019-03-29 10:37:03 +02:00
Nikolay Kostyurin
788d22e081
v2.3.4
2019-03-29 10:09:02 +02:00
Nikita Gordeev
1dafb69dc9
fix(react): add prop componentProps ( #9 )
...
Added the ability to add component props componentProps
2019-03-28 18:40:21 +02:00
Nikolay Kostyurin
a8d3c496a3
v2.3.2
2019-03-10 00:35:42 +02:00
Nikolay Kostyurin
6e0f5bdf92
chore: add descriptions for all package.json files
2019-03-06 00:03:51 +02:00
Nikolay Kostyurin
8b0ceae591
v2.3.1
2019-03-04 02:52:37 +02:00
Nikolay Kostyurin
a1d859fdad
chore: add bundle size restrictions to all packages
2018-10-30 23:32:06 +02:00
Nikolay Kostyurin
0fb4e1930b
style(react): eslint errors
2018-10-25 17:39:11 +02:00
Nikolay Kostyurin
0f8071315d
chore(react): tests for options.onlyAllowTags
2018-10-25 16:55:16 +02:00
Nikolay Kostyurin
9d5c537436
v2.3.0
2018-10-25 16:41:41 +02:00
Nikolay Kostyurin
77b30f3d44
feat(react): allow pass custom options to react component
2018-10-25 16:39:49 +02:00
Nikolay Kostyurin
6d37793001
v2.2.0
2018-10-12 00:45:25 +02:00
Nikolay Kostyurin
575c1bb932
feat: new @bbob/html api ( #4 )
2018-10-12 00:43:20 +02:00
Nikolay Kostyurin
67ccc740e3
Publish
...
- @bbob/cli@2.0.3
- @bbob/core@2.1.0
- @bbob/preset-html5@2.1.2
- @bbob/preset-react@2.0.3
- @bbob/react@2.0.3
2018-10-07 22:38:22 +02:00
Nikolay Kostyurin
c5aa4f08d1
Publish
...
- @bbob/cli@2.0.2
- @bbob/core@2.0.2
- @bbob/html@2.1.1
- @bbob/parser@2.2.0
- @bbob/preset-html5@2.1.1
- @bbob/preset-react@2.0.2
- @bbob/react@2.0.2
2018-10-07 22:27:07 +02:00
Nikolay Kostyurin
f35a37433b
Publish
...
- @bbob/cli@2.0.1
- @bbob/core@2.0.1
- @bbob/html@2.1.0
- @bbob/parser@2.1.0
- @bbob/plugin-helper@2.0.1
- @bbob/preset-html5@2.1.0
- @bbob/preset-react@2.0.1
- @bbob/preset@2.1.0
- @bbob/react@2.0.1
2018-09-24 00:56:50 +02:00
Nikolay Kostyurin
e3c2a2f4dd
Publish
...
- @bbob/cli@2.0.0
- @bbob/core@2.0.0
- @bbob/html@2.0.0
- @bbob/parser@2.0.0
- @bbob/plugin-helper@2.0.0
- @bbob/preset-html5@2.0.0
- @bbob/preset-react@2.0.0
- @bbob/preset@2.0.0
- @bbob/react@2.0.0
2018-09-18 23:50:16 +02:00
Nikolay Kostyurin
4ab06bed08
Publish
...
- @bbob/cli@1.0.8
- @bbob/core@1.1.1
- @bbob/html@1.1.1
- @bbob/parser@1.3.1
- @bbob/plugin-helper@1.1.1
- @bbob/preset-html5@1.1.1
- @bbob/preset-react@1.1.1
- @bbob/preset@1.1.1
- @bbob/react@1.1.1
2018-09-09 23:56:22 +02:00
Nikolay Kostyurin
32a7fb51da
refactor(*): convert to babel and generation to lib, es, dist folders ( #2 )
...
* refactor(*): convert to babel and generation to lib, es, dist
* chore(*): remove generated files
* fix(*): lint run command
2018-09-09 23:55:28 +02:00
Nikolay Kostyurin
4dd7177d89
chore(react): add more info to readme
2018-08-10 09:41:34 +02:00
Nikolay Kostyurin
ada2c0067e
fix(react): remove jsx
2018-08-09 11:14:46 +02:00
Nikolay Kostyurin
10f6ff9ff1
Publish
...
- @bbob/cli@1.0.7
- @bbob/core@1.1.0
- @bbob/html@1.1.0
- @bbob/parser@1.2.0
- @bbob/plugin-helper@1.1.0
- @bbob/preset-html5@1.1.0
- @bbob/react@1.1.0
2018-08-09 02:46:35 +02:00
Nikolay Kostyurin
1a84968ea2
feat(*): react render support, move some helper functions to plugin-helper
2018-08-09 02:45:19 +02:00
Nikolay Kostyurin
04398835e7
chore(*): add deps used for tests
2018-07-30 22:53:20 +02:00
Nikolay Kostyurin
4b950f96dc
Publish
...
- @bbob/cli@1.0.6
- @bbob/core@1.0.6
- @bbob/html@1.0.7
- @bbob/parser@1.1.0
- @bbob/preset-html5@1.0.6
- @bbob/react@1.0.7
2018-07-14 01:54:41 +02:00
Nikolay Kostyurin
df87e56143
Publish
...
- @bbob/cli@1.0.5
- @bbob/core@1.0.5
- @bbob/html@1.0.6
- @bbob/parser@1.0.10
- @bbob/preset-html5@1.0.5
- @bbob/react@1.0.6
2018-07-11 23:38:32 +02:00
Nikolay Kostyurin
a82af8003c
Publish
...
- @bbob/cli@1.0.4
- @bbob/core@1.0.4
- @bbob/html@1.0.5
- @bbob/parser@1.0.9
- @bbob/preset-html5@1.0.4
- @bbob/react@1.0.5
2018-07-11 01:12:19 +02:00
Nikolay Kostyurin
79baef9e7f
Publish
...
- @bbob/cli@1.0.3
- @bbob/core@1.0.3
- @bbob/html@1.0.4
- @bbob/parser@1.0.8
- @bbob/preset-html5@1.0.3
- @bbob/react@1.0.4
2018-07-11 00:53:22 +02:00
Nikolay Kostyurin
ee3cff8409
Publish
...
- @bbob/cli@1.0.2
- @bbob/core@1.0.2
- @bbob/html@1.0.3
- @bbob/parser@1.0.7
- @bbob/preset-html5@1.0.2
- @bbob/react@1.0.3
2018-07-08 15:57:39 +02:00
Nikolay Kostyurin
f90e0ca6aa
Publish
...
- @bbob/cli@1.0.1
- @bbob/core@1.0.1
- @bbob/html@1.0.2
- @bbob/parser@1.0.6
- @bbob/preset-html5@1.0.1
- @bbob/react@1.0.2
2018-07-08 15:57:24 +02:00
Nikolay Kostyurin
2d02b2241a
fixes lint and test errors
2018-07-08 13:30:13 +02:00
Nikolay Kostyurin
efcf84450f
exclude test files from npm publish
2018-06-12 20:08:15 +02:00
Nikolay Kostyurin
a5d3fea566
fix lint error, move helper methods to char and token files
2018-06-12 19:07:25 +02:00
Nikolay Kostyurin
cacfda9685
Publish
...
- @bbob/cli@1.0.1
- @bbob/html@1.0.1
- @bbob/parser@1.0.3
- @bbob/react@1.0.1
2018-06-12 12:43:02 +02:00
Nikolay Kostyurin
42ef4fed2c
Publish
...
- @bbob/cli@1.0.0
- @bbob/parser@1.0.2
- @bbob/react@1.0.0
2018-06-12 12:21:40 +02:00
Nikolay Kostyurin
792e949b6e
add eslint, travis config, test tasks
2018-06-11 22:31:02 +02:00