jupyter-ydoc 3.3.4__tar.gz → 3.3.5__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.3.4 → jupyter_ydoc-3.3.5}/.pre-commit-config.yaml +1 -1
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/CHANGELOG.md +21 -2
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/PKG-INFO +1 -1
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/javascript/package.json +1 -1
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/_version.py +1 -1
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/ybasedoc.py +1 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/dependabot.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/workflows/auto_author_assign.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/workflows/check-release.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/workflows/enforce-label.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/workflows/license-header.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/workflows/prep-release.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/workflows/publish-release.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.github/workflows/test.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.gitignore +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.licenserc.yaml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.yarn/releases/yarn-3.4.1.cjs +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/.yarnrc.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/LICENSE +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/README.md +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/Makefile +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/make.bat +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/_static/jupyter_logo.svg +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/_static/logo-icon.png +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/conf.py +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/custom.md +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/index.md +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/javascript_api.rst +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/overview.md +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/python_api.rst +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/docs/source/schema.md +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/__init__.py +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/py.typed +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/utils.py +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/yblob.py +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/yfile.py +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/ynotebook.py +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/jupyter_ydoc/yunicode.py +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/lerna.json +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/package.json +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/pyproject.toml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/pytest.ini +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/readthedocs.yml +0 -0
- {jupyter_ydoc-3.3.4 → jupyter_ydoc-3.3.5}/yarn.lock +0 -0
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- <START NEW CHANGELOG ENTRY> -->
|
|
4
4
|
|
|
5
|
+
## 3.3.5
|
|
6
|
+
|
|
7
|
+
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.3.4...e121b11000f5c32c7b439f24e019ac8b2111d19e))
|
|
8
|
+
|
|
9
|
+
### Bugs fixed
|
|
10
|
+
|
|
11
|
+
- Make `ystate` a property [#384](https://github.com/jupyter-server/jupyter_ydoc/pull/384) ([@davidbrochart](https://github.com/davidbrochart), [@krassowski](https://github.com/krassowski))
|
|
12
|
+
|
|
13
|
+
### Maintenance and upkeep improvements
|
|
14
|
+
|
|
15
|
+
### Contributors to this release
|
|
16
|
+
|
|
17
|
+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
|
|
18
|
+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
|
|
19
|
+
|
|
20
|
+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_ydoc/graphs/contributors?from=2026-01-09&to=2026-02-03&type=c))
|
|
21
|
+
|
|
22
|
+
@davidbrochart ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2026-01-09..2026-02-03&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2026-01-09..2026-02-03&type=Issues))
|
|
23
|
+
|
|
24
|
+
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
25
|
+
|
|
5
26
|
## 3.3.4
|
|
6
27
|
|
|
7
28
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.3.3...654e8f80f619c7820dd82dfbe3c6d985b6a69e28))
|
|
@@ -25,8 +46,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
|
|
|
25
46
|
|
|
26
47
|
@davidbrochart ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Adavidbrochart+updated%3A2025-12-10..2026-01-09&type=Issues)) | @dmonad ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Admonad+updated%3A2025-12-10..2026-01-09&type=Issues)) | @jordanhboxer ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Ajordanhboxer+updated%3A2025-12-10..2026-01-09&type=Issues)) | @krassowski ([activity](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_ydoc+involves%3Akrassowski+updated%3A2025-12-10..2026-01-09&type=Issues))
|
|
27
48
|
|
|
28
|
-
<!-- <END NEW CHANGELOG ENTRY> -->
|
|
29
|
-
|
|
30
49
|
## 3.3.3
|
|
31
50
|
|
|
32
51
|
([Full Changelog](https://github.com/jupyter-server/jupyter_ydoc/compare/@jupyter/ydoc@3.3.2...3900efdeefef21eb6e117fdd30827ee4c9149ff3))
|
|
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
|