mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-17 17:21:51 +00:00
17
CHANGELOG.md
17
CHANGELOG.md
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org).
|
||||
|
||||
## [4.8.0] - 2026-06-20
|
||||
### Added
|
||||
* [shlink-web-client] Add support for Shlink 5.1.0, by supporting browser redirect conditions.
|
||||
|
||||
### Changed
|
||||
* Update dependencies
|
||||
|
||||
### Deprecated
|
||||
* *Nothing*
|
||||
|
||||
### Removed
|
||||
* *Nothing*
|
||||
|
||||
### Fixed
|
||||
* *Nothing*
|
||||
|
||||
|
||||
## [4.7.1] - 2026-05-15
|
||||
### Added
|
||||
* *Nothing*
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
FROM node:26.1-alpine AS node
|
||||
FROM node:26.3-alpine AS node
|
||||
COPY . /shlink-web-client
|
||||
ARG VERSION="latest"
|
||||
ENV VERSION=${VERSION}
|
||||
RUN cd /shlink-web-client && npm ci && node --run build
|
||||
|
||||
FROM nginxinc/nginx-unprivileged:1.30.1-alpine
|
||||
FROM nginxinc/nginx-unprivileged:1.31.2-alpine
|
||||
ARG UID=101
|
||||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/playwright:v1.59.1-noble
|
||||
FROM mcr.microsoft.com/playwright:v1.61.0-noble
|
||||
|
||||
ENV NODE_VERSION 24.14
|
||||
ENV TINI_VERSION v0.19.0
|
||||
|
||||
1380
package-lock.json
generated
1380
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@@ -27,22 +27,22 @@
|
||||
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
||||
"@fortawesome/react-fontawesome": "^3.3.1",
|
||||
"@json2csv/plainjs": "^7.0.6",
|
||||
"@reduxjs/toolkit": "^2.11.2",
|
||||
"@reduxjs/toolkit": "^2.12.0",
|
||||
"@shlinkio/data-manipulation": "^1.0.4",
|
||||
"@shlinkio/shlink-frontend-kit": "^1.4.0",
|
||||
"@shlinkio/shlink-js-sdk": "^3.1.0",
|
||||
"@shlinkio/shlink-web-component": "^0.18.0",
|
||||
"@vitest/browser-playwright": "^4.1.5",
|
||||
"@shlinkio/shlink-frontend-kit": "^1.5.0",
|
||||
"@shlinkio/shlink-js-sdk": "^3.2.1",
|
||||
"@shlinkio/shlink-web-component": "^0.19.0",
|
||||
"@vitest/browser-playwright": "^4.1.9",
|
||||
"bottlejs": "^2.0.1",
|
||||
"clsx": "^2.1.1",
|
||||
"compare-versions": "^6.1.1",
|
||||
"csvtojson": "^2.0.14",
|
||||
"date-fns": "^4.1.0",
|
||||
"react": "^19.2.6",
|
||||
"react-dom": "^19.2.6",
|
||||
"react-external-link": "^2.6.1",
|
||||
"react-redux": "^9.2.0",
|
||||
"react-router": "^7.15.0",
|
||||
"date-fns": "^4.4.0",
|
||||
"react": "^19.2.7",
|
||||
"react-dom": "^19.2.7",
|
||||
"react-external-link": "^2.7.0",
|
||||
"react-redux": "^9.3.0",
|
||||
"react-router": "^7.18.0",
|
||||
"redux-localstorage-simple": "^2.5.1",
|
||||
"workbox-core": "^7.4.0",
|
||||
"workbox-expiration": "^7.4.0",
|
||||
@@ -53,19 +53,19 @@
|
||||
"devDependencies": {
|
||||
"@shlinkio/eslint-config-js-coding-standard": "~3.7.0",
|
||||
"@stylistic/eslint-plugin": "^5.7.1",
|
||||
"@tailwindcss/vite": "^4.3.0",
|
||||
"@tailwindcss/vite": "^4.3.1",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@total-typescript/shoehorn": "^0.1.2",
|
||||
"@types/node": "^25.6.2",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/node": "^26.0.0",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.1",
|
||||
"@vitejs/plugin-react": "^6.0.2",
|
||||
"@vitest/browser": "^4.0.3",
|
||||
"@vitest/coverage-v8": "^4.1.2",
|
||||
"adm-zip": "^0.5.17",
|
||||
"axe-core": "^4.11.4",
|
||||
"axe-core": "^4.12.1",
|
||||
"chalk": "^5.6.2",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
@@ -75,11 +75,11 @@
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"eslint-plugin-simple-import-sort": "^12.1.1",
|
||||
"history": "^5.3.0",
|
||||
"playwright": "^1.59.1",
|
||||
"playwright": "^1.61.0",
|
||||
"tailwindcss": "^4.1.3",
|
||||
"typescript": "^5.9.3",
|
||||
"typescript-eslint": "^8.54.0",
|
||||
"vite": "^8.0.11",
|
||||
"vite": "^8.0.16",
|
||||
"vite-plugin-pwa": "^1.3.0",
|
||||
"vitest": "^4.0.3"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user