react-marked-renderer

A low-level component wrapper for https://github.com/markedjs/marked that renders as React components instead of strings.

MIT License

Downloads
1.2K
Stars
8
Committers
3

Bot releases are hidden (Show)

react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v2.0.1 Latest Release

Published by mlaursen 12 months ago

Bug Fixes

Internal Changes

  • ci: add missing -- to test command (876976a)
  • ci: another attempt at fixing ci... (8613320)
  • ci: another attempt at fixing cypress runner (4ebc9f9)
  • ci: another ci fix attempt (10351fe)
  • ci: hopefully fix cypress tests in github actions (f1ce62e)
  • cypress: add cypress videos and screenshots to gitignore (6c18ae5)
  • cypress: hopefully fix cypress in workflows (ba4dd0f)
  • cypress: enable videos and save projectId (bcaab4f)
  • deps-dev: bump @octokit/core from 3.6.0 to 4.0.4 (48ccc25)
  • deps: add renovate.json (51c795d)
  • deps: bump terser from 5.7.2 to 5.14.2 (8a25996)
  • dev-deps: bump all dev dependencies to latest (e3de1db)
  • dev-deps: bump dev dependencies to latest (42bc710)
  • dev-deps: bump dev dependencies to latest (2152a06)
  • dev-deps: bump dev dependencies to latest (9935835)
  • dev-deps: bump dev-deps to latest (f435506)
  • dev-deps: bump jest and ts-jest to v28 (04c802b)
  • dev-deps: set inquirer back to v8 (95c6fc9)
  • fix eslint error (8f88586)
  • fix missing prebuid command for website (c15d926)
  • fix typo on cypress test name (ad0bfe4)
  • github: fix pnpm version in workflow (7d3dd84)
  • github: fix pnpm version in workflow (289b4e7)
  • release: 2.0.0 (d7bf92c)
  • remove dependabot workflow since I use pnpm (3b8a5e4)
  • switch to pnpm (5ed1856)
  • update release script notes and rollup config (ee982f7)
  • update to use esm and @swc/jest (6c78524)
  • website: fix styles and remove some features on mobile (d87cb0e)
  • workflow: allow build to work in github actions (accd997)
  • workflow: start recording cypress tests in main workflow (b42f20d)
  • workflow: try adding additional git info for cypress Dashboard (fd3379d)
  • workflow: update cypress tests to not require recording (0304b2d)
  • workflow: upload cypress assets (970805e)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v2.0.0

Published by mlaursen over 1 year ago

Features

  • build: update to use esm and @swc/jest (6c78524)

Internal Changes

  • ci: add missing -- to test command (876976a)
  • ci: another attempt at fixing ci... (8613320)
  • ci: another attempt at fixing cypress runner (4ebc9f9)
  • ci: another ci fix attempt (10351fe)
  • ci: hopefully fix cypress tests in github actions (f1ce62e)
  • cypress: enable videos and save projectId (bcaab4f)
  • cypress: add cypress videos and screenshots to gitignore (6c18ae5)
  • cypress: hopefully fix cypress in workflows (ba4dd0f)
  • deps-dev: bump @octokit/core from 3.6.0 to 4.0.4 (48ccc25)
  • deps: add renovate.json (51c795d)
  • deps: bump terser from 5.7.2 to 5.14.2 (8a25996)
  • dev-deps: bump all dev dependencies to latest (e3de1db)
  • dev-deps: bump dev dependencies to latest (2152a06)
  • dev-deps: bump dev dependencies to latest (9935835)
  • dev-deps: bump jest and ts-jest to v28 (04c802b)
  • dev-deps: set inquirer back to v8 (95c6fc9)
  • fix eslint error (8f88586)
  • fix typo on cypress test name (ad0bfe4)
  • switch to pnpm (5ed1856)
  • update release script notes and rollup config (ee982f7)
  • website: fix styles and remove some features on mobile (d87cb0e)
  • workflow: allow build to work in github actions (accd997)
  • workflow: start recording cypress tests in main workflow (b42f20d)
  • workflow: try adding additional git info for cypress Dashboard (fd3379d)
  • workflow: update cypress tests to not require recording (0304b2d)
  • workflow: upload cypress assets (970805e)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v1.1.2

Published by mlaursen over 2 years ago

Bug Fixes

  • html: correctly render escaped html (c5deefe)

Internal Changes

  • deps-dev: bump next from 12.0.9 to 12.1.0 (c21f505)
  • deps-dev: bump prismjs from 1.26.0 to 1.27.0 (#91) (0653bf4)
  • deps: bump actions/checkout from 2 to 3 (#95) (4e92a9d)
  • deps: bump actions/setup-node from 2.5.1 to 3 (7b9d888)
  • deps: bump github/codeql-action from 1 to 2 (#117) (37ea3a5)
  • deps: bump minimist from 1.2.5 to 1.2.6 (e437d2c)
  • deps: bump node-fetch from 2.6.1 to 2.6.7 (#80) (aea6b57)
  • deps: bump trim-off-newlines from 1.0.1 to 1.0.3 (#79) (bd864f7)
  • dev-deps: bump all dev dependencies to latest (a5371ec)
  • dev-deps: Bump all remaining dev dependencies to latest (ec836e0)
  • dev-deps: bump eslint and config to latest (5027b3f)
  • dev-deps: bump most dev dependencies to latest (1e9d31e)
  • dev-deps: bump prettier to latest and reformat files (46a2eb7)
  • dev-deps: bump react and react-dom to v18.1.0 (c96fc8f)
  • docs: Fix Firefox selecting text while resizing (0cb49d8)
  • docs: Update PanelResizer hover/focus styles (118881a)
  • Fix npm badge in README (57779cf)
  • website: fix typos (0c55ea2)
  • workflow: Update validate workflow to use node 16 (43abc80)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v1.1.1

Published by mlaursen over 2 years ago

Bug Fixes

  • build: Fixed tsconfig for generating type definitions (0d048e3)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v1.1.0

Published by mlaursen over 2 years ago

Features

  • export marked object for convenience (3aba9df)

Bug Fixes

  • renderers: EscapeRenderer returns parsed text instead of raw text (6baca3d)

Internal Changes

  • dev-deps: bump all dev dependencies to latest (74da1eb)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v1.0.4

Published by mlaursen almost 3 years ago

Bug Fixes

  • deps: bump marked to v4.0.10 (980aa7c)

Internal Changes

  • Added some additional badges to README (ddc5463)
  • deps: Bump marked from v4.0.6 to v4.0.8 (1c139bb)
  • dev-deps: bump all dev dependencies to latest (437516c)
  • Update release script for manual publish (db0c697)
  • Update snapshots after latest jest and prismjs (1238360)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v1.0.3

Published by mlaursen almost 3 years ago

Bug Fixes

  • Use new React jsx transform in rollup config (8c50275)

Internal Changes

  • deps: bump actions/setup-node from 2.4.1 to 2.5.0 (b025b1b)
  • dev-deps: bump all dev dependencies to latest (41cef5c)
react-marked-renderer -

Published by mlaursen almost 3 years ago

Bug Fixes

  • Republished the package so the type definitions are correctly included.
  • deps: bump marked from v4.0.4 to v4.0.6 (17a976c)

Internal Changes

  • dev-deps: bump all dev dependendencies to latest (9f552dc)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v1.0.1

Published by mlaursen almost 3 years ago

Internal Changes

  • dev-deps: Bump all dev dependencies to latest (e2d5126)
  • dev-deps: bump react-md to v4.0.0 (2e07185)
  • Release handles OTP and CHANGELOG has more info (a7d565b)
  • Updated package.json for new keywords (fa09304)
  • website: Use React.StrictMode and new next SWC (a3456af)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v1.0.0

Published by mlaursen almost 3 years ago

react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v0.2.1

Published by mlaursen about 3 years ago

Bug Fixes

  • code: inline code correctly displays html entities (f1cc90f)
react-marked-renderer - https://github.com/mlaursen/react-marked-renderer/releases/tag/v0.2.0

Published by mlaursen about 3 years ago

Bug Fixes

  • Added missing LICENSE (b20f282)
  • Removable heaingIds and fixed tests (2e73da9)
  • website: remove no extension support (52d586a)

Features

  • Implemented a default EscapeRenderer (f845a19)