build: release 1.4.9 new options `SHOW_CONTENT_DIGEST` and `CATALOG_ELEMENTS_LIMIT`

Improve view for very long tags in taglist
This commit is contained in:
Joxit 2020-06-01 12:31:48 +02:00
parent d1700ccf74
commit f9620639bf
No known key found for this signature in database
GPG Key ID: F526592B8E012263
6 changed files with 10 additions and 6 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ node_modules
package-lock.json
registry-data
.idea
_site
_site
*.orig

View File

@ -11,6 +11,7 @@
- Sébastien Huss [@sebt3](https://github.com/sebt3)
- Vladimir Kozyrev [@fieryvova](https://github.com/fieryvova)
- Haibo Jia [@bluethon](https://github.com/bluethon)
- Manuel Leitold [@agrippa1994](https://github.com/agrippa1994)
## Because committers are not the only contributors
@ -26,4 +27,6 @@
- [@marcusblake](https://github.com/marcusblake)
- Dario [@pidario](https://github.com/pidario)
- Jernej K. [@Cvetk0](https://github.com/Cvetk0)
- Cristian Posoiu [@cr1st1p](https://github.com/cr1st1p)
- Cristian Posoiu [@cr1st1p](https://github.com/cr1st1p)
- Sepp Zuther [@Herr-Sepp](https://github.com/Herr-Sepp)
- Tomas Hulata [@tombokombo](https://github.com/tombokombo)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "docker-registry-ui",
"version": "1.4.8",
"version": "1.4.9",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build",
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist"