jupyter-ydoc 3.0.3__tar.gz → 3.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/workflows/license-header.yml +1 -1
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.pre-commit-config.yaml +1 -1
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/CHANGELOG.md +21 -2
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/PKG-INFO +1 -1
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/javascript/package.json +2 -2
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/_version.py +1 -1
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/dependabot.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/workflows/auto_author_assign.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/workflows/check-release.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/workflows/enforce-label.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/workflows/prep-release.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/workflows/publish-release.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.github/workflows/test.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.gitignore +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.licenserc.yaml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.yarn/releases/yarn-3.4.1.cjs +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/.yarnrc.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/LICENSE +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/README.md +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/Makefile +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/make.bat +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/_static/jupyter_logo.svg +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/_static/logo-icon.png +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/conf.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/custom.md +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/index.md +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/javascript_api.rst +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/overview.md +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/python_api.rst +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/docs/source/schema.md +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/__init__.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/py.typed +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/utils.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/ybasedoc.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/yblob.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/yfile.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/ynotebook.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/jupyter_ydoc/yunicode.py +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/lerna.json +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/package.json +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/pyproject.toml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/pytest.ini +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/readthedocs.yml +0 -0
- {jupyter_ydoc-3.0.3 → jupyter_ydoc-3.0.4}/yarn.lock +0 -0
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
|
4
4
|
|
|
5
|
+
## 3.0.4
|
|
6
|
+
|
|
7
|
+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.3...accc3139a8bf5b5c7492a37af50309ffb810f7fd))
|
|
8
|
+
|
|
9
|
+
### Bugs fixed
|
|
10
|
+
|
|
11
|
+
- Set `undoManager` in constructor for cells in notebook [#321](https://github.com/jupyter-server/jupyter_ydoc/pull/321) ([@krassowski](https://github.com/krassowski))
|
|
12
|
+
- Fix including Typescript source in package [#312](https://github.com/jupyter-server/jupyter_ydoc/pull/312) ([@fcollonval](https://github.com/fcollonval))
|
|
13
|
+
|
|
14
|
+
### Maintenance and upkeep improvements
|
|
15
|
+
|
|
16
|
+
- Bump apache/skywalking-eyes from 0.4.0 to 0.7.0 [#310](https://github.com/jupyter-server/jupyter_ydoc/pull/310) ([@dependabot](https://github.com/dependabot))
|
|
17
|
+
|
|
18
|
+
### Contributors to this release
|
|
19
|
+
|
|
20
|
+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2025-01-28&to=2025-04-18&type=c))
|
|
21
|
+
|
|
22
|
+
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adependabot+updated%3A2025-01-28..2025-04-18&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2025-01-28..2025-04-18&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-01-28..2025-04-18&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2025-01-28..2025-04-18&type=Issues)
|
|
23
|
+
|
|
24
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
25
|
+
|
|
5
26
|
## 3.0.3
|
|
6
27
|
|
|
7
28
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.2...678a0a483421cbcb10cd56f4948dc944ac976555))
|
|
@@ -21,8 +42,6 @@
|
|
|
21
42
|
|
|
22
43
|
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2024-12-02..2025-01-28&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Afcollonval+updated%3A2024-12-02..2025-01-28&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Apre-commit-ci+updated%3A2024-12-02..2025-01-28&type=Issues)
|
|
23
44
|
|
|
24
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
25
|
-
|
|
26
45
|
## 3.0.2
|
|
27
46
|
|
|
28
47
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.0.1...db70566443ffc92e9bf62e2064e9b928ca2e96d7))
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jupyter/ydoc",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Jupyter document structures for collaborative editing using YJS",
|
|
6
6
|
"homepage": "https://github.com/jupyter-server/jupyter_ydoc",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"lib/**/*.{d.ts,js,js.map,json}",
|
|
23
|
-
"src/**/*.
|
|
23
|
+
"src/**/*.ts"
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build": "tsc -b",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|