Verdaccio Versions Save

📦🔐 A lightweight Node.js private proxy registry

v5.28.0

5 months ago

5.28.0 (2023-12-05)

Features

Bug Fixes

v5.27.1

5 months ago

5.27.1 (2023-12-02)

Bug Fixes

  • reuse middleware reporting layer (#4114) (6a317f8)
  • update several dependencies

v5.27.0

7 months ago

5.27.0 (2023-10-14)

Features

  • update core dependencies (#4073) (257d46a)
    • #4071 by @juanpicado
    • #4051 by @mbtools (💯 extra kudos 🥇)

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)

Kapture 2023-10-14 at 11 03 07

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

Screenshot 2023-10-14 at 15 11 43

  • yarn -g xxx@xxx is not a valid syntax, has been replaced by yarn global
  • Added yarn modern syntax, since global is not valid on yarn >2.x the global 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
Screenshot 2023-10-14 at 16 54 23

fix: improve deprecated package style

The deprecated banner was not on sync with the material-ui components.

Screenshot 2023-10-14 at 16 54 03

feat: display deprecated versions

Deprecated versions display a badge, thus is clearly visible which packages are already deprecated.

Screenshot 2023-10-14 at 17 57 16

v5.26.3

7 months ago

v5.26.2

8 months ago

5.26.2 (2023-08-26)

Bug Fixes

@verdaccio/[email protected]

8 months ago

Patch Changes

  • 35cc57b79: fix: keyword undefined errors

v5.26.1

9 months ago

5.26.1 (2023-07-21)

Bug Fixes

v5.26.0

10 months ago

5.26.0 (2023-07-15)

Features

Bug Fixes

v5.25.0

11 months ago

5.25.0 (2023-06-03)

Features

  • replace internal web search indexer @orama/orama (#3818) (770cd27)

Bug Fixes

UI set global package on sidebar setting

Set a package as global on the side bar installation view.

2023-05-14_22-46

v5.24.1

1 year ago

5.24.1 (2023-04-24)

Bug Fixes

  • fixed an issue where logger.info in allow_action always output undefined (#3763) (268c5e7) by @cmKangkang