kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
396 stars 72 forks source link

CHANGELOG.md / GitHub releases #94

Closed kachkaev closed 6 months ago

kachkaev commented 6 months ago

👋 @kciter!

I’m using react-barcode in one of my projects, it’s been there for a while. Today I read about react-barcode@1.5.0 in React Status and wanted to check what was new.

Screenshot 2024-03-07 at 15 35 30

Unfortunately I could not find CHANGELOG.md or anything in https://github.com/kciter/react-barcode/releases which left me a bit confused.

It’d be great if you could summarise the changes and publish them. I know it’s possible to look at commit history etc, but this requires more skills and time. If there is a proper CHANGELOG entry, repo tools like Renovate Bot can pick them too!


PS Congrats on the release and on the mention in React Status! 🎉

kciter commented 6 months ago

Thank you for your congrats. :smile: I just wrote release notes with GitHub's auto-generated.

https://github.com/kciter/react-barcode/releases/tag/1.5.0

In summary, update dependencies, add missing types, and add id and className props in 1.5.0.

kachkaev commented 6 months ago

Great, thank you! 🙌