Skip to content

Commit

Permalink
Merge pull request #658 from ecomfe/release-next
Browse files Browse the repository at this point in the history
Release 5.0
  • Loading branch information
100pah authored Nov 10, 2020
2 parents b4982c5 + 213c719 commit 1bd13a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
5 changes: 3 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
/test

npm-debug.log


.DS_Store
Thumbs.db
Desktop.ini
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,26 +9,6 @@ A lightweight canvas library which providing 2d draw for [Apache ECharts (incuba

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

## TODO List

- [x] Switch to TypeScript
- [x] Add typings
- [x] Generate lib modules
- [x] Be able to run in ECharts
- [x] Generate .d.ts

- [x] Optimize style
- [x] Remove all text attributes.
- [ ] Generate hash. Faster diff

- [x] Add TextGroup
- [x] layout texts
- [x] Text wrap
- [x] Rich text support

- [ ] States

- [ ] Dirty Rectangle

## License

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zrender",
"version": "5.0.0-rc.1",
"version": "5.0.0",
"description": "A lightweight canvas library.",
"keywords": [
"canvas",
Expand Down

0 comments on commit 1bd13a9

Please sign in to comment.