Skip to content

Releases: rajinwonderland/react-code-blocks

v0.1.5-release

11 Nov 18:31
Compare
Choose a tag to compare

What's Changed

  • chore(docs, package resolutions, and script aliases.): 📝 Implement n… by @rajinwonderland in #136

Full Changelog: v0.1.5...v0.1.5-release

v0.1.5

06 Nov 16:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

Resolves (somewhat primitivel) the persistent type errors experienced with the latest versions of TS and Styled-Components

v0.1.4

07 Sep 17:54
Compare
Choose a tag to compare

0.1.4

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

26 Jul 20:38
Compare
Choose a tag to compare

v0.1.3

  • Update README on npm

v0.1.3

26 Jul 20:29
Compare
Choose a tag to compare

v0.1.3

  • Update README for npm

v0.1.3

26 Jul 20:18
Compare
Choose a tag to compare

v0.1.3

  • Non-technical update to README to be reflected on npm now that the Storybook is fixed

v0.1.2

25 Jul 17:40
Compare
Choose a tag to compare

0.1.2

v0.1.1

25 Jul 17:08
Compare
Choose a tag to compare

In keeping with our updated security policy, this non-breaking patch resolves all Critical and High security vulnerabilities (remediation handled automatically using pnpm audit --fix)

Full Changelog: v0.1.0...v0.1.1

For Developers

This release also saw the project cut over to pnpm instead of yarn

v0.1.0

03 Jul 21:09
Compare
Choose a tag to compare

0.1.0

Minor stability changes for our first minor version

  • Update the Code component's preTag typing to match expectation of react-syntax-highlighter
  • Update yarn
  • Add a GitHub action for publishing to NPM

v0.0.8

09 Jul 03:59
d25f832
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

New Docs

Check out the new storybook docs and demos here

Breaking Changes

Node version >= 12 will no longer be supportive

Issues:

  • Added custom styles props to CodeBlock, Code, and CopyBlock to enable styling #7 #2 .
  • Added type="button" prop to the CopyBlock's button component to prevent submission within a form #9.
  • Translated lineNumberStyle to SyntaxHighlighterProps, was initially being passed as a DOM property #8