Releases: MKAbuMattar/react-highlight-syntax
react-highlight-syntax@1.3.0
Release Notes – v1.3.0
Released on: 2025‑10‑05
Overview
Version 1.3.0 introduces a fresh linting/formatting foundation with the new Biome configuration, while also bumping the package version to reflect this milestone. No functional changes to the runtime API are present; this release focuses purely on tooling and project hygiene.
Key Changes
| Commit | Summary |
|---|---|
97b903a |
Updated package.json to set the project version to 1.3.0. |
a44d83b |
Added the initial Biome configuration file (biome.json) with linter and formatter rules to enforce consistent code style across the codebase. |
What This Means for Developers
-
Linting & Formatting: The new Biome config is now the single source of truth for linting and formatting. Run
npx biome lintornpx biome formatto apply the rules locally. -
CI Integration: Update your CI pipeline to include Biome checks. Example GitHub Actions step:
- name: Run Biome run: npx biome lint . --apply
-
Versioning: The bumped version will be used for the next release candidate. Ensure any release‑automation scripts reference
package.jsonrather than hard‑coded version numbers.
Next Steps
- Review the Biome rules in
biome.jsonand adjust if your team’s style guidelines differ. - Update documentation (e.g., README, CONTRIBUTING) to point to the new linting/formatting workflow.
- Monitor CI for any linting failures introduced by the new rules and iterate as needed.
Note: This release contains no breaking changes to the public API. If you’re using the package locally, simply run npm install (or yarn install) to get the updated configuration.
react-highlight-syntax@1.2.0
What's Changed
- Recreated docs website by @contawo in #16
- feat: Update and push new docs by @MKAbuMattar in #18
- chore: Remove unused configuration files and scripts by @MKAbuMattar in #19
- chore: Update docsRepositoryBase URL in theme.config.jsx by @MKAbuMattar in #20
- chore: Update theme.config.jsx and package versions by @MKAbuMattar in #21
New Contributors
Full Changelog: 1.2.0...1.2.1
react-highlight-syntax@1.2.0
What's Changed
- changeset: dependencies by @MKAbuMattar in #14
- feat: update package versions and dependencies by @MKAbuMattar in #15
Full Changelog: 1.1.0...1.2.0
react-highlight-syntax@1.1.0
react-highlight-syntax@1.0.3
react-highlight-syntax@1.0.2
What's Changed
- build: update dependencies by @MKAbuMattar in #9
- build: update dependencies by @MKAbuMattar in #10
- build: update version by @MKAbuMattar in #11
Full Changelog: 0.0.5...1.0.2
react-highlight-syntax@0.0.5
react-highlight-syntax@0.0.0-beta.0.0.4
What's Changed
- docs: fix by @MKAbuMattar in #3
- docs: fix table by @MKAbuMattar in #4
- docs: fix table by @MKAbuMattar in #5
- docs: fix table by @MKAbuMattar in #6
- refactor: querySelectorAll to useRef by @MKAbuMattar in #7
Full Changelog: 0.0.0-beta.0.0.3...0.0.0-beta.0.0.4
react-highlight-syntax@0.0.0-beta.0.0.3
What's Changed
- docs: fix by @MKAbuMattar in #1
- Dev by @MKAbuMattar in #2
New Contributors
- @MKAbuMattar made their first contribution in #1
Full Changelog: https://github.com/MKAbuMattar/react-highlight-syntax/commits/0.0.0-beta.0.0.3