Commit b15ebdde authored by JC Brand's avatar JC Brand

Update to Backbone 1.4.0 and use fork of Backbone.NativeView

with `_setElement` fix.

See https://github.com/akre54/Backbone.NativeView/pull/29
parent 310b2c72
......@@ -2,6 +2,8 @@
## 4.1.3 (Unreleased)
- Upgrade to Backbone 1.4.0
- Fix "flashing" of roster filter when you have less than 5 roster contacts.
- Allow setting of debug mode via URL with `/#converse?debug=true`
- New config setting [locked_muc_domain](https://conversejs.org/docs/html/configuration.html#locked-muc-domain)
- New config setting [show_client_info](https://conversejs.org/docs/html/configuration.html#show-client-info)
......
This diff is collapsed.
This diff is collapsed.
......@@ -22,7 +22,7 @@
},
"gitHead": "9641dcdc820e029b05930479c242d2b707bbe8e2",
"devDependencies": {
"backbone": "1.3.3",
"backbone": "1.4",
"backbone.browserStorage": "0.0.5",
"es6-promise": "^4.1.0",
"filesize": "^3.6.1",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment