layer-websdk
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Javascript SDK Change Log | ||
## 1.0.3 | ||
* Fixes support for Query.dataType == layer.Query.InstanceDataType in handling Message ID change events. | ||
## 1.0.2 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "layer-websdk", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Layer Web SDK - JavaScript library for adding chat services to your web application.", | ||
@@ -5,0 +5,0 @@ "keywords": "layer,sdk,websdk,developers,communications,messaging,chat", |
@@ -28,3 +28,3 @@ # Layer Web SDK | ||
* For stricter code control, use `//cdn.layer.com/sdk/1.0.2/layer-websdk.min.js` instead. | ||
* For stricter code control, use `//cdn.layer.com/sdk/1.0.3/layer-websdk.min.js` instead. | ||
@@ -31,0 +31,0 @@ All classes can then be accessed via the `layer` namespace: |
@@ -886,3 +886,3 @@ /** | ||
if (midChanges.length) { | ||
index = this._getIndex(midChanges[0].oldValue); | ||
if (this.dataType === Query.ObjectDataType) index = this._getIndex(midChanges[0].oldValue); | ||
if (this._handleMessagePositionChange(evt, index)) return; | ||
@@ -889,0 +889,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1708093
28635