Skip to content

Commit 1bd13a9

Browse files
authored
Merge pull request #658 from ecomfe/release-next
Release 5.0
2 parents b4982c5 + 213c719 commit 1bd13a9

File tree

3 files changed

+4
-23
lines changed

3 files changed

+4
-23
lines changed

.npmignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
/test
33

44
npm-debug.log
5-
6-
5+
.DS_Store
6+
Thumbs.db
7+
Desktop.ini

README.md

-20
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,6 @@ A lightweight canvas library which providing 2d draw for [Apache ECharts (incuba
99

1010
[https://ecomfe.github.io/zrender-doc/public/](https://ecomfe.github.io/zrender-doc/public/)
1111

12-
## TODO List
13-
14-
- [x] Switch to TypeScript
15-
- [x] Add typings
16-
- [x] Generate lib modules
17-
- [x] Be able to run in ECharts
18-
- [x] Generate .d.ts
19-
20-
- [x] Optimize style
21-
- [x] Remove all text attributes.
22-
- [ ] Generate hash. Faster diff
23-
24-
- [x] Add TextGroup
25-
- [x] layout texts
26-
- [x] Text wrap
27-
- [x] Rich text support
28-
29-
- [ ] States
30-
31-
- [ ] Dirty Rectangle
3212

3313
## License
3414

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zrender",
3-
"version": "5.0.0-rc.1",
3+
"version": "5.0.0",
44
"description": "A lightweight canvas library.",
55
"keywords": [
66
"canvas",

0 commit comments

Comments
 (0)