Skip to content

Commit fbb9ca1

Browse files
committed
chore: Move to gupsa-corp organization and update package info
- Change package name to @gupsa-corp/gantt-task-react-19-korean - Update version to 1.0.0 for new organization - Update repository URLs to gupsa-corp organization - Add Korean localization keywords (korean, 한국어, i18n) - Update README.md with Korean description and new install instructions - Update import examples with new package name - Add comprehensive feature description in README
1 parent f7becb1 commit fbb9ca1

2 files changed

Lines changed: 27 additions & 13 deletions

File tree

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,31 @@
1-
# gantt-task-react
1+
# gantt-task-react-19-korean
22

3-
## Interactive Gantt Chart for React with TypeScript.
3+
## Interactive Gantt Chart for React with TypeScript - Korean Localization
4+
5+
한국어 지원 및 추가 기능이 포함된 React용 대화형 간트 차트 라이브러리입니다.
46

57
![example](https://user-images.githubusercontent.com/26743903/88215863-f35d5f00-cc64-11ea-81db-e829e6e9b5c8.png)
68

7-
## [Live Demo](https://matematuk.github.io/gantt-task-react/)
9+
## ✨ 추가 기능 (Additional Features)
10+
11+
- 🇰🇷 **Korean Date Expressions**: `locale="kor"` 지원으로 한국어 날짜 표현
12+
- 📊 **Extra Columns**: 커스텀 컬럼 추가 및 렌더링 지원
13+
- 🎨 **Weekend Colors**: 주말 컬럼 하이라이트 기능
14+
- 🎯 **Jira-style Today**: 개선된 Today 표시 (주황색 화살표)
815

916
## Install
1017

11-
```
12-
npm install gantt-task-react
18+
```bash
19+
npm install @gupsa-corp/gantt-task-react-19-korean
20+
# or
21+
yarn add @gupsa-corp/gantt-task-react-19-korean
1322
```
1423

1524
## How to use it
1625

1726
```javascript
18-
import { Gantt, Task, EventOption, StylingOption, ViewMode, DisplayOption } from 'gantt-task-react';
19-
import "gantt-task-react/dist/index.css";
27+
import { Gantt, Task, EventOption, StylingOption, ViewMode, DisplayOption } from '@gupsa-corp/gantt-task-react-19-korean';
28+
import "@gupsa-corp/gantt-task-react-19-korean/dist/index.css";
2029

2130
let tasks: Task[] = [
2231
{

package.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "@rsagiev/gantt-task-react-19",
3-
"version": "0.3.9",
4-
"description": "Interactive Gantt Chart for React with TypeScript.",
2+
"name": "@gupsa-corp/gantt-task-react-19-korean",
3+
"version": "1.0.0",
4+
"description": "Interactive Gantt Chart for React with TypeScript - Korean localization support with extra columns and weekend colors.",
55
"author": "MaTeMaTuK <maksym.vikarii@gmail.com>",
6-
"homepage": "https://github.com/rsagiev/gantt-task-react-19",
6+
"homepage": "https://github.com/gupsa-corp/gantt-task-react-19-korean",
77
"license": "MIT",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/rsagiev/gantt-task-react-19.git"
10+
"url": "git+https://github.com/gupsa-corp/gantt-task-react-19-korean.git"
1111
},
1212
"main": "dist/index.js",
1313
"module": "dist/index.modern.js",
@@ -25,7 +25,12 @@
2525
"gantt-chart",
2626
"gantt chart",
2727
"react-gantt",
28-
"task"
28+
"task",
29+
"korean",
30+
"한국어",
31+
"localization",
32+
"i18n",
33+
"gupsa-corp"
2934
],
3035
"scripts": {
3136
"build": "microbundle-crl --no-compress --format modern,cjs",

0 commit comments

Comments
 (0)