podchat-browser 12.9.8-snapshot.6 → 12.9.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +17 -0
- package/dist/node/buildConfig.json +1 -1
- package/dist/podchat-browser-bundle.js +1 -1
- package/package.json +2 -2
- package/src/buildConfig.json +1 -1
package/changelog.md
CHANGED
|
@@ -5,6 +5,23 @@ to see complete list of changelog please visit [ChangeLog](http://gp.fanapsoft.i
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [12.9.8] 31-01-2024
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- Methods setRoleToUser/removeRoleFromUser
|
|
12
|
+
- field lastReactionVO to thread object
|
|
13
|
+
- cache for getPinMessages
|
|
14
|
+
- validation for appId
|
|
15
|
+
- Method lastActionInThread
|
|
16
|
+
- support for multiple typeCodes
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
- Incorrect parameter access in reactionSummaries
|
|
20
|
+
- Fixed errors in call message id: GET_KEY_FRAME
|
|
21
|
+
- Keyframe problems on start record
|
|
22
|
+
- Minor bug fixes
|
|
23
|
+
- Fixed name is blob from podspace
|
|
24
|
+
|
|
8
25
|
## [12.9.7] 25-11-2023
|
|
9
26
|
|
|
10
27
|
### Added
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.9.
|
|
1
|
+
{"version":"12.9.9","date":"۱۴۰۲/۱۱/۱۱","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
|
|
@@ -41723,7 +41723,7 @@ FilterXSS.prototype.process = function (html) {
|
|
|
41723
41723
|
module.exports = FilterXSS;
|
|
41724
41724
|
|
|
41725
41725
|
},{"./default":253,"./parser":255,"./util":256,"cssfilter":124}],258:[function(require,module,exports){
|
|
41726
|
-
module.exports={"version":"12.9.
|
|
41726
|
+
module.exports={"version":"12.9.9","date":"۱۴۰۲/۱۱/۱۱","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
|
|
41727
41727
|
},{}],259:[function(require,module,exports){
|
|
41728
41728
|
"use strict";
|
|
41729
41729
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podchat-browser",
|
|
3
|
-
"version": "12.9.
|
|
3
|
+
"version": "12.9.9",
|
|
4
4
|
"description": "Javascript SDK to use POD's Chat Service - Browser Only",
|
|
5
5
|
"main": "./dist/node/chat.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publish:snapshot": "npm run version:snapshot && npm run build && npm run commitVersionChanges && npm publish --tag snapshot",
|
|
9
9
|
"version:snapshot": "npm version prerelease --preid snapshot",
|
|
10
10
|
"publish:release": "npm run version:release && npm run build && npm run commitVersionChanges && npm publish",
|
|
11
|
-
"version:release": "npm version 12.9.
|
|
11
|
+
"version:release": "npm version 12.9.9",
|
|
12
12
|
"build:browser": "browserify -t [ babelify ] src/chat.js > dist/podchat-browser-bundle.js",
|
|
13
13
|
"build:npm": "babel src -d dist/node --copy-files",
|
|
14
14
|
"commitVersionChanges": "git add . && git commit -m \"Version\" && npm run wait",
|
package/src/buildConfig.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"12.9.
|
|
1
|
+
{"version":"12.9.9","date":"۱۴۰۲/۱۱/۱۱","VersionInfo":"Release: true, Snapshot: false, Is For Test: false"}
|