Skip to content

Commit 16abdc4

Browse files
committed
update changes. update package.json
1 parent 9647209 commit 16abdc4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Changes
44
1.0 (unreleased)
55
----------------
66

7+
- Update jQuery to version ``4.0.0-beta.2``.
8+
[lenadax]
9+
10+
- Use rollup for bundling scss. Use ``make rollup`` to compile js and scss.
11+
[lenadax]
12+
13+
- Use ``webtestrunner`` instead of ``karma`` for js tests. Use ``make wtr`` to run tests.
14+
[lenadax]
15+
16+
- Use ``pnpm`` as package manager.
17+
[lenadax]
18+
19+
- Create Bootstrap5 widget version.
20+
[lenadax]
21+
722
- Extend JS by ``tiptap_on_array_add`` and ``register_array_subscribers``
823
functions to enable usage in ``yafowil.widget.array``.
924
[lenadax]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@web/test-runner-core": "^0.13.2",
88
"@web/test-runner": "^0.18.3",
99
"install": "^0.13.0",
10-
"jquery": "^4.0.0-beta",
10+
"jquery": "^4.0.0-beta.2",
1111
"qunit": "^2.20.1",
1212
"rollup-plugin-cleanup": "^3.2.1",
1313
"rollup-plugin-export-default": "^1.4.0",

0 commit comments

Comments
 (0)