File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 4
4
1.0 (unreleased)
5
5
----------------
6
6
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
+
7
22
- Extend JS by ``tiptap_on_array_add `` and ``register_array_subscribers ``
8
23
functions to enable usage in ``yafowil.widget.array ``.
9
24
[lenadax]
Original file line number Diff line number Diff line change 7
7
"@web/test-runner-core" : " ^0.13.2" ,
8
8
"@web/test-runner" : " ^0.18.3" ,
9
9
"install" : " ^0.13.0" ,
10
- "jquery" : " ^4.0.0-beta" ,
10
+ "jquery" : " ^4.0.0-beta.2 " ,
11
11
"qunit" : " ^2.20.1" ,
12
12
"rollup-plugin-cleanup" : " ^3.2.1" ,
13
13
"rollup-plugin-export-default" : " ^1.4.0" ,
You can’t perform that action at this time.
0 commit comments