Skip to content

Commit ecd7ced

Browse files
authored
⚡️ Release v2.11.0 (#1043)
1 parent 684b9e1 commit ecd7ced

File tree

5 files changed

+455
-369
lines changed

5 files changed

+455
-369
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
# Parse-SDK-JS
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.10.0...master)
4+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.11.0...master)
5+
6+
## 2.11.0
7+
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.10.0...2.11.0)
8+
9+
**New Features**
10+
- Support encrypting current user ([#1036](https://github.com/parse-community/Parse-SDK-JS/pull/1036))
11+
- File Upload Progress on Wechat ([#1029](https://github.com/parse-community/Parse-SDK-JS/pull/1029))
12+
13+
**Improvements**
14+
- Support query.cancel() on Node ([#1030](https://github.com/parse-community/Parse-SDK-JS/pull/1030))
15+
16+
**Fixes**
17+
- File Upload Progress on browser ([#1029](https://github.com/parse-community/Parse-SDK-JS/pull/1029))
18+
- User signup with installationId ([#1031](https://github.com/parse-community/Parse-SDK-JS/pull/1031))
519

620
## 2.10.0
721
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.9.1...2.10.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="Parse Platform" src="img/logo_large.png" width="200">
2+
<img alt="Parse Platform" src="Assets/img/logo_large.png" width="200">
33
</p>
44

55
<h2 align="center">Parse SDK for JavaScript</h2>

0 commit comments

Comments
 (0)