Deploy 0.6.40

This commit is contained in:
Kevin Jahns 2015-11-15 02:11:41 +01:00
parent dcf6212436
commit 4efc428ce0
4 changed files with 4832 additions and 1900 deletions

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.36",
"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.36",
"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