Releases: RizkyRajitha/linkin
Releases · RizkyRajitha/linkin
v0.5.3
v0.5.1
Hotfix
- fix
ERR_OSSL_EVP_UNSUPPORTED
error in node v17 in docker image - bump next 12
- remove unnecessary console logs
- add social data to seeding script
- add github actions application screenshot
What's Changed
- Github action screen shot by @RizkyRajitha in #58
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Features
- added Gradient color support for page data
- added social icon bar @dubisdev
- reorder links and social icons
- added new page attributes -
linktreeWidth
,linkPadding
- added new page attribute -
avatarBorderColor
@davidzcode - common settings to bulk edit link data
Updates
- change linkinthebio compnenet name to linktree
- Show active form based on url query parameter @Dgiulian
- email link support @dubisdev
- refactor endpoint structure @dubisdev
What's Changed
- Adding drag reorder links by @RizkyRajitha in #30
- Create CONTRIBUTING.md by @RizkyRajitha in #37
- Add code of conduct 1 by @RizkyRajitha in #35
- converted fetch requests to useSWR hooks & changed pull request to dev branch by @brownboycodes in #36
- Create pull_request_template.md by @RizkyRajitha in #39
- Update readme contributing by @RizkyRajitha in #42
- update-pr-template by @RizkyRajitha in #44
- Dynamic link padding by @RizkyRajitha in #43
- Added setting for change avatar border color by @davidzcode in #45
- added_linktreeWidth by @RizkyRajitha in #46
- Add gradient colors in colors tab by @RizkyRajitha in #47
- Feat: Add social icons by @dubisdev in #48
- Show active form based on url query parameter by @Dgiulian in #49
- Refactor endpoint structure by @dubisdev in #50
- Refactor endpoint structure - /api/user endpoints by @dubisdev in #51
- Feat email links by @dubisdev in #54
New Contributors
- @brownboycodes made their first contribution in #36
- @davidzcode made their first contribution in #45
- @dubisdev made their first contribution in #48
- @Dgiulian made their first contribution in #49
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Features
- added background image
- added footer
- added description field
- edit link border radius
- docker image with docker-compose support
- railway deploy support
- add version to dashboard
Updates
- add Prisma as ORM
- colors form group UI changes
- add link text color
- rename
DBURL
toDATABASE_URL
for better support in cloud providers - rename
KEY
toHASHSALT
fir better support in cloud providers - add link background color
- rename DBURL to DATABASE_URL
Bug fixes
- remove avatar if avatar URL is empty
This version now uses Prisma as ORM for Postgres database, instead of the previous pg library. previous users(if any), will need to reset their database, allowing Prisma to migrate the relations and seed the database
v0.3.0
Features
- change password
- fast refresh links form
- added deploy on Heroku button
- enter will now save links
- added
changePasswordEnabled
environment variable
Updates
- remove unnecessary from resets in links form
- migrate exit if
connectionString
is not set in production environment - allow only post request to all the routes in API
- added local state to the links from card
- add
KEY
to the environment variables in vercel deploy button
Bug fixes
- deleting link will reset the form to show correct details in forms.
v0.2.0
- added delete confirm with sweetalert2
- added react-toastify to alert errors and success messages
- links now have auto save with 1500ms debounce
- added react context for state management only for link data
- minor style changes.
v0.1.0
first release of linkin .