Skip to content

Commit dfa73f9

Browse files
committed
Publish 0.5.1
SHA256 hashes: yjs-widgets-0.5.1.tgz: 6f855d8c6c3244c11df817787e426f3bedebd53c65c89386701569e3c768561f yjs_widgets-0.5.1-py3-none-any.whl: fda87bdc2b05b436d7c2ad9f74e829eead5c27b79b0d18a3b8747f4c53d51337 yjs_widgets-0.5.1.tar.gz: ff382697588b72c6f46a53299872664fe027e5ee75302e7740bb30df274d7b4a
1 parent efdf928 commit dfa73f9

2 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.5.1
6+
7+
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.5.0...efdf9280968f3ef3e283b244ee30a2ea55e94626))
8+
9+
### Enhancements made
10+
11+
- Add text area [#28](https://github.com/QuantStack/yjs-widgets/pull/28) ([@AntoinePrv](https://github.com/AntoinePrv), [@martinRenou](https://github.com/martinRenou))
12+
- Rename example widgets as proper package [#27](https://github.com/QuantStack/yjs-widgets/pull/27) ([@AntoinePrv](https://github.com/AntoinePrv), [@martinRenou](https://github.com/martinRenou))
13+
14+
### Bugs fixed
15+
16+
- Fix slider implementation [#26](https://github.com/QuantStack/yjs-widgets/pull/26) ([@martinRenou](https://github.com/martinRenou), [@davidbrochart](https://github.com/davidbrochart))
17+
- Fix example build and make it a slider [#25](https://github.com/QuantStack/yjs-widgets/pull/25) ([@martinRenou](https://github.com/martinRenou), [@AntoinePrv](https://github.com/AntoinePrv))
18+
19+
### Contributors to this release
20+
21+
The following people contributed discussions, new ideas, code and documentation contributions, and review.
22+
See [our definition of contributors](https://github-activity.readthedocs.io/en/latest/use/#how-does-this-tool-define-contributions-in-the-reports).
23+
24+
([GitHub contributors page for this release](https://github.com/QuantStack/yjs-widgets/graphs/contributors?from=2026-04-07&to=2026-05-13&type=c))
25+
26+
@AntoinePrv ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AAntoinePrv+updated%3A2026-04-07..2026-05-13&type=Issues)) | @davidbrochart ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Adavidbrochart+updated%3A2026-04-07..2026-05-13&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AmartinRenou+updated%3A2026-04-07..2026-05-13&type=Issues))
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 0.5.0
631

732
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.4.0...64a1ae96749cc152ee436ceca80b82c698e856ba))
@@ -19,8 +44,6 @@ See [our definition of contributors](https://github-activity.readthedocs.io/en/l
1944

2045
@davidbrochart ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Adavidbrochart+updated%3A2025-02-07..2026-04-07&type=Issues)) | @gjmooney ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3Agjmooney+updated%3A2025-02-07..2026-04-07&type=Issues)) | @martinRenou ([activity](https://github.com/search?q=repo%3AQuantStack%2Fyjs-widgets+involves%3AmartinRenou+updated%3A2025-02-07..2026-04-07&type=Issues))
2146

22-
<!-- <END NEW CHANGELOG ENTRY> -->
23-
2447
## 0.4.0
2548

2649
([Full Changelog](https://github.com/QuantStack/yjs-widgets/compare/v0.3.9...814b213b1c9b7994b3ae6dc36ac518e4bffe19cc))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yjs-widgets",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A JupyterLab extension for widgets based on Yjs.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)