Deploy 0.6.39
This commit is contained in:
		
							parent
							
								
									dcf6212436
								
							
						
					
					
						commit
						ded8ef07bb
					
				@ -3,7 +3,7 @@
 | 
				
			|||||||
// create a shared object. This function call will return a promise!
 | 
					// create a shared object. This function call will return a promise!
 | 
				
			||||||
Y({
 | 
					Y({
 | 
				
			||||||
  db: {
 | 
					  db: {
 | 
				
			||||||
    name: 'indexeddb',
 | 
					    name: 'memory',
 | 
				
			||||||
    namespace: 'offlineEditingDemo'
 | 
					    namespace: 'offlineEditingDemo'
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  connector: {
 | 
					  connector: {
 | 
				
			||||||
 | 
				
			|||||||
@ -10,8 +10,8 @@ You can create you own shared types easily. Therefore, you can take matters into
 | 
				
			|||||||
| Name     | Description       |
 | 
					| Name     | Description       |
 | 
				
			||||||
|----------|-------------------|
 | 
					|----------|-------------------|
 | 
				
			||||||
| map     | Add, update, and remove properties of an object. Included in Yjs|
 | 
					| 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 |
 | 
					|[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-list type). Select a range of elements, and assign meaning to them.|
 | 
					|[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|
 | 
					|[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*)|
 | 
					|[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|
 | 
					|[richtext](https://github.com/y-js/y-richtext) | Collaborate on rich text. Supports two way binding to several editors|
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "yjs",
 | 
					  "name": "yjs",
 | 
				
			||||||
  "version": "0.6.35",
 | 
					  "version": "0.6.38",
 | 
				
			||||||
  "homepage": "y-js.org",
 | 
					  "homepage": "y-js.org",
 | 
				
			||||||
  "authors": [
 | 
					  "authors": [
 | 
				
			||||||
    "Kevin Jahns <kevin.jahns@rwth-aachen.de>"
 | 
					    "Kevin Jahns <kevin.jahns@rwth-aachen.de>"
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "yjs",
 | 
					  "name": "yjs",
 | 
				
			||||||
  "version": "0.6.35",
 | 
					  "version": "0.6.40",
 | 
				
			||||||
  "description": "A framework for real-time p2p shared editing on arbitrary complex data types",
 | 
					  "description": "A framework for real-time p2p shared editing on arbitrary complex data types",
 | 
				
			||||||
  "main": "y.js",
 | 
					  "main": "y.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user