Skip to content

Releases: verdaccio/verdaccio

v5.29.0

08 Dec 07:57
Compare
Choose a tag to compare

5.29.0 (2023-12-08)

Features

v5.28.0

05 Dec 20:37
Compare
Choose a tag to compare

5.28.0 (2023-12-05)

Features

Bug Fixes

v5.27.1

05 Dec 20:00
Compare
Choose a tag to compare

5.27.1 (2023-12-02)

Bug Fixes

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

v5.27.0

14 Oct 22:11
Compare
Choose a tag to compare

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)

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

24 Sep 12:18
Compare
Choose a tag to compare

5.26.3 (2023-09-24)

Bug Fixes

v5.26.2

26 Aug 17:09
Compare
Choose a tag to compare

5.26.2 (2023-08-26)

Bug Fixes

@verdaccio/search@7.0.0-next.1

26 Aug 13:41
c356c17
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 35cc57b: fix: keyword undefined errors

v5.26.1

21 Jul 05:01
Compare
Choose a tag to compare

5.26.1 (2023-07-21)

Bug Fixes

v5.26.0

15 Jul 21:49
Compare
Choose a tag to compare

5.26.0 (2023-07-15)

Features

Bug Fixes

  • fix: official package "-" cannot be synced #3915
  • deps: update core verdaccio dependencies (#3873) (f0bb451)
  • deps: update dependency clipanion to v3.2.1 (#3874) (b39c01f)
  • deps: update dependency semver to v7.5.2 (#3895) (a699787)
  • deps: update dependency verdaccio-audit to v11.0.0-6-next.35 (#3877) (a84d178)
  • docker update v18.16.1 (#3923) (c671faa)
  • remove req.host deprecation warning (#3921) (4be19db)
  • update dependencies (971d500)

v5.25.0

03 Jun 08:26
Compare
Choose a tag to compare

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