@jaeungkim/gantt-chart 1.5.0 → 1.5.1

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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -11,7 +11,7 @@ Bring interactive project planning to your React app.
11
11
  Drag tasks, connect dependencies, and organize projects into nested timelines. Working calendars,
12
12
  keyboard editing, and light and dark themes come built in.
13
13
 
14
- Open source · MIT licensed · React 18 & 19 · TypeScript
14
+ Open source, MIT licensed, React 18 and 19, TypeScript types
15
15
 
16
16
  [Quick start](https://gantt.jaeungkim.com/docs/quick-start) |
17
17
  [Playground](https://gantt.jaeungkim.com/playground) |
@@ -27,14 +27,14 @@ Open source · MIT licensed · React 18 & 19 · TypeScript
27
27
  dependencies.
28
28
  - **Plan around working days.** Define workweeks and holidays, with optional snapping to the next
29
29
  working day.
30
- - **Explore larger plans.** Rows and time cells are virtualized, with five scales from day to year.
30
+ - **Render large plans.** Rows and time cells are virtualized, with five scales from day to year.
31
31
  - **Use the keyboard.** Navigate, move, resize and reorder tasks with edit announcements.
32
32
  See the [accessibility guide](https://gantt.jaeungkim.com/docs/accessibility) for supported
33
33
  actions and remaining gaps.
34
34
  - **Match your app.** Light and dark themes, CSS custom properties, localized dates and custom
35
35
  detail panels.
36
- - **Connect your data.** Receive updated tasks through `onTasksChange` and handle storage in
37
- your app.
36
+ - **Save through your app.** Every committed edit arrives as one `onTasksChange` call with the
37
+ complete next array. Storage, validation and undo stay in your app.
38
38
 
39
39
  ## Install
40
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaeungkim/gantt-chart",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",