5.27.0 (2023-10-14)
Features
User Interface updates in detail
download progress indicator:
A new indicator was added on the detail page action button and the packages view (small icon to download)
fix dark mode and readme css support
The README was not on sync with the darkMode
settings displaying a white box when the dark mode was enabled.
fix global for yarn
packages and add version to the packages on copy
yarn -g xxx@xxx
is not a valid syntax, has been replaced byyarn global
- Added
yarn modern
syntax, sinceglobal
is not valid on yarn >2.x theglobal
is ignored
feat: hide deprecated versions option
npm deprecate
is a valuable command, but is not enough visible on the UI whenever a package has been deprecated, also could be many packages are deprecated and should not be longer visible (later in the future a filter will be added to display then), the new option hide all those version from the UI.
web:
hideDeprecatedVersions: true
fix: improve deprecated package style
The deprecated
banner was not on sync with the material-ui components.
feat: display deprecated versions
Deprecated versions display a badge, thus is clearly visible which packages are already deprecated.