wx-svelte-tasklist 2.1.0 → 2.2.0

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.
Files changed (3) hide show
  1. package/package.json +11 -6
  2. package/readme.md +8 -2
  3. package/whatsnew.md +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wx-svelte-tasklist",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "Simple Svelte component for adding a task list section on a page",
5
5
  "productTag": "tasklist",
6
6
  "productTrial": false,
@@ -32,11 +32,11 @@
32
32
  },
33
33
  "homepage": "https://svar.dev/svelte/core/",
34
34
  "dependencies": {
35
- "wx-tasklist-locales": "2.1.0",
35
+ "wx-tasklist-locales": "2.2.0",
36
36
  "wx-lib-data-provider": "1.6.0",
37
- "wx-svelte-core": "2.1.0",
38
- "wx-lib-dom": "0.8.0",
39
- "wx-lib-state": "1.9.0"
37
+ "wx-svelte-core": "2.2.0",
38
+ "wx-lib-dom": "0.9.1",
39
+ "wx-lib-state": "1.9.3"
40
40
  },
41
41
  "files": [
42
42
  "src",
@@ -48,6 +48,11 @@
48
48
  "svelte",
49
49
  "tasks",
50
50
  "ui component",
51
- "tasklist section"
51
+ "tasklist section",
52
+ "task list",
53
+ "todo list",
54
+ "todo",
55
+ "task-list",
56
+ "todo-list"
52
57
  ]
53
58
  }
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
 
3
- # SVAR Svelte Tasklist
3
+ # SVAR Svelte TaskList
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/wx-svelte-tasklist.svg)](https://www.npmjs.com/package/wx-svelte-tasklist)
6
6
  [![License](https://img.shields.io/github/license/svar-widgets/tasklist)](https://github.com/svar-widgets/tasklist/blob/main/license.txt)
@@ -14,7 +14,13 @@
14
14
 
15
15
  </div>
16
16
 
17
- A Svelte UI component for rendering editable list of tasks
17
+ **SVAR Svelte Tasklist** is a lightweight and intuitive Svelte UI component for managing task lists or to-do lists. It allows users to add new tasks, edit existing ones, mark tasks as completed, and remove them.
18
+
19
+ <div align="center">
20
+
21
+ <img src="https://svar.dev/images/github/github-tasklist.png" alt="SVAR Svelte TaskList" style="width: 700px;">
22
+
23
+ </div>
18
24
 
19
25
  ### How to Use
20
26
 
package/whatsnew.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 2.2.0
2
+
3
+ - Using core@2.2.0
4
+
1
5
  ## 2.1.0
2
6
 
3
7
  - Using core@2.1.0