GitPedia
rajinwonderland

rajinwonderland/react-code-blocks

React code blocks and code snippet components

12 Releases
Latest: 2y ago
v0.1.5-releaseLatest
thomasmostthomasmost·2y ago·November 11, 2023
GitHub

📋 What's Changed

  • chore(docs, package resolutions, and script aliases.): 📝 Implement n… by @rajinwonderland in https://github.com/rajinwonderland/react-code-blocks/pull/136
  • Full Changelog: https://github.com/rajinwonderland/react-code-blocks/compare/v0.1.5...v0.1.5-release
v0.1.5
thomasmostthomasmost·2y ago·November 6, 2023
GitHub

📋 What's Changed

  • Update CopyBlock.tsx by @tahoedesigner in https://github.com/rajinwonderland/react-code-blocks/pull/115
  • Bump @types/node from 20.4.4 to 20.6.0 by @dependabot in https://github.com/rajinwonderland/react-code-blocks/pull/116
  • Typo fix in lineNumber by @suyashpatil78 in https://github.com/rajinwonderland/react-code-blocks/pull/117

New Contributors

  • @tahoedesigner made their first contribution in https://github.com/rajinwonderland/react-code-blocks/pull/115
  • @dependabot made their first contribution in https://github.com/rajinwonderland/react-code-blocks/pull/116
  • @suyashpatil78 made their first contribution in https://github.com/rajinwonderland/react-code-blocks/pull/117
  • Full Changelog: https://github.com/rajinwonderland/react-code-blocks/compare/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
thomasmostthomasmost·2y ago·September 7, 2023
GitHub

📋 Changes

  • FIXES #105

📋 What's Changed

  • Update README.md based on new version by @Tang8330 in https://github.com/rajinwonderland/react-code-blocks/pull/96

New Contributors

  • @Tang8330 made their first contribution in https://github.com/rajinwonderland/react-code-blocks/pull/96
  • Full Changelog: https://github.com/rajinwonderland/react-code-blocks/compare/v0.1.3...v0.1.4
v0.1.3v0.1.3-pkg
thomasmostthomasmost·2y ago·July 26, 2023
GitHub

📦 v0.1.3

  • Update README on npm
v0.1.3v0.1.3-fixbuild
thomasmostthomasmost·2y ago·July 26, 2023
GitHub

📋 Changes

  • Update README for npm
v0.1.3
thomasmostthomasmost·2y ago·July 26, 2023
GitHub

📦 v0.1.3

  • Non-technical update to README to be reflected on npm now that the Storybook is fixed
v0.1.2v0.1.2-2
thomasmostthomasmost·2y ago·July 25, 2023
GitHub

📦 0.1.2

  • Resolves https://github.com/rajinwonderland/react-code-blocks/issues/85
v0.1.1
thomasmostthomasmost·2y ago·July 25, 2023
GitHub

📦 For Developers

  • This release also saw the project cut over to pnpm instead of yarn
v0.1.0
thomasmostthomasmost·2y ago·July 3, 2023
GitHub

📦 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.8Pre-release
rajinwonderlandrajinwonderland·5y ago·July 9, 2020
GitHub

New Docs

  • Check out the new storybook docs and demos [here](https://react-code-blocks.rajinwonderland.vercel.app/)

💥 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
v0.0.8-betaPre-release
rajinwonderlandrajinwonderland·5y ago·July 9, 2020
GitHub
v0.0.8-alphaPre-release
rajinwonderlandrajinwonderland·5y ago·July 2, 2020
GitHub