Ver Fonte

Update backbone.overview to 1.0.1

Fixes bug whereby `replaceWith` for HTMLElements not supported in IE or Safari

Refs #995
JC Brand há 7 anos atrás
pai
commit
972e682e75
3 ficheiros alterados com 239 adições e 116 exclusões
  1. 1 0
      CHANGES.md
  2. 237 115
      package-lock.json
  3. 1 1
      package.json

+ 1 - 0
CHANGES.md

@@ -5,6 +5,7 @@
 ### Bugfixes
 
 - Could not register on Ejabberd 18. `"Missing attribute 'id' in tag qualified by namespace 'jabber:client'"`
+- #995 `ChildNode.replaceWith` is not available in Internet Explorer or Safari. Use `Node.replaceChild` instead.
 
 ## 3.3.1 (2018-01-18)
 

Diff do ficheiro suprimidas por serem muito extensas
+ 237 - 115
package-lock.json


+ 1 - 1
package.json

@@ -37,7 +37,7 @@
     "backbone": "1.3.3",
     "backbone.browserStorage": "0.0.3",
     "backbone.nativeview": "^0.3.3",
-    "backbone.overview": "1.0.0",
+    "backbone.overview": "1.0.1",
     "backbone.vdomview": "1.0.0",
     "bootstrap": "^3.3.7",
     "bourbon": "^4.3.2",

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff