Deploy 0.6.39

This commit is contained in:
Kevin Jahns 2015-11-15 02:09:37 +01:00
parent dcf6212436
commit ded8ef07bb
5 changed files with 4833 additions and 1901 deletions

View File

@ -3,7 +3,7 @@
// create a shared object. This function call will return a promise!
Y({
db: {
name: 'indexeddb',
name: 'memory',
namespace: 'offlineEditingDemo'
},
connector: {

View File

@ -10,8 +10,8 @@ You can create you own shared types easily. Therefore, you can take matters into
| Name | Description |
|----------|-------------------|
| map | Add, update, and remove properties of an object. Included in Yjs|
|[list](https://github.com/y-js/y-list) | A shared linked list implementation |
|[selections](https://github.com/y-js/y-selections) | Manages selections on types that use linear structures (e.g. the y-list type). Select a range of elements, and assign meaning to them.|
|[array](https://github.com/y-js/y-array) | A shared linked list implementation |
|[selections](https://github.com/y-js/y-selections) | Manages selections on types that use linear structures (e.g. the y-array type). Select a range of elements, and assign meaning to them.|
|[xml](https://github.com/y-js/y-xml) | An implementation of the DOM. You can create a two way binding to Browser DOM objects|
|[text](https://github.com/y-js/y-text) | Collaborate on text. Supports two way binding to textareas, input elements, or HTML elements (e.g. *h1*, or *p*)|
|[richtext](https://github.com/y-js/y-richtext) | Collaborate on rich text. Supports two way binding to several editors|

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.35",
"version": "0.6.38",
"homepage": "y-js.org",
"authors": [
"Kevin Jahns <kevin.jahns@rwth-aachen.de>"

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.35",
"version": "0.6.40",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "y.js",
"scripts": {

6724
y.js

File diff suppressed because it is too large Load Diff