yuki-takei 4 лет назад
Родитель
Сommit
9c0ddfbb1a

+ 31 - 4
CHANGELOG.md

@@ -1,9 +1,32 @@
 # Changelog
 
-## [Unreleased](https://github.com/weseek/growi/compare/v4.4.2...HEAD)
+## [Unreleased](https://github.com/weseek/growi/compare/v4.4.3...HEAD)
 
 *Please do not manually update this file. We've automated the process.*
 
+## [v4.4.3](https://github.com/weseek/growi/compare/v4.4.2...v4.4.3) - 2021-09-17
+
+### 💎 Features
+
+- feat: Slack command permission for each channel (#4302) @hakumizuki
+
+### 🚀 Improvement
+
+- imprv: Copy buttons interaction (#4303) @maow89126
+- imprv: Use socket.io room (#4307) @hakumizuki
+- imprv: Recent changes of sidebar (#4293) @kaho819
+
+### 🐛 Bug Fixes
+
+- fix: Response to slackbot when no pages are found /growi search (#4321) @stevenfukase
+- fix: Keyword highlight styling in search result (#4312) @maow89126
+- fix(slackbot-proxy): Call next in connect-styled middleware (#4286) @yuki-takei
+
+### 🧰 Maintenance
+
+- chore: Refactor for "Slack command permission for each channel" (#4295) @zahmis
+- support: Update APIv3 docs for pages (#4280) @yuki-takei
+
 ## [v4.4.2](https://github.com/weseek/growi/compare/v4.4.0...v4.4.2) - 2021-09-07
 
 ### Changes
@@ -115,6 +138,7 @@ Upgrading Guide: [https://docs.growi.org/en/admin-guide/upgrading/43x.html](http
 - Fix: NoSQL injection of access-token-parser
 - Fix: Checking permission when operating share links
 - Fix: Invalid NaN label is shown when deletedAt of the page is undefined (Introduced by v4.2.8)
+
 ## v4.2.19
 
 - Feature: Set max-age of the user's cookie with the env var `SESSION_MAX_AGE`
@@ -139,6 +163,7 @@ Upgrading Guide: [https://docs.growi.org/en/admin-guide/upgrading/43x.html](http
 ## v4.2.16
 
 - Fix: "Only inside the group" causes an error (Introduced by v4.2.15)
+
 ## v4.2.15
 
 - Improvement: toastr location for editing
@@ -171,6 +196,7 @@ Upgrading Guide: [https://docs.growi.org/en/admin-guide/upgrading/43x.html](http
 ## v4.2.11
 
 - Fix: Rename decendants is not working (Introduced by v4.2.8)
+
 ## v4.2.10
 
 - Feature: Staff Credits for apps on GROWI.cloud
@@ -965,6 +991,7 @@ Upgrading Guide: [https://docs.growi.org/en/admin-guide/upgrading/34x.html](http
 ## v3.3.2
 
 - Fix: Specified Group ACL is not persisted correctly (Introduced by 3.3.0)
+
 ## v3.3.1
 
 - Feature: NO_CDN Mode
@@ -1414,7 +1441,7 @@ Upgrading Guide: [https://docs.growi.org/en/admin-guide/upgrading/34x.html](http
 
 - Improvement: Ensure to prevent suspending own account
 - Fix: Ensure to be able to use `.` for username when invited
-- Fix: monospace font for `<code></code>`
+- Fix: monospace font for `<code></code>`
 
 ## v2.1.1
 
@@ -1482,8 +1509,8 @@ Upgrading Guide: [https://docs.growi.org/en/admin-guide/upgrading/34x.html](http
 
 ## v1.2.14
 
-- Fix: Tabs(`a[data-toggle="tab"][href="#..."]`) push browser history twice
-- Fix: `a[href="#edit-form"]` still save history even when disabling pushing states option
+- Fix: Tabs(`a[data-toggle="tab"][href="#..."]`) push browser history twice
+- Fix: `a[href="#edit-form"]` still save history even when disabling pushing states option
 
 ## v1.2.13
 

+ 1 - 1
lerna.json

@@ -1,7 +1,7 @@
 {
   "npmClient": "yarn",
   "useWorkspaces": true,
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "packages": [
     "packages/*"
   ]

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "growi",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "description": "Team collaboration software using markdown",
   "tags": [
     "wiki",

+ 2 - 2
packages/app/docker/README.md

@@ -10,8 +10,8 @@ GROWI Official docker image
 Supported tags and respective Dockerfile links
 ------------------------------------------------
 
-* [`4.4.2`, `4.4`, `4`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v4.4.2/docker/Dockerfile)
-* [`4.4.2-nocdn`, `4.4-nocdn`, `4-nocdn`, `latest-nocdn` (Dockerfile)](https://github.com/weseek/growi/blob/v4.4.2/docker/Dockerfile)
+* [`4.4.3`, `4.4`, `4`, `latest` (Dockerfile)](https://github.com/weseek/growi/blob/v4.4.3/docker/Dockerfile)
+* [`4.4.3-nocdn`, `4.4-nocdn`, `4-nocdn`, `latest-nocdn` (Dockerfile)](https://github.com/weseek/growi/blob/v4.4.3/docker/Dockerfile)
 * [`4.3.3`, `4.3` (Dockerfile)](https://github.com/weseek/growi/blob/v4.3.3/docker/Dockerfile)
 * [`4.3.3-nocdn`, `4.3-nocdn` (Dockerfile)](https://github.com/weseek/growi/blob/v4.3.3/docker/Dockerfile)
 

+ 6 - 6
packages/app/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/app",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "license": "MIT",
   "scripts": {
     "//// for production": "",
@@ -54,10 +54,10 @@
   "dependencies": {
     "@browser-bunyan/console-formatted-stream": "^1.6.2",
     "@google-cloud/storage": "^5.8.5",
-    "@growi/plugin-attachment-refs": "^4.4.3-RC.0",
-    "@growi/plugin-pukiwiki-like-linker": "^4.4.3-RC.0",
-    "@growi/plugin-lsx": "^4.4.3-RC.0",
-    "@growi/slack": "^4.4.3-RC.0",
+    "@growi/plugin-attachment-refs": "^4.4.3",
+    "@growi/plugin-pukiwiki-like-linker": "^4.4.3",
+    "@growi/plugin-lsx": "^4.4.3",
+    "@growi/slack": "^4.4.3",
     "@promster/express": "^5.0.1",
     "@promster/server": "^6.0.0",
     "@slack/events-api": "^3.0.0",
@@ -153,7 +153,7 @@
     "@alienfast/i18next-loader": "^1.0.16",
     "@atlaskit/drawer": "^5.3.7",
     "@atlaskit/navigation-next": "^8.0.5",
-    "@growi/ui": "^4.4.3-RC.0",
+    "@growi/ui": "^4.4.3",
     "@handsontable/react": "=2.1.0",
     "@types/compression": "^1.7.0",
     "@types/express": "^4.17.11",

+ 1 - 1
packages/core/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/core",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "description": "GROWI Core Libraries",
   "license": "MIT",
   "keywords": [

+ 1 - 1
packages/plugin-attachment-refs/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/plugin-attachment-refs",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
   "license": "MIT",
   "keywords": [

+ 1 - 1
packages/plugin-lsx/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/plugin-lsx",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "description": "GROWI plugin to list pages",
   "license": "MIT",
   "keywords": [

+ 1 - 1
packages/plugin-pukiwiki-like-linker/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/plugin-pukiwiki-like-linker",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "description": "GROWI plugin to add PukiwikiLikeLinker",
   "license": "MIT",
   "keywords": [

+ 1 - 1
packages/slack/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/slack",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "license": "MIT",
   "main": "dist/index.js",
   "typings": "dist/index.d.ts",

+ 2 - 2
packages/slackbot-proxy/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/slackbot-proxy",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "license": "MIT",
   "scripts": {
     "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
@@ -23,7 +23,7 @@
   "// comments for dependencies": {},
   "dependencies": {
     "@godaddy/terminus": "^4.8.0",
-    "@growi/slack": "^4.4.3-RC.0",
+    "@growi/slack": "^4.4.3",
     "@slack/oauth": "^2.0.1",
     "@slack/web-api": "^6.2.4",
     "@tsed/common": "^6.43.0",

+ 1 - 1
packages/ui/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@growi/ui",
-  "version": "4.4.3-RC.0",
+  "version": "4.4.3",
   "description": "GROWI UI Libraries",
   "license": "MIT",
   "keywords": [