Skip to content

Commit 2ac5943

Browse files
committed
update changes. update jquery version
1 parent b95cf33 commit 2ac5943

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
2.0a3 (unreleased)
55
------------------
66

7+
- Update jQuery to version ``4.0.0-beta.2``.
8+
[lenadax]
9+
10+
- Add ``radio_class`` and ``radio_input_class`` options for Bootstrap 5 styling.
11+
[lenadax]
12+
13+
- Use rollup for bundling scss. Use ``make rollup`` to compile js and scss.
14+
[lenadax]
15+
16+
- Use ``webtestrunner`` instead of ``karma`` for js tests. Use ``make wtr`` to run tests.
17+
[lenadax]
18+
19+
- Use ``pnpm`` as package manager.
20+
[lenadax]
21+
722
- Update yafowil version to 3.1.1.
823
[lenadax]
924

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@web/test-runner": "^0.18.3",
66
"@web/test-runner-core": "^0.13.2",
77
"install": "^0.13.0",
8-
"jquery": "^4.0.0-beta",
8+
"jquery": "^4.0.0-beta.2",
99
"qunit": "^2.20.1",
1010
"rollup": "^2.79.2",
1111
"rollup-plugin-cleanup": "^3.2.1",

0 commit comments

Comments
 (0)