0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-20 22:52:46 -05:00
verdaccio/packages
Christopher Jäger (Mogler) e056c8dfd3
Missing "onClick" prop in @verdaccio/ui-components Link component preventing handleDownload call in Package.tsx #3988 (#3989)
* fix: Add onClick handler in Link component
In the "Link" component, the onClick handler was not provided,
leading to the absence of a download action in the Package.tsx
renderDownloadLink component.

* Removed "external" attribute from "renderDownloadLink"
The "external" attribute is unnecessary in this context
since the download action is triggered by the "handleDownload" callback.

* added changeset for @verdaccio/ui-components
2023-08-24 21:52:35 +02:00
..
api feat!: bump to v7 2023-08-21 17:38:13 +02:00
auth feat!: bump to v7 2023-08-21 17:38:13 +02:00
cli feat!: bump to v7 2023-08-21 17:38:13 +02:00
config feat!: bump to v7 2023-08-21 17:38:13 +02:00
core feat!: bump to v7 2023-08-21 17:38:13 +02:00
hooks feat!: bump to v7 2023-08-21 17:38:13 +02:00
loaders feat!: bump to v7 2023-08-21 17:38:13 +02:00
logger feat!: bump to v7 2023-08-21 17:38:13 +02:00
middleware feat!: bump to v7 2023-08-21 17:38:13 +02:00
node-api feat!: bump to v7 2023-08-21 17:38:13 +02:00
plugins feat!: bump to v7 2023-08-21 17:38:13 +02:00
proxy feat!: bump to v7 2023-08-21 17:38:13 +02:00
search feat!: bump to v7 2023-08-21 17:38:13 +02:00
server feat!: bump to v7 2023-08-21 17:38:13 +02:00
signature feat!: bump to v7 2023-08-21 17:38:13 +02:00
standalone feat!: bump to v7 2023-08-21 17:38:13 +02:00
store feat!: bump to v7 2023-08-21 17:38:13 +02:00
tools chore: updated static data 2023-08-24 00:12:54 +00:00
ui-components Missing "onClick" prop in @verdaccio/ui-components Link component preventing handleDownload call in Package.tsx #3988 (#3989) 2023-08-24 21:52:35 +02:00
utils feat!: bump to v7 2023-08-21 17:38:13 +02:00
verdaccio feat!: bump to v7 2023-08-21 17:38:13 +02:00
web feat!: bump to v7 2023-08-21 17:38:13 +02:00
.eslintrc