Releases: simonhamp/the-og
Releases · simonhamp/the-og
v0.3.0
This release contains breaking changes
See the README for the latest configuration examples.
What's Changed
- Adding thumbnail to README by @nexxai in #4
- Add test suite by @svenluijten in #5
- Add .gitattributes file by @svenluijten in #6
- Add toString method by @rico-vz in #11
- Fix tests by @svenluijten in #10
- Update README with toString() + fix typo by @rico-vz in #14
- Add support for custom fonts and backgrounds by @simonhamp and @svenluijten in #13
New Contributors
- @nexxai made their first contribution in #4
- @svenluijten made their first contribution in #5
- @simonhamp made their first contribution in #13
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
This release brings some MAJOR improvements. I'm super excited to get this version out. I hope you like it.
- Layouts - it's now super easy to create layouts, so expect more layouts to come soon! Images/watermarks coming next
- Added a new
GitHubBasic
layout which you can use to generate your repo's social image - Text can now be completely constrained and will be clipped when it expands beyond the size limits set on the layout
- Elements (
Box
instances) can easily be placed on the canvas and positioned relative to each other