Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
Actually export `doNotRenderBBCodeComponent()` from `index.ts` this time
  • Loading branch information
BellCubeDev committed May 20, 2024
1 parent b1ea879 commit 8b43344
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.1
## Bug Fixes
Actually export `doNotRenderBBCodeComponent()` from `index.ts` this time

# 2.0.0
## Performance Impact
For full transparency, this update does have roughly a roughly 15% hit to performance on paper. In practice, this is likely to be completely negligible (especially given more real-world workloads than Stephen Li [Trinovantes]'s built-in benchmarking), but it is worth noting for full transparency.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbcode-compiler-react",
"version": "2.0.0",
"version": "2.0.1",
"description": "Parses BBCode and generates React components with strong TypeScript support. Forked from Trinovantes/bbcode-compiler",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export * from './parser/nodeIsType.js'
export * from './generator/Generator.js'
export * from './generator/transforms/Transform.js'
export * from './generator/transforms/defaultTransforms.js'
export * from './generator/utils/doNotRenderBBCodeComponent.js'
export * from './generator/utils/getWidthHeightAttr.js'
export * from './generator/utils/isDangerousUrl.js'
export * from './generator/utils/isOrderedList.js'
Expand Down

0 comments on commit 8b43344

Please sign in to comment.