Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
1b50696c
Commit
1b50696c
authored
Nov 19, 2020
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure all necessary files are included in the NPM package
parent
2918a175
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
9 deletions
+17
-9
CHANGES.md
CHANGES.md
+3
-1
package.json
package.json
+14
-8
No files found.
CHANGES.md
View file @
1b50696c
...
...
@@ -3,12 +3,13 @@
## 7.0.2 (Unreleased)
-
Updated translations: gl, tr
-
Still more necessary files not included in the 7.0.1 NPM package, causing
`Module not found`
errors.
## 7.0.1 (2020-11-19)
-
Updated translations: de, es, fi, fr, gl, hu, nb_NO, oc, pl, pt, pt_BR, ru, tr, uk, zh
-
#2328: Honor
`use_system_emojis`
in emoji-picker
-
Not all
*
.js files were included in the 7.0.0
package, causing:
-
Not all
template/
*
.js files were included in the 7.0.0 NPM
package, causing:
`Module not found: Error: Can't resolve 'templates/*.js'`
## 7.0.0 (2020-11-18)
...
...
@@ -53,6 +54,7 @@ Soon we'll deprecate the latter, so prepare now.
-
#2308: Allow getHats method to be overriden in the
`overrides`
object in plugins.
-
#2321: When Converse runs inside a browser extension, enable browser sync and local storage for persistent storage
-
#1250: Change favicon color when unread messages
-
Updated translations: de, es, fi, fr, gl, hu, nb_NO, oc, pl, pt, pt_BR, ru, tr, uk, zh
-
The
`trusted`
configuration setting has been removed in favor of two new settings:
[
allow_user_trust_override
](
https://conversejs.org/docs/html/configuration.html#allow-user-trust-override
)
[
clear_cache_on_logout
](
https://conversejs.org/docs/html/configuration.html#clear-cache-on-logout
)
...
...
package.json
View file @
1b50696c
...
...
@@ -5,19 +5,25 @@
"browser"
:
"dist/converse.js"
,
"module"
:
"src/converse.js"
,
"files"
:
[
"*.js"
,
"*.json"
,
"CHANGES.md"
,
"LICENSE.txt"
,
"README.md"
,
"COPYRIGHT"
,
"dist/"
,
"
locale/
"
,
"
sass/
"
,
"s
ounds/
"
,
"
docs/**/*.rst
"
,
"
docs/**/*.md
"
,
"s
ass/**/*.scss
"
,
"src/*.js"
,
"src/utils/*.js"
,
"src/templates/*.html"
,
"src/templates/*.svg"
,
"src/templates/*.js"
,
"src/headless/"
"src/**/*.pot"
,
"src/**/*.po"
,
"src/**/*.js"
,
"src/**/*.html"
,
"src/**/*.svg"
,
"src/**/*.md"
,
"src/**/*.txt"
,
"src/**/*.json"
],
"scripts"
:
{
"serve"
:
"webpack-dev-server --config webpack.serve.js"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment