mermaid/todo.md

20 lines
693 B
Markdown
Raw Normal View History

2017-04-16 17:30:40 +08:00
- upgrade d3 to version 4
2017-04-15 16:46:10 +08:00
- use external d3-textwrap library
- Problem is it's for d3 v4 only
- node console output colors like Chrome console
2017-04-16 17:30:40 +08:00
- default theme doesn't work for class diagram
2017-04-16 18:36:42 +08:00
- compile less to css
2017-04-16 23:24:47 +08:00
- don't version control generated content, move them to outside project
- editor
- dist
- docs
- what's the correct way to change logLevel as an end user?
2017-04-17 22:34:25 +08:00
- d3 v3 doesn't support 'use strict'
- babel-plugin-transform-remove-strict-mode
- need to remove it after upgrading to d3 v4
- use headless chrome provided by karma-chrome-launcher
2017-04-19 00:02:38 +08:00
- https://github.com/karma-runner/karma-chrome-launcher
2017-04-21 20:31:49 +08:00
- rewrite live editor
2017-04-22 10:46:42 +08:00
- Fix Travis CI
- Fix CodeClimate