Skip to content

Commit

Permalink
Sprint 5 (#177)
Browse files Browse the repository at this point in the history
* rename qbRecorder to qbMediaRecorder

* Add version and build version (#174)

Make the property QB.version public;
Added the property QB.versionBuild, also as public;
Added the gulp generate-build_version task and added in npm run build;
Show in samples (chat, webrtc) v.{version}.{versionBuild};

* remove jQuery or Zepto dependency (#173)

* add a jquery.ajax as plugin

* upd build version

* Added JSDOC (API Refference)

* Fix firefox WebRTC bugs (#178)

* Upd Recorder (changed to qbMediaRecorder module) (#179)

* Fixed bug (remove QB.Recorder)

* remove QB.Recorder

* upd recorder

* upd
npm install rimraf -g

* final build

* upd version
  • Loading branch information
dimaspirit authored Nov 30, 2016
1 parent c5843c7 commit 1bb56ed
Showing 47 changed files with 14,979 additions and 88,825 deletions.
1 change: 1 addition & 0 deletions .jshintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/plugins/jquery.ajax.js
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,20 +8,21 @@ The QuickBlox JavaScript SDK provides a JavaScript library making it even easier

[QuickBlox](https://quickblox.com) is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great communication functionality to smartphone applications like in Skype, WhatsApp, Viber.


# Install

## Dependencies for browser

For the library to work, you need to include either [jQuery](http://jquery.com/) or [Zepto](http://zeptojs.com/) in your html before `quickblox.min.js`, like so:

For correct work of JS SDK you must include the library in your html before `quickblox.min.js`, like so:
For correct work of JS SDK you must include the library in your html before `quickblox.min.js`, like so:

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.4.0/quickblox.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/quickblox/2.5.0/quickblox.min.js"></script>
```

Begin with version 2.5.0 no dependencies for work correctly is not needed.

## Bower and RequireJS

If you use bower package manager for your project, you can install JS SDK through bower:
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "quickblox",
"description": "QuickBlox JavaScript SDK",
"version": "2.4.0",
"version": "2.5.0",
"homepage": "https://quickblox.com/developers/Javascript",
"main": "quickblox.js",
"license": "Apache 2.0",
Loading
Oops, something went wrong.

0 comments on commit 1bb56ed

Please sign in to comment.