Skip to content

Commit 648f622

Browse files
author
Etherpad Release Bot
committed
Merge branch 'develop'
2 parents 6d92d90 + 249241d commit 648f622

23 files changed

Lines changed: 600 additions & 346 deletions

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.7.1
2+
3+
### Notable enhancements and fixes
4+
5+
- fixed stop harcoding lang=en, letting the client auto detect locale
6+
- Stop mutating the shared plugin registry during sanitization
7+
- Preserve non-breaking space
8+
19
# 2.7.0
210

311
### Breaking changes

admin/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "admin",
33
"private": true,
4-
"version": "2.7.0",
4+
"version": "2.7.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -18,26 +18,26 @@
1818
"@radix-ui/react-toast": "^1.2.15",
1919
"@types/react": "^19.2.14",
2020
"@types/react-dom": "^19.2.3",
21-
"@typescript-eslint/eslint-plugin": "^8.58.2",
22-
"@typescript-eslint/parser": "^8.58.2",
21+
"@typescript-eslint/eslint-plugin": "^8.59.0",
22+
"@typescript-eslint/parser": "^8.59.0",
2323
"@vitejs/plugin-react": "^6.0.1",
2424
"babel-plugin-react-compiler": "19.1.0-rc.3",
25-
"eslint": "^10.2.0",
26-
"eslint-plugin-react-hooks": "^7.1.0",
25+
"eslint": "^10.2.1",
26+
"eslint-plugin-react-hooks": "^7.1.1",
2727
"eslint-plugin-react-refresh": "^0.5.2",
28-
"i18next": "^26.0.5",
28+
"i18next": "^26.0.6",
2929
"i18next-browser-languagedetector": "^8.2.1",
3030
"lucide-react": "^1.8.0",
3131
"react": "^19.2.5",
3232
"react-dom": "^19.2.5",
33-
"react-hook-form": "^7.72.1",
33+
"react-hook-form": "^7.73.1",
3434
"react-i18next": "^17.0.4",
35-
"react-router-dom": "^7.14.1",
35+
"react-router-dom": "^7.14.2",
3636
"socket.io-client": "^4.8.3",
3737
"typescript": "^6.0.3",
3838
"vite": "npm:rolldown-vite@7.2.10",
3939
"vite-plugin-babel": "^1.6.0",
40-
"vite-plugin-static-copy": "^4.0.1",
40+
"vite-plugin-static-copy": "^4.1.0",
4141
"zustand": "^5.0.12"
4242
},
4343
"overrides": {

bin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "bin",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "",
55
"main": "checkAllPads.js",
66
"directories": {
77
"doc": "doc"
88
},
99
"dependencies": {
10-
"axios": "^1.15.1",
10+
"axios": "^1.15.2",
1111
"ep_etherpad-lite": "workspace:../src",
1212
"log4js": "^6.9.1",
1313
"semver": "^7.7.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"url": "https://github.com/ether/etherpad.git"
5050
},
5151
"engineStrict": true,
52-
"version": "2.7.0",
52+
"version": "2.7.1",
5353
"license": "Apache-2.0",
5454
"pnpm": {
5555
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)