mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
22 lines
766 B
Markdown
22 lines
766 B
Markdown
- upgrade d3 to version 4
|
|
- use external d3-textwrap library
|
|
- Problem is it's for d3 v4 only
|
|
- node console output colors like Chrome console
|
|
- default theme doesn't work for class diagram
|
|
- don't version control generated content, move them to outside project
|
|
- editor
|
|
- docs
|
|
- what's the correct way to change logLevel as an end user?
|
|
- 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
|
|
- https://github.com/karma-runner/karma-chrome-launcher
|
|
- rewrite live editor
|
|
- Fix Travis CI
|
|
- Fix CodeClimate
|
|
- What is live-server ?
|
|
- Get familar with jison
|
|
- How to generate doc?
|
|
- webpack warning: lodash too big
|